Uses of Class
org.elasticsearch.rest.RestStatus
-
-
Uses of RestStatus in org.elasticsearch
Methods in org.elasticsearch that return RestStatus Modifier and Type Method Description RestStatusElasticsearchException. status()Returns the rest status code associated with this exception.RestStatusElasticsearchParseException. status()RestStatusElasticsearchStatusException. status()static RestStatusExceptionsHelper. status(Throwable t)RestStatusResourceAlreadyExistsException. status()RestStatusResourceNotFoundException. status()Constructors in org.elasticsearch with parameters of type RestStatus Constructor Description ElasticsearchSecurityException(String msg, RestStatus status, Object... args)Build the exception without a cause.ElasticsearchSecurityException(String msg, RestStatus status, Throwable cause, Object... args)Build the exception with a specific status and cause.ElasticsearchStatusException(String msg, RestStatus status, Object... args)Build the exception without a cause.ElasticsearchStatusException(String msg, RestStatus status, Throwable cause, Object... args)Build the exception with a specific status and cause. -
Uses of RestStatus in org.elasticsearch.action
Fields in org.elasticsearch.action declared as RestStatus Modifier and Type Field Description protected RestStatusShardOperationFailedException. statusMethods in org.elasticsearch.action that return RestStatus Modifier and Type Method Description RestStatusTaskOperationFailure. getStatus()RestStatusDocWriteResponse. status()returns the rest status for this response (based onReplicationResponse.ShardInfo.status()RestStatusNoShardAvailableActionException. status()RestStatusRoutingMissingException. status()RestStatusShardOperationFailedException. status()The status of the failure.RestStatusUnavailableShardsException. status()Constructors in org.elasticsearch.action with parameters of type RestStatus Constructor Description ShardOperationFailedException(String index, int shardId, String reason, RestStatus status, Throwable cause) -
Uses of RestStatus in org.elasticsearch.action.admin.cluster.health
Methods in org.elasticsearch.action.admin.cluster.health that return RestStatus Modifier and Type Method Description RestStatusClusterHealthResponse. status() -
Uses of RestStatus in org.elasticsearch.action.admin.cluster.snapshots.create
Methods in org.elasticsearch.action.admin.cluster.snapshots.create that return RestStatus Modifier and Type Method Description RestStatusCreateSnapshotResponse. status()Returns HTTP statusACCEPTEDif snapshot is still in progressOKif snapshot was successful or partially successfulINTERNAL_SERVER_ERRORif snapshot failed completely -
Uses of RestStatus in org.elasticsearch.action.admin.cluster.snapshots.restore
Methods in org.elasticsearch.action.admin.cluster.snapshots.restore that return RestStatus Modifier and Type Method Description RestStatusRestoreSnapshotResponse. status() -
Uses of RestStatus in org.elasticsearch.action.admin.cluster.storedscripts
Methods in org.elasticsearch.action.admin.cluster.storedscripts that return RestStatus Modifier and Type Method Description RestStatusGetStoredScriptResponse. status() -
Uses of RestStatus in org.elasticsearch.action.admin.indices.flush
Methods in org.elasticsearch.action.admin.indices.flush that return RestStatus Modifier and Type Method Description RestStatusSyncedFlushResponse. restStatus() -
Uses of RestStatus in org.elasticsearch.action.bulk
Methods in org.elasticsearch.action.bulk that return RestStatus Modifier and Type Method Description RestStatusBulkItemResponse.Failure. getStatus()The rest status.RestStatusBulkItemResponse. status()RestStatusBulkResponse. status()Constructors in org.elasticsearch.action.bulk with parameters of type RestStatus Constructor Description Failure(String index, String type, String id, Exception cause, RestStatus status)Failure(String index, String type, String id, Exception cause, RestStatus status, long seqNo, boolean aborted) -
Uses of RestStatus in org.elasticsearch.action.delete
Methods in org.elasticsearch.action.delete that return RestStatus Modifier and Type Method Description RestStatusDeleteResponse. status() -
Uses of RestStatus in org.elasticsearch.action.explain
Methods in org.elasticsearch.action.explain that return RestStatus Modifier and Type Method Description RestStatusExplainResponse. status() -
Uses of RestStatus in org.elasticsearch.action.index
Methods in org.elasticsearch.action.index that return RestStatus Modifier and Type Method Description RestStatusIndexResponse. status() -
Uses of RestStatus in org.elasticsearch.action.ingest
Methods in org.elasticsearch.action.ingest that return RestStatus Modifier and Type Method Description RestStatusGetPipelineResponse. status() -
Uses of RestStatus in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search that return RestStatus Modifier and Type Method Description RestStatusClearScrollResponse. status()RestStatusSearchPhaseExecutionException. status()RestStatusSearchResponse. status() -
Uses of RestStatus in org.elasticsearch.action.support.broadcast
Methods in org.elasticsearch.action.support.broadcast that return RestStatus Modifier and Type Method Description RestStatusBroadcastResponse. getStatus()The REST status that should be used for the response -
Uses of RestStatus in org.elasticsearch.action.support.replication
Methods in org.elasticsearch.action.support.replication that return RestStatus Modifier and Type Method Description RestStatusReplicationResponse.ShardInfo. status()Constructors in org.elasticsearch.action.support.replication with parameters of type RestStatus Constructor Description Failure(ShardId shardId, String nodeId, Exception cause, RestStatus status, boolean primary) -
Uses of RestStatus in org.elasticsearch.action.update
Methods in org.elasticsearch.action.update that return RestStatus Modifier and Type Method Description RestStatusUpdateResponse. status() -
Uses of RestStatus in org.elasticsearch.client
Methods in org.elasticsearch.client that return RestStatus Modifier and Type Method Description RestStatusGetAliasesResponse. status() -
Uses of RestStatus in org.elasticsearch.client.core
Methods in org.elasticsearch.client.core that return RestStatus Modifier and Type Method Description RestStatusCountResponse. status() -
Uses of RestStatus in org.elasticsearch.client.transport
Methods in org.elasticsearch.client.transport that return RestStatus Modifier and Type Method Description RestStatusNoNodeAvailableException. status() -
Uses of RestStatus in org.elasticsearch.cluster.block
Methods in org.elasticsearch.cluster.block that return RestStatus Modifier and Type Method Description RestStatusClusterBlock. status()RestStatusClusterBlockException. status()Methods in org.elasticsearch.cluster.block with parameters of type RestStatus Modifier and Type Method Description booleanClusterBlocks. hasGlobalBlockWithStatus(RestStatus status)Is there a global block with the provided status?Constructors in org.elasticsearch.cluster.block with parameters of type RestStatus Constructor Description ClusterBlock(int id, String description, boolean retryable, boolean disableStatePersistence, boolean allowReleaseResources, RestStatus status, EnumSet<ClusterBlockLevel> levels)ClusterBlock(int id, String uuid, String description, boolean retryable, boolean disableStatePersistence, boolean allowReleaseResources, RestStatus status, EnumSet<ClusterBlockLevel> levels) -
Uses of RestStatus in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata that return RestStatus Modifier and Type Method Description RestStatusProcessClusterEventTimeoutException. status() -
Uses of RestStatus in org.elasticsearch.common
Methods in org.elasticsearch.common that return RestStatus Modifier and Type Method Description RestStatusParsingException. status() -
Uses of RestStatus in org.elasticsearch.common.breaker
Methods in org.elasticsearch.common.breaker that return RestStatus Modifier and Type Method Description RestStatusCircuitBreakingException. status() -
Uses of RestStatus in org.elasticsearch.common.io.stream
Methods in org.elasticsearch.common.io.stream that return RestStatus Modifier and Type Method Description RestStatusNotSerializableExceptionWrapper. status() -
Uses of RestStatus in org.elasticsearch.common.xcontent
Methods in org.elasticsearch.common.xcontent that return RestStatus Modifier and Type Method Description RestStatusStatusToXContentObject. status()Returns the REST status to make sure it is returned correctly -
Uses of RestStatus in org.elasticsearch.discovery
Methods in org.elasticsearch.discovery that return RestStatus Modifier and Type Method Description RestStatusMasterNotDiscoveredException. status() -
Uses of RestStatus in org.elasticsearch.http
Methods in org.elasticsearch.http with parameters of type RestStatus Modifier and Type Method Description HttpResponseHttpRequest. createResponse(RestStatus status, BytesReference content)Create an http response from this request and the supplied status and content. -
Uses of RestStatus in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return RestStatus Modifier and Type Method Description RestStatusDocumentMissingException. status()RestStatusDocumentSourceMissingException. status()RestStatusVersionConflictEngineException. status() -
Uses of RestStatus in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return RestStatus Modifier and Type Method Description RestStatusMapperParsingException. status()RestStatusStrictDynamicMappingException. status() -
Uses of RestStatus in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return RestStatus Modifier and Type Method Description RestStatusQueryShardException. status() -
Uses of RestStatus in org.elasticsearch.index.reindex
Methods in org.elasticsearch.index.reindex that return RestStatus Modifier and Type Method Description RestStatusScrollableHitSource.SearchFailure. getStatus()Constructors in org.elasticsearch.index.reindex with parameters of type RestStatus Constructor Description SearchFailure(Throwable reason, String index, Integer shardId, String nodeId, RestStatus status) -
Uses of RestStatus in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return RestStatus Modifier and Type Method Description RestStatusIllegalIndexShardStateException. status() -
Uses of RestStatus in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return RestStatus Modifier and Type Method Description RestStatusIndexClosedException. status()RestStatusIndexPrimaryShardNotAllocatedException. status()RestStatusIndexTemplateMissingException. status()RestStatusInvalidAliasNameException. status()RestStatusInvalidIndexNameException. status()RestStatusInvalidIndexTemplateException. status()RestStatusInvalidTypeNameException. status()RestStatusTypeMissingException. status() -
Uses of RestStatus in org.elasticsearch.repositories
Methods in org.elasticsearch.repositories that return RestStatus Modifier and Type Method Description RestStatusRepositoryMissingException. status()RestStatusRepositoryVerificationException. status() -
Uses of RestStatus in org.elasticsearch.rest
Methods in org.elasticsearch.rest that return RestStatus Modifier and Type Method Description static RestStatusRestStatus. fromCode(int code)Turn a status code into aRestStatus, returning null if we don't know that status.static RestStatusRestStatus. readFrom(StreamInput in)RestStatusBytesRestResponse. status()abstract RestStatusRestResponse. status()The rest status code.static RestStatusRestStatus. status(int successfulShards, int totalShards, ShardOperationFailedException... failures)static RestStatusRestStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RestStatus[]RestStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.rest with parameters of type RestStatus Modifier and Type Method Description static voidRestStatus. writeTo(StreamOutput out, RestStatus status)Constructors in org.elasticsearch.rest with parameters of type RestStatus Constructor Description BytesRestResponse(RestChannel channel, RestStatus status, Exception e)BytesRestResponse(RestStatus status, String content)Creates a new plain text response.BytesRestResponse(RestStatus status, String contentType, byte[] content)Creates a binary response.BytesRestResponse(RestStatus status, String contentType, String content)Creates a new plain text response.BytesRestResponse(RestStatus status, String contentType, BytesReference content)Creates a binary response.BytesRestResponse(RestStatus status, XContentBuilder builder)Creates a new response based onXContentBuilder. -
Uses of RestStatus in org.elasticsearch.rest.action
Methods in org.elasticsearch.rest.action that return RestStatus Modifier and Type Method Description protected RestStatusRestToXContentListener. getStatus(Response response) -
Uses of RestStatus in org.elasticsearch.script
Methods in org.elasticsearch.script that return RestStatus Modifier and Type Method Description RestStatusScriptException. status() -
Uses of RestStatus in org.elasticsearch.script.mustache
Methods in org.elasticsearch.script.mustache that return RestStatus Modifier and Type Method Description RestStatusSearchTemplateResponse. status() -
Uses of RestStatus in org.elasticsearch.search
Methods in org.elasticsearch.search that return RestStatus Modifier and Type Method Description RestStatusSearchContextMissingException. status()RestStatusSearchParseException. status() -
Uses of RestStatus in org.elasticsearch.search.aggregations
Methods in org.elasticsearch.search.aggregations that return RestStatus Modifier and Type Method Description RestStatusMultiBucketConsumerService.TooManyBucketsException. status() -
Uses of RestStatus in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots that return RestStatus Modifier and Type Method Description RestStatusConcurrentSnapshotExecutionException. status()RestStatusInvalidSnapshotNameException. status()RestStatusRestoreInfo. status()REST status of the operationRestStatusSnapshotInfo. status()Returns snapshot REST statusRestStatusSnapshotInProgressException. status()RestStatusSnapshotMissingException. status() -
Uses of RestStatus in org.elasticsearch.transport
Methods in org.elasticsearch.transport that return RestStatus Modifier and Type Method Description RestStatusTcpTransport.HttpRequestOnTransportException. status()
-