Interface IndexListener<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>
- All Known Implementing Classes:
IndexMapStorageWriterListener
public interface IndexListener<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>
-
Method Summary
Modifier and Type Method Description voidonDelete(PK key, Config config)voidonDeleteAll(Config config)voidonDeleteDatabean(D databean, Config config)voidonDeleteMulti(Collection<PK> keys, Config config)voidonDeleteMultiDatabeans(Collection<D> databeans, Config config)voidonPut(D databean, Config config)voidonPutMulti(Collection<D> databeans, Config config)