Class RemoteClusterStateRequest

All Implemented Interfaces:
IndicesRequest, IndicesRequest.Replaceable, Writeable, RefCounted, TaskAwareRequest, TransportRequest

public class RemoteClusterStateRequest extends MasterNodeReadRequest<RemoteClusterStateRequest> implements IndicesRequest.Replaceable
A remote-only version of ClusterStateRequest that should be used for cross-cluster requests. It simply exists to handle incoming remote requests and forward them to the local transport action.