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:
ManualUniqueIndexNode, NoOpUniqueIndexNode, 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>