Interface LeaderLocationListener
public interface LeaderLocationListener
Listener for shard leader location changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonLeaderLocationChanged(@NonNull LeaderLocation location) Invoked when shard leader location changes.
-
Method Details
-
onLeaderLocationChanged
Invoked when shard leader location changes.- Parameters:
location- Current leader location as known by the local node.
-