Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportClusterHealthAction.checkBlock(ClusterHealthRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportNodesShutdownAction.checkBlock(NodesShutdownRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportDeleteRepositoryAction.checkBlock(DeleteRepositoryRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportGetRepositoriesAction.checkBlock(GetRepositoriesRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportPutRepositoryAction.checkBlock(PutRepositoryRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportVerifyRepositoryAction.checkBlock(VerifyRepositoryRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportClusterRerouteAction.checkBlock(ClusterRerouteRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportClusterUpdateSettingsAction.checkBlock(ClusterUpdateSettingsRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportClusterSearchShardsAction.checkBlock(ClusterSearchShardsRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportCreateSnapshotAction.checkBlock(CreateSnapshotRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportDeleteSnapshotAction.checkBlock(DeleteSnapshotRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportGetSnapshotsAction.checkBlock(GetSnapshotsRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportRestoreSnapshotAction.checkBlock(RestoreSnapshotRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportSnapshotsStatusAction.checkBlock(SnapshotsStatusRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportClusterStateAction.checkBlock(ClusterStateRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportPendingClusterTasksAction.checkBlock(PendingClusterTasksRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportIndicesAliasesAction.checkBlock(IndicesAliasesRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportAliasesExistAction.checkBlock(GetAliasesRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportGetAliasesAction.checkBlock(GetAliasesRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportAnalyzeAction.checkRequestBlock(ClusterState state,
TransportSingleCustomOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportClearIndicesCacheAction.checkGlobalBlock(ClusterState state,
ClearIndicesCacheRequest request) |
protected ClusterBlockException |
TransportClearIndicesCacheAction.checkRequestBlock(ClusterState state,
ClearIndicesCacheRequest request,
String[] concreteIndices) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportCloseIndexAction.checkBlock(CloseIndexRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportCreateIndexAction.checkBlock(CreateIndexRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportDeleteIndexAction.checkBlock(DeleteIndexRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportIndicesExistsAction.checkBlock(IndicesExistsRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportTypesExistsAction.checkBlock(TypesExistsRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportFlushAction.checkGlobalBlock(ClusterState state,
FlushRequest request) |
protected ClusterBlockException |
TransportFlushAction.checkRequestBlock(ClusterState state,
FlushRequest countRequest,
String[] concreteIndices) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportGetIndexAction.checkBlock(GetIndexRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportDeleteMappingAction.checkBlock(DeleteMappingRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportGetMappingsAction.checkBlock(GetMappingsRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportPutMappingAction.checkBlock(PutMappingRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportOpenIndexAction.checkBlock(OpenIndexRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportOptimizeAction.checkGlobalBlock(ClusterState state,
OptimizeRequest request) |
protected ClusterBlockException |
TransportOptimizeAction.checkRequestBlock(ClusterState state,
OptimizeRequest request,
String[] concreteIndices) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportRecoveryAction.checkGlobalBlock(ClusterState state,
RecoveryRequest request) |
protected ClusterBlockException |
TransportRecoveryAction.checkRequestBlock(ClusterState state,
RecoveryRequest request,
String[] concreteIndices) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportRefreshAction.checkGlobalBlock(ClusterState state,
RefreshRequest request) |
protected ClusterBlockException |
TransportRefreshAction.checkRequestBlock(ClusterState state,
RefreshRequest countRequest,
String[] concreteIndices) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportIndicesSegmentsAction.checkGlobalBlock(ClusterState state,
IndicesSegmentsRequest request) |
protected ClusterBlockException |
TransportIndicesSegmentsAction.checkRequestBlock(ClusterState state,
IndicesSegmentsRequest countRequest,
String[] concreteIndices) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportGetSettingsAction.checkBlock(GetSettingsRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportUpdateSettingsAction.checkBlock(UpdateSettingsRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportIndicesStatsAction.checkGlobalBlock(ClusterState state,
IndicesStatsRequest request) |
protected ClusterBlockException |
TransportIndicesStatsAction.checkRequestBlock(ClusterState state,
IndicesStatsRequest request,
String[] concreteIndices) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportIndicesStatusAction.checkGlobalBlock(ClusterState state,
IndicesStatusRequest request)
Deprecated.
|
protected ClusterBlockException |
TransportIndicesStatusAction.checkRequestBlock(ClusterState state,
IndicesStatusRequest countRequest,
String[] concreteIndices)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportDeleteIndexTemplateAction.checkBlock(DeleteIndexTemplateRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportGetIndexTemplatesAction.checkBlock(GetIndexTemplatesRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportPutIndexTemplateAction.checkBlock(PutIndexTemplateRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportValidateQueryAction.checkGlobalBlock(ClusterState state,
ValidateQueryRequest request) |
protected ClusterBlockException |
TransportValidateQueryAction.checkRequestBlock(ClusterState state,
ValidateQueryRequest countRequest,
String[] concreteIndices) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportDeleteWarmerAction.checkBlock(DeleteWarmerRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportGetWarmersAction.checkBlock(GetWarmersRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportPutWarmerAction.checkBlock(PutWarmerRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportCountAction.checkGlobalBlock(ClusterState state,
CountRequest request) |
protected ClusterBlockException |
TransportCountAction.checkRequestBlock(ClusterState state,
CountRequest countRequest,
String[] concreteIndices) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportDeleteByQueryAction.checkGlobalBlock(ClusterState state,
DeleteByQueryRequest replicationPingRequest) |
protected ClusterBlockException |
TransportIndexDeleteByQueryAction.checkGlobalBlock(ClusterState state,
org.elasticsearch.action.deletebyquery.IndexDeleteByQueryRequest request) |
protected ClusterBlockException |
TransportDeleteByQueryAction.checkRequestBlock(ClusterState state,
DeleteByQueryRequest request,
String[] concreteIndices) |
protected ClusterBlockException |
TransportIndexDeleteByQueryAction.checkRequestBlock(ClusterState state,
org.elasticsearch.action.deletebyquery.IndexDeleteByQueryRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportExistsAction.checkGlobalBlock(ClusterState state,
ExistsRequest request) |
protected ClusterBlockException |
TransportExistsAction.checkRequestBlock(ClusterState state,
ExistsRequest countRequest,
String[] concreteIndices) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportPercolateAction.checkGlobalBlock(ClusterState state,
PercolateRequest request) |
protected ClusterBlockException |
TransportPercolateAction.checkRequestBlock(ClusterState state,
PercolateRequest request,
String[] concreteIndices) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportSuggestAction.checkGlobalBlock(ClusterState state,
SuggestRequest request) |
protected ClusterBlockException |
TransportSuggestAction.checkRequestBlock(ClusterState state,
SuggestRequest countRequest,
String[] concreteIndices) |
Modifier and Type | Method and Description |
---|---|
protected abstract ClusterBlockException |
TransportBroadcastOperationAction.checkGlobalBlock(ClusterState state,
Request request) |
protected abstract ClusterBlockException |
TransportBroadcastOperationAction.checkRequestBlock(ClusterState state,
Request request,
String[] concreteIndices) |
Modifier and Type | Method and Description |
---|---|
protected abstract ClusterBlockException |
TransportMasterNodeOperationAction.checkBlock(Request request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportShardReplicationOperationAction.checkGlobalBlock(ClusterState state) |
protected ClusterBlockException |
TransportIndexReplicationOperationAction.checkGlobalBlock(ClusterState state,
Request request) |
protected abstract ClusterBlockException |
TransportIndicesReplicationOperationAction.checkGlobalBlock(ClusterState state,
Request request) |
protected ClusterBlockException |
TransportIndexReplicationOperationAction.checkRequestBlock(ClusterState state,
Request request) |
protected abstract ClusterBlockException |
TransportIndicesReplicationOperationAction.checkRequestBlock(ClusterState state,
Request request,
String[] concreteIndices) |
protected ClusterBlockException |
TransportShardReplicationOperationAction.checkRequestBlock(ClusterState state,
TransportShardReplicationOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportSingleCustomOperationAction.checkGlobalBlock(ClusterState state) |
protected ClusterBlockException |
TransportSingleCustomOperationAction.checkRequestBlock(ClusterState state,
TransportSingleCustomOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportInstanceSingleOperationAction.checkGlobalBlock(ClusterState state) |
protected ClusterBlockException |
TransportInstanceSingleOperationAction.checkRequestBlock(ClusterState state,
TransportInstanceSingleOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportShardSingleOperationAction.checkGlobalBlock(ClusterState state) |
protected ClusterBlockException |
TransportShardSingleOperationAction.checkRequestBlock(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
MappingUpdatedAction.checkBlock(MappingUpdatedAction.MappingUpdatedRequest request,
ClusterState state) |
Modifier and Type | Method and Description |
---|---|
ClusterBlockException |
ClusterBlocks.globalBlockedException(ClusterBlockLevel level) |
ClusterBlockException |
ClusterBlocks.indexBlockedException(ClusterBlockLevel level,
String index) |
ClusterBlockException |
ClusterBlocks.indicesBlockedException(ClusterBlockLevel level,
String[] indices) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterBlocks.globalBlockedRaiseException(ClusterBlockLevel level) |
void |
ClusterBlocks.indexBlockedRaiseException(ClusterBlockLevel level,
String index) |
Copyright © 2009–2015. All rights reserved.