Uses of Interface
org.elasticsearch.cluster.ClusterState.Custom

Packages that use ClusterState.Custom
org.elasticsearch.cluster   
 

Uses of ClusterState.Custom in org.elasticsearch.cluster
 

Classes in org.elasticsearch.cluster with type parameters of type ClusterState.Custom
static interface ClusterState.Custom.Factory<T extends ClusterState.Custom>
           
 

Methods in org.elasticsearch.cluster with type parameters of type ClusterState.Custom
static
<T extends ClusterState.Custom>
ClusterState.Custom.Factory<T>
ClusterState.lookupFactory(String type)
           
static
<T extends ClusterState.Custom>
ClusterState.Custom.Factory<T>
ClusterState.lookupFactorySafe(String type)
           
 

Methods in org.elasticsearch.cluster that return ClusterState.Custom
 ClusterState.Custom ClusterState.Builder.getCustom(String type)
           
 

Methods in org.elasticsearch.cluster that return types with arguments of type ClusterState.Custom
 com.google.common.collect.ImmutableMap<String,ClusterState.Custom> ClusterState.customs()
           
 com.google.common.collect.ImmutableMap<String,ClusterState.Custom> ClusterState.getCustoms()
           
 

Methods in org.elasticsearch.cluster with parameters of type ClusterState.Custom
 ClusterState.Builder ClusterState.Builder.putCustom(String type, ClusterState.Custom custom)
           
 

Constructor parameters in org.elasticsearch.cluster with type arguments of type ClusterState.Custom
ClusterState(long version, MetaData metaData, RoutingTable routingTable, DiscoveryNodes nodes, ClusterBlocks blocks, AllocationExplanation allocationExplanation, com.google.common.collect.ImmutableMap<String,ClusterState.Custom> customs)
           
 



Copyright © 2009-2012. All Rights Reserved.