Package | Description |
---|---|
org.elasticsearch.cluster.routing.allocation.command |
Modifier and Type | Method and Description |
---|---|
MoveAllocationCommand |
MoveAllocationCommand.Factory.fromXContent(XContentParser parser) |
MoveAllocationCommand |
MoveAllocationCommand.Factory.readFrom(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
void |
MoveAllocationCommand.Factory.toXContent(MoveAllocationCommand command,
XContentBuilder builder,
ToXContent.Params params,
String objectName) |
void |
MoveAllocationCommand.Factory.writeTo(MoveAllocationCommand command,
StreamOutput out) |
Copyright © 2009–2015. All rights reserved.