Package | Description |
---|---|
org.elasticsearch.action.admin.indices.cache.clear | |
org.elasticsearch.action.admin.indices.flush |
Flush index/indices action.
|
org.elasticsearch.action.admin.indices.optimize |
Optimize index/indices action.
|
org.elasticsearch.action.admin.indices.recovery | |
org.elasticsearch.action.admin.indices.refresh |
Refresh index/indices action.
|
org.elasticsearch.action.admin.indices.segments | |
org.elasticsearch.action.admin.indices.stats | |
org.elasticsearch.action.admin.indices.status | |
org.elasticsearch.action.admin.indices.validate.query |
Validate action.
|
org.elasticsearch.action.count |
Count action.
|
org.elasticsearch.action.exists |
Exists action.
|
org.elasticsearch.action.percolate | |
org.elasticsearch.action.suggest |
Suggest action.
|
org.elasticsearch.action.support.broadcast | |
org.elasticsearch.rest.action.support |
Modifier and Type | Class and Description |
---|---|
class |
ClearIndicesCacheResponse
The response of a refresh action.
|
Modifier and Type | Class and Description |
---|---|
class |
FlushResponse
A response to flush action.
|
Modifier and Type | Class and Description |
---|---|
class |
OptimizeResponse
A response for optimize action.
|
Modifier and Type | Class and Description |
---|---|
class |
RecoveryResponse
Information regarding the recovery state of indices and their associated shards.
|
Modifier and Type | Class and Description |
---|---|
class |
RefreshResponse
The response of a refresh action.
|
Modifier and Type | Class and Description |
---|---|
class |
IndicesSegmentResponse |
Modifier and Type | Class and Description |
---|---|
class |
IndicesStatsResponse |
Modifier and Type | Class and Description |
---|---|
class |
IndicesStatusResponse
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidateQueryResponse
The response of the validate action.
|
Modifier and Type | Class and Description |
---|---|
class |
CountResponse
The response of the count action.
|
Modifier and Type | Class and Description |
---|---|
class |
ExistsResponse |
Modifier and Type | Class and Description |
---|---|
class |
PercolateResponse
Encapsulates the response of a percolator request.
|
Modifier and Type | Class and Description |
---|---|
class |
SuggestResponse
The response of the suggest action.
|
Modifier and Type | Class and Description |
---|---|
class |
BroadcastOperationRequestBuilder<Request extends BroadcastOperationRequest<Request>,Response extends BroadcastOperationResponse,RequestBuilder extends BroadcastOperationRequestBuilder<Request,Response,RequestBuilder,Client>,Client extends ElasticsearchClient> |
class |
TransportBroadcastOperationAction<Request extends BroadcastOperationRequest,Response extends BroadcastOperationResponse,ShardRequest extends BroadcastShardOperationRequest,ShardResponse extends BroadcastShardOperationResponse> |
Modifier and Type | Method and Description |
---|---|
static void |
RestActions.buildBroadcastShardsHeader(XContentBuilder builder,
BroadcastOperationResponse response) |
Copyright © 2009–2015. All rights reserved.