Uses of Class
org.elasticsearch.cluster.routing.AllocationId
-
Packages that use AllocationId Package Description org.elasticsearch.cluster.routing org.elasticsearch.index.shard -
-
Uses of AllocationId in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing that return AllocationId Modifier and Type Method Description AllocationIdShardRouting. allocationId()An id that uniquely identifies an allocation.static AllocationIdAllocationId. cancelRelocation(AllocationId allocationId)Creates a new allocation id representing a cancelled relocation.static AllocationIdAllocationId. finishRelocation(AllocationId allocationId)Creates a new allocation id finalizing a relocation.static AllocationIdAllocationId. fromXContent(XContentParser parser)static AllocationIdAllocationId. newInitializing()Creates a new allocation id for initializing allocation.static AllocationIdAllocationId. newInitializing(String existingAllocationId)Creates a new allocation id for initializing allocation based on an existing id.static AllocationIdAllocationId. newRelocation(AllocationId allocationId)Creates a new allocation id for a shard that moves to be relocated, populating the transient holder for relocationId.static AllocationIdAllocationId. newTargetRelocation(AllocationId allocationId)Creates a new allocation id for the target initializing shard that is the result of a relocation.Methods in org.elasticsearch.cluster.routing with parameters of type AllocationId Modifier and Type Method Description static AllocationIdAllocationId. cancelRelocation(AllocationId allocationId)Creates a new allocation id representing a cancelled relocation.static AllocationIdAllocationId. finishRelocation(AllocationId allocationId)Creates a new allocation id finalizing a relocation.static AllocationIdAllocationId. newRelocation(AllocationId allocationId)Creates a new allocation id for a shard that moves to be relocated, populating the transient holder for relocationId.static AllocationIdAllocationId. newTargetRelocation(AllocationId allocationId)Creates a new allocation id for the target initializing shard that is the result of a relocation. -
Uses of AllocationId in org.elasticsearch.index.shard
Fields in org.elasticsearch.index.shard declared as AllocationId Modifier and Type Field Description AllocationIdShardStateMetaData. allocationIdConstructors in org.elasticsearch.index.shard with parameters of type AllocationId Constructor Description ShardStateMetaData(boolean primary, String indexUUID, AllocationId allocationId)
-