Uses of Interface
com.db4o.foundation.Visitor4
-
-
Uses of Visitor4 in com.db4o.cs.internal
Classes in com.db4o.cs.internal that implement Visitor4 Modifier and Type Class Description classClientQueryResult -
Uses of Visitor4 in com.db4o.defragment
Methods in com.db4o.defragment with parameters of type Visitor4 Modifier and Type Method Description voidDefragmentServicesImpl. traverseAll(ClassMetadata classMetadata, Visitor4 command)voidDefragmentServices. traverseAllIndexSlots(BTree tree, Visitor4 visitor4)voidDefragmentServicesImpl. traverseAllIndexSlots(BTree btree, Visitor4 command)voidDefragmentServicesImpl. traverseAllIndexSlots(ClassMetadata classMetadata, Visitor4 command) -
Uses of Visitor4 in com.db4o.ext
Methods in com.db4o.ext with parameters of type Visitor4 Modifier and Type Method Description voidStoredField. traverseValues(Visitor4 visitor)specialized highspeed API to collect all values of a field for all instances of a class, if the field is indexed. -
Uses of Visitor4 in com.db4o.foundation
Methods in com.db4o.foundation with parameters of type Visitor4 Modifier and Type Method Description voidTree. accept(Visitor4<T> visitor)voidVisitable. accept(Visitor4<T> visitor)voidHashtable4. forEachKeyForIdentity(Visitor4 visitor, java.lang.Object obj)static voidTree. traverse(Tree tree, Visitor4 visitor)<V extends Tree<T>>
voidTree. traverse(Visitor4<V> visitor)voidTree. traverseFromLeaves(Visitor4 a_visitor) -
Uses of Visitor4 in com.db4o.internal
Methods in com.db4o.internal with parameters of type Visitor4 Modifier and Type Method Description voidClassMetadataRepository. attachQueryNode(java.lang.String fieldName, Visitor4 visitor)voidClassMetadata. collectConstraints(Transaction trans, QConObject parentConstraint, java.lang.Object obj, Visitor4 visitor)static voidPlatform4. forEachCollectionElement(java.lang.Object obj, Visitor4 visitor)voidObjectReference. hc_traverse(Visitor4 visitor)voidClassMetadataRepository. iterateTopLevelClasses(Visitor4 visitor)protected voidTransaction. traverseDelete(Visitor4 deleteVisitor)voidLockedTree. traverseLocked(Visitor4 visitor)voidLockedTree. traverseMutable(Visitor4 visitor)voidFieldMetadata. traverseValues(Visitor4 userVisitor)voidFieldMetadata. traverseValues(Transaction transaction, Visitor4 userVisitor)voidStoredFieldImpl. traverseValues(Visitor4 visitor) -
Uses of Visitor4 in com.db4o.internal.btree
Methods in com.db4o.internal.btree with parameters of type Visitor4 Modifier and Type Method Description voidBTree. setRemoveListener(Visitor4 vis)voidBTree. traverseKeys(Transaction trans, Visitor4 visitor)voidBTreeNode. traverseKeys(Transaction trans, Visitor4 visitor) -
Uses of Visitor4 in com.db4o.internal.classindex
Methods in com.db4o.internal.classindex with parameters of type Visitor4 Modifier and Type Method Description voidBTreeClassIndexStrategy. traverseIds(Transaction ta, Visitor4 command)voidClassIndexStrategy. traverseIds(Transaction transaction, Visitor4 command)Traverses all index entries (java.lang.Integer references). -
Uses of Visitor4 in com.db4o.internal.freespace
Methods in com.db4o.internal.freespace with parameters of type Visitor4 Modifier and Type Method Description voidBlockAwareFreespaceManager. traverse(Visitor4<Slot> visitor)voidBTreeFreespaceManager. traverse(Visitor4 visitor)voidFreespaceManager. traverse(Visitor4<Slot> visitor)voidFreespaceManagerIx. traverse(Visitor4 visitor)voidInMemoryFreespaceManager. traverse(Visitor4<Slot> visitor)voidNullFreespaceManager. traverse(Visitor4<Slot> visitor) -
Uses of Visitor4 in com.db4o.internal.ids
Methods in com.db4o.internal.ids with parameters of type Visitor4 Modifier and Type Method Description voidBTreeIdSystem. traverseIds(Visitor4<IdSlotMapping> visitor)voidIdSlotChanges. traverseSlotChanges(Visitor4<SlotChange> visitor) -
Uses of Visitor4 in com.db4o.internal.query.processor
Classes in com.db4o.internal.query.processor that implement Visitor4 Modifier and Type Class Description classQConBase class for all constraints on queries.classQConClassClass constraint on queriesclassQConEvaluationclassQConJoinJoin constraint on queriesclassQConObjectObject constraint on queriesclassQConPathPlaceholder for a constraint, only necessary to attach children to the query graph.classQConstraintsArray of constraints for queries.classQConUnconditional -
Uses of Visitor4 in com.db4o.internal.query.result
Classes in com.db4o.internal.query.result that implement Visitor4 Modifier and Type Class Description classIdListQueryResult -
Uses of Visitor4 in com.db4o.internal.references
Methods in com.db4o.internal.references with parameters of type Visitor4 Modifier and Type Method Description protected voidTransactionalReferenceSystemBase. traverseNewReferences(Visitor4 visitor)voidHashcodeReferenceSystem. traverseReferences(Visitor4 visitor)voidReferenceSystem. traverseReferences(Visitor4 visitor)voidTransactionalReferenceSystemBase. traverseReferences(Visitor4 visitor)
-