Package org.elasticsearch.gateway
Interface AsyncShardFetch.Lister<NodesResponse extends BaseNodesResponse<NodeResponse>,NodeResponse extends BaseNodeResponse>
-
- All Known Implementing Classes:
TransportNodesListGatewayStartedShards,TransportNodesListShardStoreMetaData
- Enclosing class:
- AsyncShardFetch<T extends BaseNodeResponse>
public static interface AsyncShardFetch.Lister<NodesResponse extends BaseNodesResponse<NodeResponse>,NodeResponse extends BaseNodeResponse>An action that lists the relevant shard data that needs to be fetched.
-
-
Method Summary
Modifier and Type Method Description voidlist(ShardId shardId, DiscoveryNode[] nodes, ActionListener<NodesResponse> listener)
-
-
-
Method Detail
-
list
void list(ShardId shardId, DiscoveryNode[] nodes, ActionListener<NodesResponse> listener)
-
-