Uses of Class
io.permazen.core.CoreIndex1
-
Uses of CoreIndex1 in io.permazen.core
Modifier and TypeMethodDescriptionCoreIndex2.asIndex1()
CoreIndex3.asIndex1()
CoreIndex4.asIndex1()
CoreIndex1<V,
T> final CoreIndex1<T,
ObjId> ComplexSubFieldIndex.getIndex
(Transaction tx) SimpleFieldIndex.getIndex
(Transaction tx) abstract CoreIndex1<T,
ObjId> SimpleIndex.getIndex
(Transaction tx) static CoreIndex1<Integer,
ObjId> Layout.getSchemaIndex
(KVStore kv) Get aCoreIndex1
view of the object schema index in a key/value database.Transaction.querySchemaIndex()
Query objects by schema.CoreIndex1<?,
ObjId> Transaction.querySimpleIndex
(int storageId) Query aSimpleIndex
to find all values stored in some field and, for each value, the set of all objects having that value in the field.CoreIndex1<V,
T> CoreIndex1.withTargetBounds
(Bounds<T> bounds) CoreIndex1<V,
T> CoreIndex1.withValueBounds
(Bounds<V> bounds)