Interface CompletableFunction
- All Known Implementing Classes:
Tombstone
public interface CompletableFunction
Called by
LockingInterceptor when the function
was applied locally (after unlocking the entry and we're just waiting for the replication.
Note: we don't mind if the command is retried, the important part is that it was already applied locally.-
Method Summary
-
Method Details
-
isComplete
boolean isComplete() -
markComplete
void markComplete()
-