Interface TopologyChangedEvent<K,V>
- All Superinterfaces:
Event<K,
V>
- All Known Implementing Classes:
EventImpl
The event passed in to methods annotated with
TopologyChanged
.- Since:
- 5.0
- Author:
- Manik Surtani
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachelistener.event.Event
Event.Type
-
Method Summary
Modifier and TypeMethodDescriptionint
-
Method Details
-
getReadConsistentHashAtStart
ConsistentHash getReadConsistentHashAtStart() -
getWriteConsistentHashAtStart
ConsistentHash getWriteConsistentHashAtStart() -
getReadConsistentHashAtEnd
ConsistentHash getReadConsistentHashAtEnd() -
getWriteConsistentHashAtEnd
ConsistentHash getWriteConsistentHashAtEnd() -
getNewTopologyId
int getNewTopologyId()
-