| Package | Description |
|---|---|
| org.elasticsearch.action | |
| org.elasticsearch.action.support.broadcast |
| Modifier and Type | Field and Description |
|---|---|
static OriginalIndices |
OriginalIndices.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static OriginalIndices |
OriginalIndices.readOptionalOriginalIndices(StreamInput in) |
static OriginalIndices |
OriginalIndices.readOriginalIndices(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OriginalIndices.writeOptionalOriginalIndices(OriginalIndices originalIndices,
StreamOutput out) |
static void |
OriginalIndices.writeOriginalIndices(OriginalIndices originalIndices,
StreamOutput out) |
| Modifier and Type | Field and Description |
|---|---|
protected OriginalIndices |
BroadcastShardOperationRequest.originalIndices |
| Constructor and Description |
|---|
BroadcastShardOperationRequest(ShardId shardId,
OriginalIndices originalIndices) |
Copyright © 2009–2016. All rights reserved.