| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.segments | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Modifier and Type | Method and Description |
|---|---|
protected IndicesSegmentsRequest |
TransportIndicesSegmentsAction.newRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportIndicesSegmentsAction.checkGlobalBlock(ClusterState state,
IndicesSegmentsRequest request) |
protected ClusterBlockException |
TransportIndicesSegmentsAction.checkRequestBlock(ClusterState state,
IndicesSegmentsRequest countRequest,
String[] concreteIndices) |
protected IndicesSegmentResponse |
TransportIndicesSegmentsAction.newResponse(IndicesSegmentsRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
protected org.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction.IndexShardSegmentRequest |
TransportIndicesSegmentsAction.newShardRequest(int numShards,
ShardRouting shard,
IndicesSegmentsRequest request) |
protected GroupShardsIterator |
TransportIndicesSegmentsAction.shards(ClusterState clusterState,
IndicesSegmentsRequest request,
String[] concreteIndices)
Segments goes across *all* active shards.
|
| Modifier and Type | Method and Description |
|---|---|
static IndicesSegmentsRequest |
Requests.indicesSegmentsRequest(String... indices) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<IndicesSegmentResponse> |
IndicesAdminClient.segments(IndicesSegmentsRequest request)
The segments of one or more indices.
|
void |
IndicesAdminClient.segments(IndicesSegmentsRequest request,
ActionListener<IndicesSegmentResponse> listener)
The segments of one or more indices.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<IndicesSegmentResponse> |
AbstractIndicesAdminClient.segments(IndicesSegmentsRequest request) |
void |
AbstractIndicesAdminClient.segments(IndicesSegmentsRequest request,
ActionListener<IndicesSegmentResponse> listener) |
Copyright © 2009–2016. All rights reserved.