| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.segments | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
IndicesSegmentResponse |
IndicesSegmentsAction.newResponse() |
protected IndicesSegmentResponse |
TransportIndicesSegmentsAction.newResponse(IndicesSegmentsRequest request,
int totalShards,
int successfulShards,
int failedShards,
List<ShardSegments> results,
List<ShardOperationFailedException> shardFailures,
ClusterState clusterState) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<IndicesSegmentResponse> |
IndicesAdminClient.segments(IndicesSegmentsRequest request)
The segments of one or more indices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.segments(IndicesSegmentsRequest request,
ActionListener<IndicesSegmentResponse> listener)
The segments of one or more indices.
|
Copyright © 2009–2017. All rights reserved.