Uses of Class
org.elasticsearch.cluster.routing.RecoverySource
-
Packages that use RecoverySource Package Description org.elasticsearch.cluster.routing org.elasticsearch.cluster.routing.allocation.command org.elasticsearch.indices.recovery -
-
Uses of RecoverySource in org.elasticsearch.cluster.routing
Subclasses of RecoverySource in org.elasticsearch.cluster.routing Modifier and Type Class Description static classRecoverySource.EmptyStoreRecoverySourceRecovery from a fresh copystatic classRecoverySource.ExistingStoreRecoverySourceRecovery from an existing on-disk storestatic classRecoverySource.LocalShardsRecoverySourcerecovery from other shards on same node (shrink index action)static classRecoverySource.PeerRecoverySourcepeer recovery from a primary shardstatic classRecoverySource.SnapshotRecoverySourcerecovery from a snapshotMethods in org.elasticsearch.cluster.routing that return RecoverySource Modifier and Type Method Description static RecoverySourceRecoverySource. readFrom(StreamInput in)RecoverySourceShardRouting. recoverySource()Returns recovery source for the given shard.Methods in org.elasticsearch.cluster.routing with parameters of type RecoverySource Modifier and Type Method Description static ShardRoutingShardRouting. newUnassigned(ShardId shardId, boolean primary, RecoverySource recoverySource, UnassignedInfo unassignedInfo)Creates a new unassigned shard.ShardRoutingRoutingNodes.UnassignedShards.UnassignedIterator. updateUnassigned(UnassignedInfo unassignedInfo, RecoverySource recoverySource, RoutingChangesObserver changes)updates the unassigned info and recovery source on the current unassigned shardShardRoutingShardRouting. updateUnassigned(UnassignedInfo unassignedInfo, RecoverySource recoverySource) -
Uses of RecoverySource in org.elasticsearch.cluster.routing.allocation.command
Methods in org.elasticsearch.cluster.routing.allocation.command with parameters of type RecoverySource Modifier and Type Method Description protected voidAbstractAllocateAllocationCommand. initializeUnassignedShard(RoutingAllocation allocation, RoutingNodes routingNodes, RoutingNode routingNode, ShardRouting shardRouting, UnassignedInfo unassignedInfo, RecoverySource recoverySource)Initializes an unassigned shard on a node and removes it from the unassigned -
Uses of RecoverySource in org.elasticsearch.indices.recovery
Methods in org.elasticsearch.indices.recovery that return RecoverySource Modifier and Type Method Description RecoverySourceRecoveryState. getRecoverySource()
-