Uses of Class
org.elasticsearch.cluster.block.ClusterBlockException
-
-
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.allocation
Methods in org.elasticsearch.action.admin.cluster.allocation that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportClusterAllocationExplainAction. checkBlock(ClusterAllocationExplainRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.configuration
Methods in org.elasticsearch.action.admin.cluster.configuration that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportAddVotingConfigExclusionsAction. checkBlock(AddVotingConfigExclusionsRequest request, ClusterState state)protected ClusterBlockExceptionTransportClearVotingConfigExclusionsAction. checkBlock(ClearVotingConfigExclusionsRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.health
Methods in org.elasticsearch.action.admin.cluster.health that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportClusterHealthAction. checkBlock(ClusterHealthRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.repositories.cleanup
Methods in org.elasticsearch.action.admin.cluster.repositories.cleanup that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportCleanupRepositoryAction. checkBlock(CleanupRepositoryRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.repositories.delete
Methods in org.elasticsearch.action.admin.cluster.repositories.delete that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportDeleteRepositoryAction. checkBlock(DeleteRepositoryRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.repositories.get
Methods in org.elasticsearch.action.admin.cluster.repositories.get that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportGetRepositoriesAction. checkBlock(GetRepositoriesRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.repositories.put
Methods in org.elasticsearch.action.admin.cluster.repositories.put that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportPutRepositoryAction. checkBlock(PutRepositoryRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.repositories.verify
Methods in org.elasticsearch.action.admin.cluster.repositories.verify that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportVerifyRepositoryAction. checkBlock(VerifyRepositoryRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.reroute
Methods in org.elasticsearch.action.admin.cluster.reroute that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportClusterRerouteAction. checkBlock(ClusterRerouteRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.settings
Methods in org.elasticsearch.action.admin.cluster.settings that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportClusterUpdateSettingsAction. checkBlock(ClusterUpdateSettingsRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.shards
Methods in org.elasticsearch.action.admin.cluster.shards that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportClusterSearchShardsAction. checkBlock(ClusterSearchShardsRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.snapshots.create
Methods in org.elasticsearch.action.admin.cluster.snapshots.create that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportCreateSnapshotAction. checkBlock(CreateSnapshotRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.snapshots.delete
Methods in org.elasticsearch.action.admin.cluster.snapshots.delete that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportDeleteSnapshotAction. checkBlock(DeleteSnapshotRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.snapshots.get
Methods in org.elasticsearch.action.admin.cluster.snapshots.get that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportGetSnapshotsAction. checkBlock(GetSnapshotsRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.snapshots.restore
Methods in org.elasticsearch.action.admin.cluster.snapshots.restore that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportRestoreSnapshotAction. checkBlock(RestoreSnapshotRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.snapshots.status
Methods in org.elasticsearch.action.admin.cluster.snapshots.status that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportSnapshotsStatusAction. checkBlock(SnapshotsStatusRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.state
Methods in org.elasticsearch.action.admin.cluster.state that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportClusterStateAction. checkBlock(ClusterStateRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.storedscripts
Methods in org.elasticsearch.action.admin.cluster.storedscripts that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportDeleteStoredScriptAction. checkBlock(DeleteStoredScriptRequest request, ClusterState state)protected ClusterBlockExceptionTransportGetStoredScriptAction. checkBlock(GetStoredScriptRequest request, ClusterState state)protected ClusterBlockExceptionTransportPutStoredScriptAction. checkBlock(PutStoredScriptRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.cluster.tasks
Methods in org.elasticsearch.action.admin.cluster.tasks that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportPendingClusterTasksAction. checkBlock(PendingClusterTasksRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.alias
Methods in org.elasticsearch.action.admin.indices.alias that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportIndicesAliasesAction. checkBlock(IndicesAliasesRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.alias.exists
Methods in org.elasticsearch.action.admin.indices.alias.exists that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportAliasesExistAction. checkBlock(GetAliasesRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.alias.get
Methods in org.elasticsearch.action.admin.indices.alias.get that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportGetAliasesAction. checkBlock(GetAliasesRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.analyze
Methods in org.elasticsearch.action.admin.indices.analyze that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportAnalyzeAction. checkRequestBlock(ClusterState state, TransportSingleShardAction.InternalRequest request) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.cache.clear
Methods in org.elasticsearch.action.admin.indices.cache.clear that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportClearIndicesCacheAction. checkGlobalBlock(ClusterState state, ClearIndicesCacheRequest request)protected ClusterBlockExceptionTransportClearIndicesCacheAction. checkRequestBlock(ClusterState state, ClearIndicesCacheRequest request, String[] concreteIndices) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.close
Methods in org.elasticsearch.action.admin.indices.close that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportCloseIndexAction. checkBlock(CloseIndexRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.create
Methods in org.elasticsearch.action.admin.indices.create that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportCreateIndexAction. checkBlock(CreateIndexRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.delete
Methods in org.elasticsearch.action.admin.indices.delete that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportDeleteIndexAction. checkBlock(DeleteIndexRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.exists.indices
Methods in org.elasticsearch.action.admin.indices.exists.indices that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportIndicesExistsAction. checkBlock(IndicesExistsRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.exists.types
Methods in org.elasticsearch.action.admin.indices.exists.types that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportTypesExistsAction. checkBlock(TypesExistsRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.forcemerge
Methods in org.elasticsearch.action.admin.indices.forcemerge that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportForceMergeAction. checkGlobalBlock(ClusterState state, ForceMergeRequest request)protected ClusterBlockExceptionTransportForceMergeAction. checkRequestBlock(ClusterState state, ForceMergeRequest request, String[] concreteIndices) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.get
Methods in org.elasticsearch.action.admin.indices.get that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportGetIndexAction. checkBlock(GetIndexRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.mapping.get
Methods in org.elasticsearch.action.admin.indices.mapping.get that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportGetMappingsAction. checkBlock(GetMappingsRequest request, ClusterState state)protected ClusterBlockExceptionTransportGetFieldMappingsIndexAction. checkRequestBlock(ClusterState state, TransportSingleShardAction.InternalRequest request) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.mapping.put
Methods in org.elasticsearch.action.admin.indices.mapping.put that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportPutMappingAction. checkBlock(PutMappingRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.open
Methods in org.elasticsearch.action.admin.indices.open that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportOpenIndexAction. checkBlock(OpenIndexRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.recovery
Methods in org.elasticsearch.action.admin.indices.recovery that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportRecoveryAction. checkGlobalBlock(ClusterState state, RecoveryRequest request)protected ClusterBlockExceptionTransportRecoveryAction. checkRequestBlock(ClusterState state, RecoveryRequest request, String[] concreteIndices) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.rollover
Methods in org.elasticsearch.action.admin.indices.rollover that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportRolloverAction. checkBlock(RolloverRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.segments
Methods in org.elasticsearch.action.admin.indices.segments that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportIndicesSegmentsAction. checkGlobalBlock(ClusterState state, IndicesSegmentsRequest request)protected ClusterBlockExceptionTransportIndicesSegmentsAction. checkRequestBlock(ClusterState state, IndicesSegmentsRequest countRequest, String[] concreteIndices) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.settings.get
Methods in org.elasticsearch.action.admin.indices.settings.get that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportGetSettingsAction. checkBlock(GetSettingsRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.settings.put
Methods in org.elasticsearch.action.admin.indices.settings.put that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportUpdateSettingsAction. checkBlock(UpdateSettingsRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.shards
Methods in org.elasticsearch.action.admin.indices.shards that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportIndicesShardStoresAction. checkBlock(IndicesShardStoresRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.shrink
Methods in org.elasticsearch.action.admin.indices.shrink that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportResizeAction. checkBlock(ResizeRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.stats
Methods in org.elasticsearch.action.admin.indices.stats that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportIndicesStatsAction. checkGlobalBlock(ClusterState state, IndicesStatsRequest request)protected ClusterBlockExceptionTransportIndicesStatsAction. checkRequestBlock(ClusterState state, IndicesStatsRequest request, String[] concreteIndices) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.template.delete
Methods in org.elasticsearch.action.admin.indices.template.delete that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportDeleteIndexTemplateAction. checkBlock(DeleteIndexTemplateRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.template.get
Methods in org.elasticsearch.action.admin.indices.template.get that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportGetIndexTemplatesAction. checkBlock(GetIndexTemplatesRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.template.put
Methods in org.elasticsearch.action.admin.indices.template.put that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportPutIndexTemplateAction. checkBlock(PutIndexTemplateRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.upgrade.get
Methods in org.elasticsearch.action.admin.indices.upgrade.get that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportUpgradeStatusAction. checkGlobalBlock(ClusterState state, UpgradeStatusRequest request)protected ClusterBlockExceptionTransportUpgradeStatusAction. checkRequestBlock(ClusterState state, UpgradeStatusRequest countRequest, String[] concreteIndices) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.upgrade.post
Methods in org.elasticsearch.action.admin.indices.upgrade.post that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportUpgradeSettingsAction. checkBlock(UpgradeSettingsRequest request, ClusterState state)protected ClusterBlockExceptionTransportUpgradeAction. checkGlobalBlock(ClusterState state, UpgradeRequest request)protected ClusterBlockExceptionTransportUpgradeAction. checkRequestBlock(ClusterState state, UpgradeRequest request, String[] concreteIndices) -
Uses of ClusterBlockException in org.elasticsearch.action.admin.indices.validate.query
Methods in org.elasticsearch.action.admin.indices.validate.query that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportValidateQueryAction. checkGlobalBlock(ClusterState state, ValidateQueryRequest request)protected ClusterBlockExceptionTransportValidateQueryAction. checkRequestBlock(ClusterState state, ValidateQueryRequest countRequest, String[] concreteIndices) -
Uses of ClusterBlockException in org.elasticsearch.action.fieldcaps
Methods in org.elasticsearch.action.fieldcaps that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportFieldCapabilitiesIndexAction. checkRequestBlock(ClusterState state, TransportSingleShardAction.InternalRequest request) -
Uses of ClusterBlockException in org.elasticsearch.action.ingest
Methods in org.elasticsearch.action.ingest that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionDeletePipelineTransportAction. checkBlock(DeletePipelineRequest request, ClusterState state)protected ClusterBlockExceptionGetPipelineTransportAction. checkBlock(GetPipelineRequest request, ClusterState state)protected ClusterBlockExceptionPutPipelineTransportAction. checkBlock(PutPipelineRequest request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.support.broadcast
Methods in org.elasticsearch.action.support.broadcast that return ClusterBlockException Modifier and Type Method Description protected abstract ClusterBlockExceptionTransportBroadcastAction. checkGlobalBlock(ClusterState state, Request request)protected abstract ClusterBlockExceptionTransportBroadcastAction. checkRequestBlock(ClusterState state, Request request, String[] concreteIndices) -
Uses of ClusterBlockException in org.elasticsearch.action.support.broadcast.node
Methods in org.elasticsearch.action.support.broadcast.node that return ClusterBlockException Modifier and Type Method Description protected abstract ClusterBlockExceptionTransportBroadcastByNodeAction. checkGlobalBlock(ClusterState state, Request request)Executes a global block check before polling the cluster state.protected abstract ClusterBlockExceptionTransportBroadcastByNodeAction. checkRequestBlock(ClusterState state, Request request, String[] concreteIndices)Executes a global request-level check before polling the cluster state. -
Uses of ClusterBlockException in org.elasticsearch.action.support.master
Methods in org.elasticsearch.action.support.master that return ClusterBlockException Modifier and Type Method Description protected abstract ClusterBlockExceptionTransportMasterNodeAction. checkBlock(Request request, ClusterState state) -
Uses of ClusterBlockException in org.elasticsearch.action.support.single.instance
Methods in org.elasticsearch.action.support.single.instance that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportInstanceSingleOperationAction. checkGlobalBlock(ClusterState state)protected ClusterBlockExceptionTransportInstanceSingleOperationAction. checkRequestBlock(ClusterState state, Request request) -
Uses of ClusterBlockException in org.elasticsearch.action.support.single.shard
Methods in org.elasticsearch.action.support.single.shard that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionTransportSingleShardAction. checkGlobalBlock(ClusterState state)protected ClusterBlockExceptionTransportSingleShardAction. checkRequestBlock(ClusterState state, TransportSingleShardAction.InternalRequest request) -
Uses of ClusterBlockException in org.elasticsearch.cluster.block
Methods in org.elasticsearch.cluster.block that return ClusterBlockException Modifier and Type Method Description ClusterBlockExceptionClusterBlocks. globalBlockedException(ClusterBlockLevel level)ClusterBlockExceptionClusterBlocks. indexBlockedException(ClusterBlockLevel level, String index)ClusterBlockExceptionClusterBlocks. indicesAllowReleaseResources(String[] indices)Returnstrueiff non of the given have aClusterBlockLevel.METADATA_WRITEin place where theClusterBlock.isAllowReleaseResources()returnsfalse.ClusterBlockExceptionClusterBlocks. indicesBlockedException(ClusterBlockLevel level, String[] indices)Methods in org.elasticsearch.cluster.block that throw ClusterBlockException Modifier and Type Method Description voidClusterBlocks. globalBlockedRaiseException(ClusterBlockLevel level)voidClusterBlocks. indexBlockedRaiseException(ClusterBlockLevel level, String index) -
Uses of ClusterBlockException in org.elasticsearch.persistent
Methods in org.elasticsearch.persistent that return ClusterBlockException Modifier and Type Method Description protected ClusterBlockExceptionCompletionPersistentTaskAction.TransportAction. checkBlock(CompletionPersistentTaskAction.Request request, ClusterState state)protected ClusterBlockExceptionRemovePersistentTaskAction.TransportAction. checkBlock(RemovePersistentTaskAction.Request request, ClusterState state)protected ClusterBlockExceptionStartPersistentTaskAction.TransportAction. checkBlock(StartPersistentTaskAction.Request request, ClusterState state)protected ClusterBlockExceptionUpdatePersistentTaskStatusAction.TransportAction. checkBlock(UpdatePersistentTaskStatusAction.Request request, ClusterState state)
-