Class MoveAllocationCommand
java.lang.Object
org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
- All Implemented Interfaces:
AllocationCommand,NamedWriteable,Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
A command that moves a shard from a specific node to another node.
Note: The shard needs to be in the state
Note: The shard needs to be in the state
ShardRoutingState.STARTED in order to be moved.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.elasticsearch.common.xcontent.ParseFieldstatic StringFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionMoveAllocationCommand(String index, int shardId, String fromNode, String toNode)Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(RoutingAllocation allocation, boolean explain)Executes the command on aRoutingAllocationsetupfromNode()static MoveAllocationCommandfromXContent(org.elasticsearch.common.xcontent.XContentParser parser)inthashCode()index()name()Get the name of the commandintshardId()toNode()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.cluster.routing.allocation.command.AllocationCommand
getMessage, getWriteableNameMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
Field Details
-
NAME
- See Also:
- Constant Field Values
-
COMMAND_NAME_FIELD
public static final org.elasticsearch.common.xcontent.ParseField COMMAND_NAME_FIELD
-
-
Constructor Details
-
MoveAllocationCommand
-
MoveAllocationCommand
Read from a stream.- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
name
Description copied from interface:AllocationCommandGet the name of the command- Specified by:
namein interfaceAllocationCommand- Returns:
- name of the command
-
index
-
shardId
public int shardId() -
fromNode
-
toNode
-
execute
Description copied from interface:AllocationCommandExecutes the command on aRoutingAllocationsetup- Specified by:
executein interfaceAllocationCommand- Parameters:
allocation-RoutingAllocationto modify
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
IOException
-
fromXContent
public static MoveAllocationCommand fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) throws IOException- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-