Uses of Class
org.elasticsearch.gateway.TransportNodesListGatewayStartedShards
-
Packages that use TransportNodesListGatewayStartedShards Package Description org.elasticsearch.action.admin.indices.shards org.elasticsearch.gateway -
-
Uses of TransportNodesListGatewayStartedShards in org.elasticsearch.action.admin.indices.shards
Constructors in org.elasticsearch.action.admin.indices.shards with parameters of type TransportNodesListGatewayStartedShards Constructor Description TransportIndicesShardStoresAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, TransportNodesListGatewayStartedShards listShardStoresInfo) -
Uses of TransportNodesListGatewayStartedShards in org.elasticsearch.gateway
Constructors in org.elasticsearch.gateway with parameters of type TransportNodesListGatewayStartedShards Constructor Description GatewayAllocator(RerouteService rerouteService, TransportNodesListGatewayStartedShards startedAction, TransportNodesListShardStoreMetaData storeAction)
-