Class NoTxnManagedUniqueIndexNode<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>>

java.lang.Object
io.datarouter.storage.node.type.index.base.BaseManagedNode<PK,​D,​IK,​IE,​IF>
io.datarouter.storage.client.imp.BaseManagedIndexNode<PK,​D,​IK,​IE,​IF>
io.datarouter.storage.client.imp.NoTxnManagedUniqueIndexNode<PK,​D,​IK,​IE,​IF>
All Implemented Interfaces:
IndexReader<PK,​D,​IK,​IE>, UniqueIndexReader<PK,​D,​IK,​IE>, UniqueIndexWriter<PK,​D,​IK>, NodeOps<IK,​IE>, SortedStorageReader<IK,​IE>, ManagedNode<PK,​D,​IK,​IE,​IF>, ManagedUniqueIndexNode<PK,​D,​IK,​IE,​IF>, UniqueIndexNode<PK,​D,​IK,​IE>

public class NoTxnManagedUniqueIndexNode<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 BaseManagedIndexNode<PK,​D,​IK,​IE,​IF>
implements ManagedUniqueIndexNode<PK,​D,​IK,​IE,​IF>