Uses of Class
org.elasticsearch.common.inject.internal.Nullable

Packages that use Nullable
org.elasticsearch.common.inject.internal Guice (sounds like like "juice") 
org.elasticsearch.discovery   
org.elasticsearch.discovery.local   
org.elasticsearch.discovery.zen   
 

Uses of Nullable in org.elasticsearch.common.inject.internal
 

Method parameters in org.elasticsearch.common.inject.internal with annotations of type Nullable
static boolean Objects.equal(Object a, Object b)
          Determines whether two possibly-null objects are equal.
static boolean Objects.equal(Object a, Object b)
          Determines whether two possibly-null objects are equal.
static String Join.join(String delimiter, Object firstToken, Object... otherTokens)
          Returns a string containing the tokens, converted to strings if necessary, separated by delimiter.
static
<T extends Appendable>
T
Join.join(T appendable, String delimiter, Object firstToken, Object... otherTokens)
          Appends each of the tokens to appendable, separated by delimiter.
 

Uses of Nullable in org.elasticsearch.discovery
 

Method parameters in org.elasticsearch.discovery with annotations of type Nullable
 void Discovery.setNodeService(NodeService nodeService)
          Here as a hack to solve dep injection problem...
 

Uses of Nullable in org.elasticsearch.discovery.local
 

Method parameters in org.elasticsearch.discovery.local with annotations of type Nullable
 void LocalDiscovery.setNodeService(NodeService nodeService)
           
 

Uses of Nullable in org.elasticsearch.discovery.zen
 

Method parameters in org.elasticsearch.discovery.zen with annotations of type Nullable
 void ZenDiscovery.setNodeService(NodeService nodeService)
           
 



Copyright © 2009-2012. All Rights Reserved.