Module org.elasticsearch.server
Class LazyRolloverAction.TransportLazyRolloverAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<RolloverRequest,RolloverResponse>
org.elasticsearch.action.support.HandledTransportAction<RolloverRequest,RolloverResponse>
org.elasticsearch.action.support.master.TransportMasterNodeAction<RolloverRequest,RolloverResponse>
org.elasticsearch.action.admin.indices.rollover.TransportRolloverAction
org.elasticsearch.action.admin.indices.rollover.LazyRolloverAction.TransportLazyRolloverAction
- All Implemented Interfaces:
ActionWithReservedState<RolloverRequest>
- Enclosing class:
LazyRolloverAction
public static final class LazyRolloverAction.TransportLazyRolloverAction
extends TransportRolloverAction
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
clusterService, executor, threadPool, transportServiceFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportLazyRolloverAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, ProjectResolver projectResolver, IndexNameExpressionResolver indexNameExpressionResolver, MetadataRolloverService rolloverService, AllocationService allocationService, MetadataDataStreamsService metadataDataStreamsService, DataStreamAutoShardingService dataStreamAutoShardingService, Client client) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmasterOperation(Task task, RolloverRequest rolloverRequest, ClusterState clusterState, ActionListener<RolloverResponse> listener) Methods inherited from class org.elasticsearch.action.admin.indices.rollover.TransportRolloverAction
checkBlockMethods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
doExecute, localExecute, validateForReservedStateMethods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnlyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.reservedstate.ActionWithReservedState
modifiedKeys, reservedStateHandlerName, validateForReservedState
-
Constructor Details
-
TransportLazyRolloverAction
@Inject public TransportLazyRolloverAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, ProjectResolver projectResolver, IndexNameExpressionResolver indexNameExpressionResolver, MetadataRolloverService rolloverService, AllocationService allocationService, MetadataDataStreamsService metadataDataStreamsService, DataStreamAutoShardingService dataStreamAutoShardingService, Client client)
-
-
Method Details
-
masterOperation
protected void masterOperation(Task task, RolloverRequest rolloverRequest, ClusterState clusterState, ActionListener<RolloverResponse> listener) throws Exception - Overrides:
masterOperationin classTransportRolloverAction- Throws:
Exception
-