Modifier and Type | Method and Description |
---|---|
RestStatus |
ElasticsearchParseException.status() |
RestStatus |
ElasticsearchIllegalArgumentException.status() |
RestStatus |
ElasticsearchException.status()
Returns the rest status code associated with this exception.
|
static RestStatus |
ExceptionsHelper.status(Throwable t) |
Modifier and Type | Method and Description |
---|---|
RestStatus |
UnavailableShardsException.status() |
RestStatus |
RoutingMissingException.status() |
RestStatus |
NoShardAvailableActionException.status() |
RestStatus |
ShardOperationFailedException.status()
The status of the failure.
|
Modifier and Type | Method and Description |
---|---|
RestStatus |
CreateSnapshotResponse.status()
Returns HTTP status
ACCEPTED if snapshot is still in progress
OK if snapshot was successful or partially successful
INTERNAL_SERVER_ERROR if snapshot failed completely
|
Modifier and Type | Method and Description |
---|---|
RestStatus |
RestoreSnapshotResponse.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
BulkItemResponse.Failure.getStatus()
The rest status.
|
Constructor and Description |
---|
Failure(String index,
String type,
String id,
String message,
RestStatus status) |
Modifier and Type | Method and Description |
---|---|
RestStatus |
CountResponse.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
DeleteByQueryResponse.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
ShardSearchFailure.status() |
RestStatus |
ClearScrollResponse.status() |
RestStatus |
SearchResponse.status() |
RestStatus |
SearchPhaseExecutionException.status() |
Constructor and Description |
---|
ShardSearchFailure(String reason,
SearchShardTarget shardTarget,
RestStatus status) |
Modifier and Type | Method and Description |
---|---|
RestStatus |
DefaultShardOperationFailedException.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
NoNodeAvailableException.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
ClusterBlockException.status() |
RestStatus |
ClusterBlock.status() |
Modifier and Type | Method and Description |
---|---|
boolean |
ClusterBlocks.hasGlobalBlock(RestStatus status)
Is there a global block with the provided status?
|
Constructor and Description |
---|
ClusterBlock(int id,
String description,
boolean retryable,
boolean disableStatePersistence,
RestStatus status,
EnumSet<ClusterBlockLevel> levels) |
Modifier and Type | Method and Description |
---|---|
RestStatus |
ProcessClusterEventTimeoutException.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
EsRejectedExecutionException.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
StatusToXContent.status()
Returns the REST status to make sure it is returned correctly
|
Modifier and Type | Method and Description |
---|---|
RestStatus |
MasterNotDiscoveredException.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
IndexShardMissingException.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
DocumentAlreadyExistsException.status() |
RestStatus |
DocumentMissingException.status() |
RestStatus |
FlushNotAllowedEngineException.status() |
RestStatus |
DocumentSourceMissingException.status() |
RestStatus |
VersionConflictEngineException.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
MapperParsingException.status() |
RestStatus |
MergeMappingException.status() |
RestStatus |
StrictDynamicMappingException.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
QueryParsingException.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
IllegalIndexShardStateException.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
IndexTemplateAlreadyExistsException.status() |
RestStatus |
InvalidIndexNameException.status() |
RestStatus |
InvalidTypeNameException.status() |
RestStatus |
IndexTemplateMissingException.status() |
RestStatus |
IndexClosedException.status() |
RestStatus |
TypeMissingException.status() |
RestStatus |
InvalidAliasNameException.status() |
RestStatus |
InvalidIndexTemplateException.status() |
RestStatus |
IndexMissingException.status() |
RestStatus |
IndexAlreadyExistsException.status() |
RestStatus |
IndexPrimaryShardNotAllocatedException.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
RepositoryMissingException.status() |
RestStatus |
RepositoryVerificationException.status() |
Modifier and Type | Method and Description |
---|---|
static RestStatus |
RestStatus.readFrom(StreamInput in) |
abstract RestStatus |
RestResponse.status()
The rest status code.
|
RestStatus |
BytesRestResponse.status() |
static RestStatus |
RestStatus.status(int successfulShards,
int totalShards,
ShardOperationFailedException... failures) |
static RestStatus |
RestStatus.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.
|
Modifier and Type | Method and Description |
---|---|
static void |
RestStatus.writeTo(StreamOutput out,
RestStatus status) |
Constructor and Description |
---|
BytesRestResponse(RestChannel channel,
RestStatus status,
Throwable t) |
BytesRestResponse(RestStatus status) |
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,
BytesReference content,
boolean contentThreadSafe)
Creates a binary response.
|
BytesRestResponse(RestStatus status,
String contentType,
String content)
Creates a new plain text response.
|
BytesRestResponse(RestStatus status,
XContentBuilder builder)
Creates a new response based on
XContentBuilder . |
Modifier and Type | Method and Description |
---|---|
RestStatus |
AliasesMissingException.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
GroovyScriptExecutionException.status() |
RestStatus |
GroovyScriptCompilationException.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
SearchParseException.status() |
RestStatus |
SearchContextMissingException.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
IndexWarmerMissingException.status() |
Modifier and Type | Method and Description |
---|---|
RestStatus |
ConcurrentSnapshotExecutionException.status() |
RestStatus |
InvalidSnapshotNameException.status() |
RestStatus |
SnapshotShardFailure.status()
Returns REST status corresponding to this failure
|
RestStatus |
SnapshotInfo.status()
Returns snapshot REST status
|
RestStatus |
RestoreInfo.status()
REST status of the operation
|
RestStatus |
SnapshotMissingException.status() |
Copyright © 2009–2015. All rights reserved.