Uses of Class
org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
-
Packages that use TransportNodesListGatewayStartedShards.NodeGatewayStartedShards Package Description org.elasticsearch.gateway -
-
Uses of TransportNodesListGatewayStartedShards.NodeGatewayStartedShards in org.elasticsearch.gateway
Methods in org.elasticsearch.gateway that return TransportNodesListGatewayStartedShards.NodeGatewayStartedShards Modifier and Type Method Description protected TransportNodesListGatewayStartedShards.NodeGatewayStartedShardsTransportNodesListGatewayStartedShards. newNodeResponse(StreamInput in)protected TransportNodesListGatewayStartedShards.NodeGatewayStartedShardsTransportNodesListGatewayStartedShards. nodeOperation(TransportNodesListGatewayStartedShards.NodeRequest request)Methods in org.elasticsearch.gateway that return types with arguments of type TransportNodesListGatewayStartedShards.NodeGatewayStartedShards Modifier and Type Method Description protected abstract AsyncShardFetch.FetchResult<TransportNodesListGatewayStartedShards.NodeGatewayStartedShards>PrimaryShardAllocator. fetchData(ShardRouting shard, RoutingAllocation allocation)protected List<TransportNodesListGatewayStartedShards.NodeGatewayStartedShards>TransportNodesListGatewayStartedShards.NodesGatewayStartedShards. readNodesFrom(StreamInput in)Constructor parameters in org.elasticsearch.gateway with type arguments of type TransportNodesListGatewayStartedShards.NodeGatewayStartedShards Constructor Description NodesGatewayStartedShards(ClusterName clusterName, List<TransportNodesListGatewayStartedShards.NodeGatewayStartedShards> nodes, List<FailedNodeException> failures)
-