| パッケージ | 説明 |
|---|---|
| org.elasticsearch.cluster.routing.allocation | |
| org.elasticsearch.cluster.routing.allocation.command |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
RoutingAllocation.Result |
AllocationService.reroute(ClusterState clusterState,
AllocationCommands commands) |
RoutingAllocation.Result |
AllocationService.reroute(ClusterState clusterState,
AllocationCommands commands,
boolean explain) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AllocationCommands |
AllocationCommands.add(AllocationCommand... commands)
Adds a set of commands to this collection
|
static AllocationCommands |
AllocationCommands.fromXContent(XContentParser parser)
Reads
AllocationCommands from a XContentParser
{
"commands" : [
{"allocate" : {"index" : "test", "shard" : 0, "node" : "test"}}
]
}
|
static AllocationCommands |
AllocationCommands.readFrom(StreamInput in)
Reads a
AllocationCommands from a StreamInput |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
AllocationCommands.toXContent(AllocationCommands commands,
XContentBuilder builder,
ToXContent.Params params)
Writes
AllocationCommands to a XContentBuilder |
static void |
AllocationCommands.writeTo(AllocationCommands commands,
StreamOutput out)
Writes
AllocationCommands to a StreamOutput |
Copyright © 2009–2016. All rights reserved.