Module org.elasticsearch.server
Package org.elasticsearch.index.seqno
Class RetentionLeaseActions.Renew.TransportAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
 
org.elasticsearch.action.support.single.shard.TransportSingleShardAction<T,ActionResponse.Empty>
 
org.elasticsearch.index.seqno.RetentionLeaseActions.Renew.TransportAction
- Enclosing class:
- RetentionLeaseActions.Renew
public static class RetentionLeaseActions.Renew.TransportAction
extends TransportSingleShardAction<T,ActionResponse.Empty> 
- 
Nested Class SummaryNested classes/interfaces inherited from class org.elasticsearch.action.support.single.shard.TransportSingleShardActionTransportSingleShardAction.InternalRequest
- 
Field SummaryFields inherited from class org.elasticsearch.action.support.single.shard.TransportSingleShardActionclusterService, indexNameExpressionResolver, threadPool, transportServiceFields inherited from class org.elasticsearch.action.support.TransportActionactionName, logger, taskManager
- 
Constructor SummaryConstructorsConstructorDescriptionTransportAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidasyncShardOperation(RetentionLeaseActions.RenewRequest request, ShardId shardId, ActionListener<ActionResponse.Empty> listener) protected final Writeable.Reader<ActionResponse.Empty>protected booleanprotected ActionResponse.EmptyshardOperation(RetentionLeaseActions.RenewRequest request, ShardId shardId) protected ShardsIteratorshards(ClusterState state, TransportSingleShardAction<RetentionLeaseActions.RenewRequest, ActionResponse.Empty>.InternalRequest request) Returns the candidate shards to execute the operation on ornullthe execute the operation locally (the node that received the request)Methods inherited from class org.elasticsearch.action.support.single.shard.TransportSingleShardActioncheckGlobalBlock, checkRequestBlock, doExecute, getExecutor, isSubAction, resolveRequestMethods inherited from class org.elasticsearch.action.support.TransportActionexecute
- 
Constructor Details- 
TransportAction@Inject public TransportAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService) 
 
- 
- 
Method Details- 
shardsprotected ShardsIterator shards(ClusterState state, TransportSingleShardAction<RetentionLeaseActions.RenewRequest, ActionResponse.Empty>.InternalRequest request) Description copied from class:TransportSingleShardActionReturns the candidate shards to execute the operation on ornullthe execute the operation locally (the node that received the request)- Specified by:
- shardsin class- TransportSingleShardAction<T extends org.elasticsearch.index.seqno.RetentionLeaseActions.Request<T>,- ActionResponse.Empty> 
 
- 
asyncShardOperationprotected void asyncShardOperation(RetentionLeaseActions.RenewRequest request, ShardId shardId, ActionListener<ActionResponse.Empty> listener) - Overrides:
- asyncShardOperationin class- TransportSingleShardAction<T extends org.elasticsearch.index.seqno.RetentionLeaseActions.Request<T>,- ActionResponse.Empty> 
 
- 
shardOperationprotected ActionResponse.Empty shardOperation(RetentionLeaseActions.RenewRequest request, ShardId shardId) - Specified by:
- shardOperationin class- TransportSingleShardAction<T extends org.elasticsearch.index.seqno.RetentionLeaseActions.Request<T>,- ActionResponse.Empty> 
 
- 
getResponseReader- Specified by:
- getResponseReaderin class- TransportSingleShardAction<T extends org.elasticsearch.index.seqno.RetentionLeaseActions.Request<T>,- ActionResponse.Empty> 
 
- 
resolveIndex- Specified by:
- resolveIndexin class- TransportSingleShardAction<T extends org.elasticsearch.index.seqno.RetentionLeaseActions.Request<T>,- ActionResponse.Empty> 
 
 
-