Uses of Class
io.permazen.core.CoreIndex3
Packages that use CoreIndex3
-
Uses of CoreIndex3 in io.permazen.core
Methods in io.permazen.core that return CoreIndex3Modifier and TypeMethodDescriptionCoreIndex3<V1,
V2, V3, V4> CoreIndex4.asIndex3()
CoreIndex3<V1,
V2, V3, T> CoreIndex3<?,
?, ?, ObjId> Transaction.queryCompositeIndex3
(int storageId) Query aCompositeIndex
on three fields to find all value tuples stored in the corresponding field tuple and, for each value tuple, the set of all objects having those values in those fields.CoreIndex3<V1,
V2, V3, T> CoreIndex3.withTargetBounds
(Bounds<T> bounds) CoreIndex3<V1,
V2, V3, T> CoreIndex3.withValue1Bounds
(Bounds<V1> bounds) CoreIndex3<V1,
V2, V3, T> CoreIndex3.withValue2Bounds
(Bounds<V2> bounds) CoreIndex3<V1,
V2, V3, T> CoreIndex3.withValue3Bounds
(Bounds<V3> bounds)