Uses of Interface
org.elasticsearch.gateway.AsyncShardFetch.Lister
-
Packages that use AsyncShardFetch.Lister Package Description org.elasticsearch.gateway org.elasticsearch.indices.store -
-
Uses of AsyncShardFetch.Lister in org.elasticsearch.gateway
Classes in org.elasticsearch.gateway that implement AsyncShardFetch.Lister Modifier and Type Class Description classTransportNodesListGatewayStartedShardsThis transport action is used to fetch the shard version from each node during primary allocation inGatewayAllocator.Constructors in org.elasticsearch.gateway with parameters of type AsyncShardFetch.Lister Constructor Description AsyncShardFetch(org.apache.logging.log4j.Logger logger, String type, ShardId shardId, AsyncShardFetch.Lister<? extends BaseNodesResponse<T>,T> action) -
Uses of AsyncShardFetch.Lister in org.elasticsearch.indices.store
Classes in org.elasticsearch.indices.store that implement AsyncShardFetch.Lister Modifier and Type Class Description classTransportNodesListShardStoreMetaData
-