Interface CompletableFunction
-
- All Known Implementing Classes:
Tombstone
public interface CompletableFunction
Called byLockingInterceptor
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isComplete()
void
markComplete()
-