public interface LeaderLocationListener
Listener for shard leader location changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when shard leader location changes.
  • Method Details

    • onLeaderLocationChanged

      void onLeaderLocationChanged(@NonNull LeaderLocation location)
      Invoked when shard leader location changes.
      Parameters:
      location - Current leader location as known by the local node.