Uses of Interface
io.datarouter.storage.node.type.index.UniqueIndexNode
| Package | Description |
|---|---|
| io.datarouter.storage.client.imp | |
| io.datarouter.storage.node.builder | |
| io.datarouter.storage.node.type.index |
-
Uses of UniqueIndexNode in io.datarouter.storage.client.imp
Classes in io.datarouter.storage.client.imp that implement UniqueIndexNode Modifier and Type Class Description classNoTxnManagedUniqueIndexNode<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>>classTxnManagedUniqueIndexNode<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>> -
Uses of UniqueIndexNode in io.datarouter.storage.node.builder
Methods in io.datarouter.storage.node.builder that return UniqueIndexNode Modifier and Type Method Description UniqueIndexNode<PK,D,IK,IE>ManagedNodeBuilder. build() -
Uses of UniqueIndexNode in io.datarouter.storage.node.type.index
Subinterfaces of UniqueIndexNode in io.datarouter.storage.node.type.index Modifier and Type Interface Description interfaceManagedUniqueIndexNode<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>>Classes in io.datarouter.storage.node.type.index that implement UniqueIndexNode Modifier and Type Class Description classManualUniqueIndexNode<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>>classNoOpUniqueIndexNode<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>>