Package org.elasticsearch.cluster.ack
Interface AckedRequest
- All Known Implementing Classes:
AcknowledgedRequest,AddIndexBlockClusterStateUpdateRequest,AddIndexBlockRequest,CleanupRepositoryRequest,CloseIndexClusterStateUpdateRequest,CloseIndexRequest,ClusterRerouteRequest,ClusterStateUpdateRequest,ClusterUpdateSettingsRequest,CreateIndexClusterStateUpdateRequest,CreateIndexRequest,DeleteDanglingIndexRequest,DeleteIndexClusterStateUpdateRequest,DeleteIndexRequest,DeletePipelineRequest,DeleteRepositoryRequest,DeleteStoredScriptRequest,ImportDanglingIndexRequest,IndicesAliasesClusterStateUpdateRequest,IndicesAliasesRequest,IndicesClusterStateUpdateRequest,MetadataCreateDataStreamService.CreateDataStreamClusterStateUpdateRequest,MetadataMigrateToDataStreamService.MigrateToDataStreamClusterStateUpdateRequest,OpenIndexClusterStateUpdateRequest,OpenIndexRequest,PutMappingClusterStateUpdateRequest,PutMappingRequest,PutPipelineRequest,PutRepositoryRequest,PutStoredScriptRequest,ResizeRequest,RolloverRequest,UpdateSettingsClusterStateUpdateRequest,UpdateSettingsRequest,UpgradeSettingsClusterStateUpdateRequest,UpgradeSettingsRequest,VerifyRepositoryRequest
public interface AckedRequest
Identifies a cluster state update request with acknowledgement support
-
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.core.TimeValueReturns the acknowledgement timeoutorg.elasticsearch.core.TimeValueReturns the timeout for the request to be completed on the master node
-
Method Details
-
ackTimeout
org.elasticsearch.core.TimeValue ackTimeout()Returns the acknowledgement timeout -
masterNodeTimeout
org.elasticsearch.core.TimeValue masterNodeTimeout()Returns the timeout for the request to be completed on the master node
-