Uses of Class
org.elasticsearch.gateway.AsyncShardFetch.FetchResult
-
Packages that use AsyncShardFetch.FetchResult Package Description org.elasticsearch.gateway -
-
Uses of AsyncShardFetch.FetchResult in org.elasticsearch.gateway
Methods in org.elasticsearch.gateway that return AsyncShardFetch.FetchResult Modifier and Type Method Description AsyncShardFetch.FetchResult<T>AsyncShardFetch. fetchData(DiscoveryNodes nodes, Set<String> ignoreNodes)Fetches the data for the relevant shard.protected abstract AsyncShardFetch.FetchResult<TransportNodesListGatewayStartedShards.NodeGatewayStartedShards>PrimaryShardAllocator. fetchData(ShardRouting shard, RoutingAllocation allocation)protected abstract AsyncShardFetch.FetchResult<TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData>ReplicaShardAllocator. fetchData(ShardRouting shard, RoutingAllocation allocation)Methods in org.elasticsearch.gateway with parameters of type AsyncShardFetch.FetchResult Modifier and Type Method Description protected static org.elasticsearch.gateway.PrimaryShardAllocator.NodeShardsResultPrimaryShardAllocator. buildNodeShardsResult(ShardRouting shard, boolean matchAnyShard, Set<String> ignoreNodes, Set<String> inSyncAllocationIds, AsyncShardFetch.FetchResult<TransportNodesListGatewayStartedShards.NodeGatewayStartedShards> shardState, org.apache.logging.log4j.Logger logger)Builds a list of nodes.
-