Package com.usatiuk.objects.transaction
Interface PreCommitTxHook
- All Known Implementing Classes:
AutosyncTxHook
,DeleterTxHook
,JMapHolderRefcounterTxHook
,JMapRefcounterTxHook
,PeerInfoCertUpdateTxHook
,RefcounterTxHook
,RemoteObjPusherTxHook
public interface PreCommitTxHook
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
default void
onChange
(JObjectKey key, JData old, JData cur) default void
onCreate
(JObjectKey key, JData cur) default void
onDelete
(JObjectKey key, JData cur)
-
Method Details
-
onChange
-
onCreate
-
onDelete
-
getPriority
default int getPriority()
-