| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.segments |
| Modifier and Type | Method and Description |
|---|---|
ShardSegments |
IndexShardSegments.getAt(int i) |
ShardSegments[] |
IndexShardSegments.getShards() |
protected ShardSegments |
TransportIndicesSegmentsAction.readShardResult(StreamInput in) |
static ShardSegments |
ShardSegments.readShardSegments(StreamInput in) |
protected ShardSegments |
TransportIndicesSegmentsAction.shardOperation(IndicesSegmentsRequest request,
ShardRouting shardRouting) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ShardSegments> |
IndexShardSegments.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected IndicesSegmentResponse |
TransportIndicesSegmentsAction.newResponse(IndicesSegmentsRequest request,
int totalShards,
int successfulShards,
int failedShards,
List<ShardSegments> results,
List<ShardOperationFailedException> shardFailures,
ClusterState clusterState) |
Copyright © 2009–2017. All rights reserved.