Interface UniqueIndexReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,IK extends io.datarouter.model.key.primary.PrimaryKey<IK>,IE extends io.datarouter.model.index.unique.UniqueIndexEntry<IK,IE,PK,D>>
- All Superinterfaces:
IndexReader<PK,,D, IK, IE> NodeOps<IK,,IE> SortedStorageReader<IK,IE>
- All Known Subinterfaces:
ManagedUniqueIndexNode<PK,,D, IK, IE, IF> UniqueIndexNode<PK,D, IK, IE>
- All Known Implementing Classes:
NoTxnManagedUniqueIndexNode,TxnManagedUniqueIndexNode
public interface UniqueIndexReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,IK extends io.datarouter.model.key.primary.PrimaryKey<IK>,IE extends io.datarouter.model.index.unique.UniqueIndexEntry<IK,IE,PK,D>>
extends IndexReader<PK,D,IK,IE>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.datarouter.storage.node.op.raw.read.SortedStorageReader
SortedStorageReader.PhysicalSortedStorageReaderNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>>, SortedStorageReader.SortedStorageReaderNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>, D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>> -
Field Summary
FieldsFields inherited from interface io.datarouter.storage.node.op.raw.read.SortedStorageReader
OP_getKeysInRange, OP_getPrefixedRange, OP_getRange, OP_scan, OP_scanKeys, OP_scanRanges, OP_scanRangesKeys -
Method Summary
Modifier and TypeMethodDescriptiondefault IEgetMulti(Collection<IK> uniqueKeys) getMulti(Collection<IK> uniqueKeys, Config config) lookupMultiUnique(Collection<IK> uniqueKeys) lookupMultiUnique(Collection<IK> uniqueKeys, Config config) default DlookupUnique(IK indexKey) lookupUnique(IK indexKey, Config config) default io.datarouter.scanner.Scanner<D>scanLookupMultiUnique(Collection<IK> uniqueKeys) io.datarouter.scanner.Scanner<D>scanLookupMultiUnique(Collection<IK> uniqueKeys, Config config) default io.datarouter.scanner.Scanner<IE>scanMulti(Collection<IK> uniqueKeys) io.datarouter.scanner.Scanner<IE>scanMulti(Collection<IK> uniqueKeys, Config config) Methods inherited from interface io.datarouter.storage.node.op.index.IndexReader
scanDatabeans, scanDatabeans, scanDatabeans, scanDatabeans, scanDatabeansMulti, scanDatabeansMulti, scanDatabeansWithPrefix, scanDatabeansWithPrefix, scanDatabeansWithPrefixes, scanDatabeansWithPrefixesMethods inherited from interface io.datarouter.storage.node.op.raw.read.SortedStorageReader
count, scan, scan, scan, scan, scanKeys, scanKeys, scanKeys, scanKeys, scanKeysWithPrefix, scanKeysWithPrefix, scanKeysWithPrefixes, scanKeysWithPrefixes, scanRanges, scanRanges, scanRangesKeys, scanRangesKeys, scanWithPrefix, scanWithPrefix, scanWithPrefixes, scanWithPrefixes
-
Field Details
-
OP_lookupUnique
- See Also:
-
OP_lookupMultiUnique
- See Also:
-
-
Method Details
-
get
-
get
-
scanMulti
-
scanMulti
-
getMulti
-
getMulti
-
lookupUnique
-
lookupUnique
-
scanLookupMultiUnique
-
scanLookupMultiUnique
-
lookupMultiUnique
-
lookupMultiUnique
-