Uses of Class
org.elasticsearch.rest.RestStatus

Packages that use RestStatus
org.elasticsearch   
org.elasticsearch.action   
org.elasticsearch.action.search Search action. 
org.elasticsearch.client.transport   
org.elasticsearch.cluster.block   
org.elasticsearch.common.util.concurrent   
org.elasticsearch.discovery   
org.elasticsearch.index.engine   
org.elasticsearch.index.mapper   
org.elasticsearch.index.query   
org.elasticsearch.indices   
org.elasticsearch.rest   
org.elasticsearch.search   
org.elasticsearch.search.warmer   
 

Uses of RestStatus in org.elasticsearch
 

Methods in org.elasticsearch that return RestStatus
 RestStatus ElasticSearchException.status()
          Returns the rest status code associated with this exception.
 RestStatus ElasticSearchParseException.status()
           
 RestStatus ElasticSearchIllegalArgumentException.status()
           
static RestStatus ExceptionsHelper.status(Throwable t)
           
 

Uses of RestStatus in org.elasticsearch.action
 

Methods in org.elasticsearch.action that return RestStatus
 RestStatus UnavailableShardsException.status()
           
 

Uses of RestStatus in org.elasticsearch.action.search
 

Methods in org.elasticsearch.action.search that return RestStatus
 RestStatus SearchResponse.status()
           
 RestStatus ShardSearchFailure.status()
           
 

Uses of RestStatus in org.elasticsearch.client.transport
 

Methods in org.elasticsearch.client.transport that return RestStatus
 RestStatus NoNodeAvailableException.status()
           
 

Uses of RestStatus in org.elasticsearch.cluster.block
 

Methods in org.elasticsearch.cluster.block that return RestStatus
 RestStatus ClusterBlock.status()
           
 RestStatus ClusterBlockException.status()
           
 

Methods in org.elasticsearch.cluster.block with parameters of type RestStatus
 boolean ClusterBlocks.hasGlobalBlock(RestStatus status)
          Is there a global block with the provided status?
 

Constructors in org.elasticsearch.cluster.block with parameters of type RestStatus
ClusterBlock(int id, String description, boolean retryable, boolean disableStatePersistence, RestStatus status, ClusterBlockLevel... levels)
           
 

Uses of RestStatus in org.elasticsearch.common.util.concurrent
 

Methods in org.elasticsearch.common.util.concurrent that return RestStatus
 RestStatus EsRejectedExecutionException.status()
           
 

Uses of RestStatus in org.elasticsearch.discovery
 

Methods in org.elasticsearch.discovery that return RestStatus
 RestStatus MasterNotDiscoveredException.status()
           
 

Uses of RestStatus in org.elasticsearch.index.engine
 

Methods in org.elasticsearch.index.engine that return RestStatus
 RestStatus DocumentMissingException.status()
           
 RestStatus VersionConflictEngineException.status()
           
 RestStatus DocumentAlreadyExistsException.status()
           
 RestStatus DocumentSourceMissingException.status()
           
 

Uses of RestStatus in org.elasticsearch.index.mapper
 

Methods in org.elasticsearch.index.mapper that return RestStatus
 RestStatus MergeMappingException.status()
           
 RestStatus MapperParsingException.status()
           
 RestStatus StrictDynamicMappingException.status()
           
 

Uses of RestStatus in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return RestStatus
 RestStatus QueryParsingException.status()
           
 

Uses of RestStatus in org.elasticsearch.indices
 

Methods in org.elasticsearch.indices that return RestStatus
 RestStatus IndexAlreadyExistsException.status()
           
 RestStatus InvalidIndexTemplateException.status()
           
 RestStatus TypeMissingException.status()
           
 RestStatus InvalidTypeNameException.status()
           
 RestStatus IndexTemplateMissingException.status()
           
 RestStatus InvalidIndexNameException.status()
           
 RestStatus IndexTemplateAlreadyExistsException.status()
           
 RestStatus IndexMissingException.status()
           
 RestStatus InvalidAliasNameException.status()
           
 

Uses of RestStatus in org.elasticsearch.rest
 

Methods in org.elasticsearch.rest that return RestStatus
static RestStatus RestStatus.readFrom(StreamInput in)
           
 RestStatus RestResponse.status()
           
 RestStatus XContentRestResponse.status()
           
 RestStatus BytesRestResponse.status()
           
 RestStatus Utf8RestResponse.status()
           
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.
 

Methods in org.elasticsearch.rest with parameters of type RestStatus
static void RestStatus.writeTo(StreamOutput out, RestStatus status)
           
 

Constructors in org.elasticsearch.rest with parameters of type RestStatus
StringRestResponse(RestStatus status)
           
StringRestResponse(RestStatus status, String content)
           
Utf8RestResponse(RestStatus status)
           
Utf8RestResponse(RestStatus status, org.apache.lucene.util.UnicodeUtil.UTF8Result utf8Result)
           
Utf8RestResponse(RestStatus status, org.apache.lucene.util.UnicodeUtil.UTF8Result utf8Result, org.apache.lucene.util.UnicodeUtil.UTF8Result prefixUtf8Result, org.apache.lucene.util.UnicodeUtil.UTF8Result suffixUtf8Result)
           
XContentRestResponse(RestRequest request, RestStatus status, XContentBuilder builder)
           
XContentThrowableRestResponse(RestRequest request, RestStatus status, Throwable t)
           
 

Uses of RestStatus in org.elasticsearch.search
 

Methods in org.elasticsearch.search that return RestStatus
 RestStatus SearchParseException.status()
           
 

Uses of RestStatus in org.elasticsearch.search.warmer
 

Methods in org.elasticsearch.search.warmer that return RestStatus
 RestStatus IndexWarmerMissingException.status()
           
 



Copyright © 2009-2012. All Rights Reserved.