Interface UniqueIndexNode<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>,UniqueIndexReader<PK,D,IK,IE>,UniqueIndexWriter<PK,D,IK>
- All Known Subinterfaces:
ManagedUniqueIndexNode<PK,D,IK,IE,IF>
- All Known Implementing Classes:
ManualUniqueIndexNode,NoOpUniqueIndexNode,NoTxnManagedUniqueIndexNode,TxnManagedUniqueIndexNode
public interface UniqueIndexNode<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 UniqueIndexReader<PK,D,IK,IE>, UniqueIndexWriter<PK,D,IK>
-
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
Fields inherited from interface io.datarouter.storage.node.op.raw.read.SortedStorageReader
OP_getKeysInRange, OP_getPrefixedRange, OP_getRange, OP_scan, OP_scanKeys, OP_scanRanges, OP_scanRangesKeysFields inherited from interface io.datarouter.storage.node.op.index.UniqueIndexReader
OP_lookupMultiUnique, OP_lookupUniqueFields inherited from interface io.datarouter.storage.node.op.index.UniqueIndexWriter
OP_deleteMultiUnique, OP_deleteUnique -
Method Summary
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, scanWithPrefixesMethods inherited from interface io.datarouter.storage.node.op.index.UniqueIndexReader
get, get, getMulti, getMulti, lookupMultiUnique, lookupMultiUnique, lookupUnique, lookupUniqueMethods inherited from interface io.datarouter.storage.node.op.index.UniqueIndexWriter
deleteMultiUnique, deleteMultiUnique, deleteUnique, deleteUnique