- All Known Subinterfaces:
ManagedUniqueIndexNode<PK,D,IK,IE,IF>, UniqueIndexNode<PK,D,IK,IE>
- All Known Implementing Classes:
ManualUniqueIndexNode, NoOpUniqueIndexNode, NoTxnManagedUniqueIndexNode, TxnManagedUniqueIndexNode
public interface UniqueIndexWriter<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>>
-
-
Method Summary
-
-
Method Details
-
void deleteUnique(
IK indexKey,
Config config)
-
default void deleteUnique(
IK indexKey)
-
-