Class TransportRemoteClusterStateAction


public class TransportRemoteClusterStateAction extends HandledTransportAction<RemoteClusterStateRequest,ClusterStateResponse>
A remote-only version of TransportClusterStateAction that should be used for cross-cluster requests. It simply exists to handle incoming remote requests and forward them to the local transport action.