Uses of Class
org.elasticsearch.action.support.single.shard.TransportSingleShardAction.InternalRequest
-
-
Uses of TransportSingleShardAction.InternalRequest in org.elasticsearch.action.admin.indices.analyze
Methods in org.elasticsearch.action.admin.indices.analyze with parameters of type TransportSingleShardAction.InternalRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportAnalyzeAction. checkRequestBlock(ClusterState state, TransportSingleShardAction.InternalRequest request)protected ShardsIteratorTransportAnalyzeAction. shards(ClusterState state, TransportSingleShardAction.InternalRequest request) -
Uses of TransportSingleShardAction.InternalRequest in org.elasticsearch.action.admin.indices.mapping.get
Methods in org.elasticsearch.action.admin.indices.mapping.get with parameters of type TransportSingleShardAction.InternalRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportGetFieldMappingsIndexAction. checkRequestBlock(ClusterState state, TransportSingleShardAction.InternalRequest request)protected ShardsIteratorTransportGetFieldMappingsIndexAction. shards(ClusterState state, TransportSingleShardAction.InternalRequest request) -
Uses of TransportSingleShardAction.InternalRequest in org.elasticsearch.action.explain
Methods in org.elasticsearch.action.explain with parameters of type TransportSingleShardAction.InternalRequest Modifier and Type Method Description protected voidTransportExplainAction. resolveRequest(ClusterState state, TransportSingleShardAction.InternalRequest request)protected ShardIteratorTransportExplainAction. shards(ClusterState state, TransportSingleShardAction.InternalRequest request) -
Uses of TransportSingleShardAction.InternalRequest in org.elasticsearch.action.fieldcaps
Methods in org.elasticsearch.action.fieldcaps with parameters of type TransportSingleShardAction.InternalRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportFieldCapabilitiesIndexAction. checkRequestBlock(ClusterState state, TransportSingleShardAction.InternalRequest request)protected ShardsIteratorTransportFieldCapabilitiesIndexAction. shards(ClusterState state, TransportSingleShardAction.InternalRequest request) -
Uses of TransportSingleShardAction.InternalRequest in org.elasticsearch.action.get
Methods in org.elasticsearch.action.get with parameters of type TransportSingleShardAction.InternalRequest Modifier and Type Method Description protected voidTransportGetAction. resolveRequest(ClusterState state, TransportSingleShardAction.InternalRequest request)protected ShardIteratorTransportGetAction. shards(ClusterState state, TransportSingleShardAction.InternalRequest request)protected ShardIteratorTransportShardMultiGetAction. shards(ClusterState state, TransportSingleShardAction.InternalRequest request) -
Uses of TransportSingleShardAction.InternalRequest in org.elasticsearch.action.support.single.shard
Methods in org.elasticsearch.action.support.single.shard with parameters of type TransportSingleShardAction.InternalRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportSingleShardAction. checkRequestBlock(ClusterState state, TransportSingleShardAction.InternalRequest request)protected voidTransportSingleShardAction. resolveRequest(ClusterState state, TransportSingleShardAction.InternalRequest request)protected abstract ShardsIteratorTransportSingleShardAction. shards(ClusterState state, TransportSingleShardAction.InternalRequest request)Returns the candidate shards to execute the operation on ornullthe execute the operation locally (the node that received the request) -
Uses of TransportSingleShardAction.InternalRequest in org.elasticsearch.action.termvectors
Methods in org.elasticsearch.action.termvectors with parameters of type TransportSingleShardAction.InternalRequest Modifier and Type Method Description protected voidTransportTermVectorsAction. resolveRequest(ClusterState state, TransportSingleShardAction.InternalRequest request)protected ShardIteratorTransportShardMultiTermsVectorAction. shards(ClusterState state, TransportSingleShardAction.InternalRequest request)protected ShardIteratorTransportTermVectorsAction. shards(ClusterState state, TransportSingleShardAction.InternalRequest request)
-