public interface UnsolicitedCommitEvent extends Event<UnsolicitedCommitEvent.Type>
These events may be due to changes made internally by the backing map, such as eviction, or referrers of the backing map causing changes.
Modifier and Type | Interface | Description |
---|---|---|
static class |
UnsolicitedCommitEvent.Type |
The UnsolicitedCommitEvent types.
|
Modifier and Type | Method | Description |
---|---|---|
Set<BinaryEntry> |
getEntrySet() |
A set of
entries observed to have been modified
without being caused by the partitioned service. |
getDispatcher
getType, nextInterceptor
Set<BinaryEntry> getEntrySet()
entries
observed to have been modified
without being caused by the partitioned service.