public class PutChunkAction extends org.elasticsearch.action.Action<PutChunkRequest,PutChunkResponse,PutChunkRequestBuilder>
Modifier and Type | Field and Description |
---|---|
static PutChunkAction |
INSTANCE |
static java.lang.String |
NAME |
Modifier | Constructor and Description |
---|---|
protected |
PutChunkAction() |
Modifier and Type | Method and Description |
---|---|
PutChunkRequestBuilder |
newRequestBuilder(org.elasticsearch.client.ElasticsearchClient client) |
PutChunkResponse |
newResponse() |
public static final PutChunkAction INSTANCE
public static final java.lang.String NAME
public PutChunkRequestBuilder newRequestBuilder(org.elasticsearch.client.ElasticsearchClient client)
newRequestBuilder
in class org.elasticsearch.action.Action<PutChunkRequest,PutChunkResponse,PutChunkRequestBuilder>
public PutChunkResponse newResponse()
newResponse
in class org.elasticsearch.action.GenericAction<PutChunkRequest,PutChunkResponse>