Class RemoteInfoAction
- java.lang.Object
-
- org.elasticsearch.action.GenericAction<Request,Response>
-
- org.elasticsearch.action.Action<RemoteInfoRequest,RemoteInfoResponse,RemoteInfoRequestBuilder>
-
- org.elasticsearch.action.admin.cluster.remote.RemoteInfoAction
-
public final class RemoteInfoAction extends Action<RemoteInfoRequest,RemoteInfoResponse,RemoteInfoRequestBuilder>
-
-
Field Summary
Fields Modifier and Type Field Description static RemoteInfoActionINSTANCEstatic java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description RemoteInfoAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteInfoRequestBuildernewRequestBuilder(ElasticsearchClient client)Creates a new request builder given the client provided as argumentRemoteInfoResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.GenericAction
equals, 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
-
newRequestBuilder
public RemoteInfoRequestBuilder newRequestBuilder(ElasticsearchClient client)
Description copied from class:ActionCreates a new request builder given the client provided as argument- Specified by:
newRequestBuilderin classAction<RemoteInfoRequest,RemoteInfoResponse,RemoteInfoRequestBuilder>
-
newResponse
public RemoteInfoResponse newResponse()
Description copied from class:GenericActionCreates a new response instance.- Specified by:
newResponsein classGenericAction<RemoteInfoRequest,RemoteInfoResponse>
-
-