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 TypeMethodDescriptionvoid
list(ShardId shardId, String customDataPath, DiscoveryNode[] nodes, ActionListener<NodesResponse> listener)
-
Method Details
-
list
void list(ShardId shardId, @Nullable String customDataPath, DiscoveryNode[] nodes, ActionListener<NodesResponse> listener)
-