Interface ManagedUniqueIndexNode<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>,IF extends io.datarouter.model.serialize.fielder.DatabeanFielder<IK,IE>>

All Superinterfaces:
IndexReader<PK,D,IK,IE>, ManagedNode<PK,D,IK,IE,IF>, NodeOps<IK,IE>, SortedStorageReader<IK,IE>, UniqueIndexNode<PK,D,IK,IE>, UniqueIndexReader<PK,D,IK,IE>, UniqueIndexWriter<PK,D,IK>
All Known Implementing Classes:
NoTxnManagedUniqueIndexNode, TxnManagedUniqueIndexNode

public interface ManagedUniqueIndexNode<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>,IF extends io.datarouter.model.serialize.fielder.DatabeanFielder<IK,IE>> extends UniqueIndexNode<PK,D,IK,IE>, ManagedNode<PK,D,IK,IE,IF>