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

java.lang.Object
io.datarouter.storage.node.type.index.ManualUniqueIndexNode<PK,​D,​IK,​IE>
All Implemented Interfaces:
IndexReader<PK,​D,​IK,​IE>, UniqueIndexReader<PK,​D,​IK,​IE>, UniqueIndexWriter<PK,​D,​IK>, NodeOps<IK,​IE>, SortedStorageReader<IK,​IE>, UniqueIndexNode<PK,​D,​IK,​IE>

public class ManualUniqueIndexNode<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 Object
implements UniqueIndexNode<PK,​D,​IK,​IE>