Class RemoteInfoAction
- java.lang.Object
-
- org.elasticsearch.action.Action<RemoteInfoResponse>
-
- org.elasticsearch.action.admin.cluster.remote.RemoteInfoAction
-
public final class RemoteInfoAction extends Action<RemoteInfoResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static RemoteInfoActionINSTANCEstatic java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description RemoteInfoAction()
-
Method Summary
Modifier and Type Method Description RemoteInfoResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.Action
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
INSTANCE
public static final RemoteInfoAction INSTANCE
-
-
Method Detail
-
newResponse
public RemoteInfoResponse newResponse()
Description copied from class:ActionCreates a new response instance.- Specified by:
newResponsein classAction<RemoteInfoResponse>
-
-