Uses of Class
io.permazen.core.AbstractCoreIndex
Packages that use AbstractCoreIndex
-
Uses of AbstractCoreIndex in io.permazen.core
Subclasses of AbstractCoreIndex in io.permazen.coreModifier and TypeClassDescriptionclass
CoreIndex1<V,
T> Core APIIndex1
implementation representing an index on a single field.class
CoreIndex2<V1,
V2, T> Core APIIndex2
implementation representing a composite index on two fields.class
CoreIndex3<V1,
V2, V3, T> Core APIIndex3
implementation representing a composite index on three fields.class
CoreIndex4<V1,
V2, V3, V4, T> Core APIIndex4
implementation representing a composite index on four fields.Methods in io.permazen.core that return AbstractCoreIndexModifier and TypeMethodDescriptionabstract AbstractCoreIndex<T>
Apply key filtering to field values at the specified index.CompositeIndex.getIndex
(Transaction tx) abstract AbstractCoreIndex<ObjId>
Index.getIndex
(Transaction tx) Get this index's view of the given transaction.Transaction.queryIndex
(int storageId) Query any simple or composite index.