Class AllocateStalePrimaryAllocationCommand.Builder
java.lang.Object
org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder<T>
org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand.Builder<AllocateStalePrimaryAllocationCommand>
org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand.Builder
- Enclosing class:
- AllocateStalePrimaryAllocationCommand
public static class AllocateStalePrimaryAllocationCommand.Builder
extends BasePrimaryAllocationCommand.Builder<AllocateStalePrimaryAllocationCommand>
- 
Field SummaryFields inherited from class org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand.BuilderacceptDataLossFields inherited from class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builderindex, node, shard
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand.BuildersetAcceptDataLossMethods inherited from class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.BuildersetIndex, setNode, setShard, validate
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
parsepublic AllocateStalePrimaryAllocationCommand.Builder parse(org.elasticsearch.common.xcontent.XContentParser parser) throws IOException- Specified by:
- parsein class- AbstractAllocateAllocationCommand.Builder<AllocateStalePrimaryAllocationCommand>
- Throws:
- IOException
 
- 
build- Specified by:
- buildin class- AbstractAllocateAllocationCommand.Builder<AllocateStalePrimaryAllocationCommand>
 
 
-