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 class
ClientQueryResult
-
Uses of Visitor4 in com.db4o.defragment
Methods in com.db4o.defragment with parameters of type Visitor4 Modifier and Type Method Description void
DefragmentServicesImpl. traverseAll(ClassMetadata classMetadata, Visitor4 command)
void
DefragmentServices. traverseAllIndexSlots(BTree tree, Visitor4 visitor4)
void
DefragmentServicesImpl. traverseAllIndexSlots(BTree btree, Visitor4 command)
void
DefragmentServicesImpl. 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 void
StoredField. 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 void
Tree. accept(Visitor4<T> visitor)
void
Visitable. accept(Visitor4<T> visitor)
void
Hashtable4. forEachKeyForIdentity(Visitor4 visitor, java.lang.Object obj)
static void
Tree. traverse(Tree tree, Visitor4 visitor)
<V extends Tree<T>>
voidTree. traverse(Visitor4<V> visitor)
void
Tree. 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 void
ClassMetadataRepository. attachQueryNode(java.lang.String fieldName, Visitor4 visitor)
void
ClassMetadata. collectConstraints(Transaction trans, QConObject parentConstraint, java.lang.Object obj, Visitor4 visitor)
static void
Platform4. forEachCollectionElement(java.lang.Object obj, Visitor4 visitor)
void
ObjectReference. hc_traverse(Visitor4 visitor)
void
ClassMetadataRepository. iterateTopLevelClasses(Visitor4 visitor)
protected void
Transaction. traverseDelete(Visitor4 deleteVisitor)
void
LockedTree. traverseLocked(Visitor4 visitor)
void
LockedTree. traverseMutable(Visitor4 visitor)
void
FieldMetadata. traverseValues(Visitor4 userVisitor)
void
FieldMetadata. traverseValues(Transaction transaction, Visitor4 userVisitor)
void
StoredFieldImpl. 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 void
BTree. setRemoveListener(Visitor4 vis)
void
BTree. traverseKeys(Transaction trans, Visitor4 visitor)
void
BTreeNode. 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 void
BTreeClassIndexStrategy. traverseIds(Transaction ta, Visitor4 command)
void
ClassIndexStrategy. 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 void
BlockAwareFreespaceManager. traverse(Visitor4<Slot> visitor)
void
BTreeFreespaceManager. traverse(Visitor4 visitor)
void
FreespaceManager. traverse(Visitor4<Slot> visitor)
void
FreespaceManagerIx. traverse(Visitor4 visitor)
void
InMemoryFreespaceManager. traverse(Visitor4<Slot> visitor)
void
NullFreespaceManager. 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 void
BTreeIdSystem. traverseIds(Visitor4<IdSlotMapping> visitor)
void
IdSlotChanges. 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 class
QCon
Base class for all constraints on queries.class
QConClass
Class constraint on queriesclass
QConEvaluation
class
QConJoin
Join constraint on queriesclass
QConObject
Object constraint on queriesclass
QConPath
Placeholder for a constraint, only necessary to attach children to the query graph.class
QConstraints
Array of constraints for queries.class
QConUnconditional
-
Uses of Visitor4 in com.db4o.internal.query.result
Classes in com.db4o.internal.query.result that implement Visitor4 Modifier and Type Class Description class
IdListQueryResult
-
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 void
TransactionalReferenceSystemBase. traverseNewReferences(Visitor4 visitor)
void
HashcodeReferenceSystem. traverseReferences(Visitor4 visitor)
void
ReferenceSystem. traverseReferences(Visitor4 visitor)
void
TransactionalReferenceSystemBase. traverseReferences(Visitor4 visitor)
-