| 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 |
|---|---|
IndicesSegmentResponse |
IndicesSegmentsAction.newResponse() |
protected IndicesSegmentResponse |
TransportIndicesSegmentsAction.newResponse(IndicesSegmentsRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IndicesSegmentsRequestBuilder.doExecute(ActionListener<IndicesSegmentResponse> listener) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<IndicesSegmentResponse> |
AbstractIndicesAdminClient.segments(IndicesSegmentsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIndicesAdminClient.segments(IndicesSegmentsRequest request,
ActionListener<IndicesSegmentResponse> listener) |
Copyright © 2009–2016. All rights reserved.