Uses of Class
voldemort.utils.Props

Packages that use Props
voldemort.client.protocol.admin Classes that abstract admin based Voldemort requests. 
voldemort.server The Voldemort server. 
voldemort.utils Basic helper functions. 
 

Uses of Props in voldemort.client.protocol.admin
 

Constructors in voldemort.client.protocol.admin with parameters of type Props
StreamingClientConfig(Props props)
           
 

Uses of Props in voldemort.server
 

Methods in voldemort.server that return Props
 Props VoldemortConfig.getAllProps()
           
 

Constructors in voldemort.server with parameters of type Props
VoldemortConfig(Props props)
           
 

Uses of Props in voldemort.utils
 

Methods in voldemort.utils that return Props
 Props Props.with(java.lang.String key, java.lang.Double value)
           
 Props Props.with(java.lang.String key, java.lang.Integer value)
           
 Props Props.with(java.lang.String key, java.lang.Long value)
           
 Props Props.with(java.lang.String key, java.lang.String value)
           
 



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