Uses of Class
org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
-
Packages that use NodeAllocationResult.ShardStoreInfo Package Description org.elasticsearch.cluster.routing.allocation -
-
Uses of NodeAllocationResult.ShardStoreInfo in org.elasticsearch.cluster.routing.allocation
Methods in org.elasticsearch.cluster.routing.allocation that return NodeAllocationResult.ShardStoreInfo Modifier and Type Method Description NodeAllocationResult.ShardStoreInfoNodeAllocationResult. getShardStoreInfo()Get the shard store information for the node, if it exists.Constructors in org.elasticsearch.cluster.routing.allocation with parameters of type NodeAllocationResult.ShardStoreInfo Constructor Description NodeAllocationResult(DiscoveryNode node, NodeAllocationResult.ShardStoreInfo shardStoreInfo, Decision decision)
-