Uses of Class
voldemort.store.metadata.MetadataStore.VoldemortState

Packages that use MetadataStore.VoldemortState
voldemort.client.protocol.admin Classes that abstract admin based Voldemort requests. 
voldemort.store.metadata Our in-memory metadata store on the server which is backed by the configuration files. 
 

Uses of MetadataStore.VoldemortState in voldemort.client.protocol.admin
 

Methods in voldemort.client.protocol.admin that return types with arguments of type MetadataStore.VoldemortState
 Versioned<MetadataStore.VoldemortState> AdminClient.RebalancingOperations.getRemoteServerState(int nodeId)
          Retrieve the server MetadataStore.VoldemortState from a remote node.
 

Uses of MetadataStore.VoldemortState in voldemort.store.metadata
 

Methods in voldemort.store.metadata that return MetadataStore.VoldemortState
 MetadataStore.VoldemortState MetadataStore.getServerStateLocked()
           
 MetadataStore.VoldemortState MetadataStore.getServerStateUnlocked()
           
static MetadataStore.VoldemortState MetadataStore.VoldemortState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MetadataStore.VoldemortState[] MetadataStore.VoldemortState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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