Uses of Class
voldemort.client.RoutingTier

Packages that use RoutingTier
voldemort.client The user facing interface to Voldemort. 
voldemort.store The Store interface is the primary interface for Voldemort. 
 

Uses of RoutingTier in voldemort.client
 

Methods in voldemort.client that return RoutingTier
static RoutingTier RoutingTier.fromDisplay(java.lang.String type)
           
 RoutingTier ClientConfig.getRoutingTier()
           
static RoutingTier RoutingTier.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RoutingTier[] RoutingTier.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in voldemort.client with parameters of type RoutingTier
 ClientConfig ClientConfig.setRoutingTier(RoutingTier routingTier)
          Set the tier at which routing occurs.
 

Uses of RoutingTier in voldemort.store
 

Methods in voldemort.store that return RoutingTier
 RoutingTier StoreDefinitionBuilder.getRoutingPolicy()
           
 RoutingTier StoreDefinition.getRoutingPolicy()
           
 

Methods in voldemort.store with parameters of type RoutingTier
 StoreDefinitionBuilder StoreDefinitionBuilder.setRoutingPolicy(RoutingTier routingPolicy)
           
 

Constructors in voldemort.store with parameters of type RoutingTier
StoreDefinition(java.lang.String name, java.lang.String type, java.lang.String description, SerializerDefinition keySerializer, SerializerDefinition valueSerializer, SerializerDefinition transformsSerializer, RoutingTier routingPolicy, java.lang.String routingStrategyType, int replicationFactor, java.lang.Integer preferredReads, int requiredReads, java.lang.Integer preferredWrites, int requiredWrites, java.lang.String viewOfStore, java.lang.String valTrans, java.util.HashMap<java.lang.Integer,java.lang.Integer> zoneReplicationFactor, java.lang.Integer zoneCountReads, java.lang.Integer zoneCountWrites, java.lang.Integer retentionDays, java.lang.Integer retentionThrottleRate, java.lang.Integer retentionFrequencyDays, java.lang.String factory, HintedHandoffStrategyType hintedHandoffStrategyType, java.lang.Integer hintPrefListSize, java.util.List<java.lang.String> owners, long memoryFootprintMB)
           
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu