Uses of Class
io.permazen.core.CoreIndex4
-
Uses of CoreIndex4 in io.permazen.core
Modifier and TypeMethodDescriptionCoreIndex4<?,
?, ?, ?, ObjId> Transaction.queryCompositeIndex4
(int storageId) Query aCompositeIndex
on four 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.CoreIndex4.withTargetBounds
(Bounds<T> bounds) CoreIndex4.withValue1Bounds
(Bounds<V1> bounds) CoreIndex4.withValue2Bounds
(Bounds<V2> bounds) CoreIndex4.withValue3Bounds
(Bounds<V3> bounds) CoreIndex4.withValue4Bounds
(Bounds<V4> bounds)