public class UpgradeAction extends IndicesAction<UpgradeRequest,UpgradeResponse,UpgradeRequestBuilder>
Modifier and Type | Field and Description |
---|---|
static UpgradeAction |
INSTANCE |
static String |
NAME |
Modifier and Type | Method and Description |
---|---|
UpgradeRequestBuilder |
newRequestBuilder(IndicesAdminClient client)
Creates a new request builder given the client provided as argument
|
UpgradeResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptions
public static final UpgradeAction INSTANCE
public static final String NAME
public UpgradeResponse newResponse()
GenericAction
newResponse
in class GenericAction<UpgradeRequest,UpgradeResponse>
public UpgradeRequestBuilder newRequestBuilder(IndicesAdminClient client)
Action
newRequestBuilder
in class Action<UpgradeRequest,UpgradeResponse,UpgradeRequestBuilder,IndicesAdminClient>
Copyright © 2009–2015. All rights reserved.