Interface PeerActionListener
- All Known Implementing Classes:
AbstractFSWALProvider
,AbstractWALProvider
,AsyncFSWALProvider
,FSHLogProvider
,RegionGroupingProvider
Get notification for replication peer events. Mainly used for telling the
WALProvider
to
close some remote WAL if not used any more.-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
peerSyncReplicationStateChange
(String peerId, SyncReplicationState from, SyncReplicationState to, int stage)
-
Field Details
-
DUMMY
-
-
Method Details
-
peerSyncReplicationStateChange
default void peerSyncReplicationStateChange(String peerId, SyncReplicationState from, SyncReplicationState to, int stage)
-