Uses of Class
org.elasticsearch.ElasticSearchIllegalStateException

Packages that use ElasticSearchIllegalStateException
org.elasticsearch.cluster   
org.elasticsearch.cluster.service   
org.elasticsearch.common   
org.elasticsearch.common.component   
 

Uses of ElasticSearchIllegalStateException in org.elasticsearch.cluster
 

Methods in org.elasticsearch.cluster that throw ElasticSearchIllegalStateException
 void ClusterService.addInitialStateBlock(ClusterBlock block)
          Adds an initial block to be set on the first cluster state created.
 

Uses of ElasticSearchIllegalStateException in org.elasticsearch.cluster.service
 

Methods in org.elasticsearch.cluster.service that throw ElasticSearchIllegalStateException
 void InternalClusterService.addInitialStateBlock(ClusterBlock block)
           
 

Uses of ElasticSearchIllegalStateException in org.elasticsearch.common
 

Methods in org.elasticsearch.common that throw ElasticSearchIllegalStateException
static byte[] Hex.decodeHex(char[] data)
           
static byte[] Hex.decodeHex(String data)
           
protected static int Hex.toDigit(char ch, int index)
           
 

Uses of ElasticSearchIllegalStateException in org.elasticsearch.common.component
 

Methods in org.elasticsearch.common.component that throw ElasticSearchIllegalStateException
 boolean Lifecycle.canMoveToClosed()
           
 boolean Lifecycle.canMoveToStarted()
           
 boolean Lifecycle.canMoveToStopped()
           
 boolean Lifecycle.moveToClosed()
           
 boolean Lifecycle.moveToStarted()
           
 boolean Lifecycle.moveToStopped()
           
 



Copyright © 2009-2012. All Rights Reserved.