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