Uses of Interface
io.permazen.index.Index
Package
Description
Abstraction layer allowing access to a
Database
using normal Java objects.Core classes for the Permazen Java persistence layer.
Permazen index classes.
-
Uses of Index in io.permazen
Modifier and TypeMethodDescriptionIndex<?>
PermazenTransaction.queryIndex
(int storageId) Query an index by storage ID. -
Uses of Index in io.permazen.core
Modifier and TypeClassDescriptionclass
Support superclass for the various core index classes.class
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. -
Uses of Index in io.permazen.index