Uses of Class
voldemort.client.protocol.RequestFormatType

Packages that use RequestFormatType
voldemort.client The user facing interface to Voldemort. 
voldemort.client.protocol Classes that abstract the serialization format for Voldemort client requests. 
voldemort.client.protocol.admin Classes that abstract admin based Voldemort requests. 
 

Uses of RequestFormatType in voldemort.client
 

Methods in voldemort.client that return RequestFormatType
 RequestFormatType ClientConfig.getRequestFormatType()
           
 RequestFormatType AbstractStoreClientFactory.getRequestFormatType()
           
 

Methods in voldemort.client with parameters of type RequestFormatType
protected  voldemort.store.Store<voldemort.utils.ByteArray,byte[],byte[]> SocketStoreClientFactory.getStore(java.lang.String storeName, java.lang.String host, int port, RequestFormatType type)
           
protected  voldemort.store.Store<voldemort.utils.ByteArray,byte[],byte[]> HttpStoreClientFactory.getStore(java.lang.String name, java.lang.String host, int port, RequestFormatType type)
           
protected abstract  voldemort.store.Store<voldemort.utils.ByteArray,byte[],byte[]> AbstractStoreClientFactory.getStore(java.lang.String storeName, java.lang.String host, int port, RequestFormatType type)
           
 ClientConfig ClientConfig.setRequestFormatType(RequestFormatType requestFormatType)
          Set the request format type used for network communications (for example protocol buffers)
 

Uses of RequestFormatType in voldemort.client.protocol
 

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

Methods in voldemort.client.protocol with parameters of type RequestFormatType
 RequestFormat RequestFormatFactory.getRequestFormat(RequestFormatType type)
           
 

Uses of RequestFormatType in voldemort.client.protocol.admin
 

Methods in voldemort.client.protocol.admin that return RequestFormatType
 RequestFormatType SocketAndStreams.getRequestFormatType()
           
 

Constructors in voldemort.client.protocol.admin with parameters of type RequestFormatType
SocketAndStreams(java.net.Socket socket, int bufferSizeBytes, RequestFormatType type)
           
SocketAndStreams(java.net.Socket socket, RequestFormatType requestFormatType)
           
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao