com.basho.riak.client.util
Interface Constants


Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.util.Constants instead.

WARNING: This class will be REMOVED in the next version.

@Deprecated
public interface Constants

See Also:
Constants

Field Summary
static String CTYPE_ANY
          Deprecated.  
static String CTYPE_JSON
          Deprecated.  
static String CTYPE_MULTIPART_MIXED
          Deprecated.  
static String CTYPE_OCTET_STREAM
          Deprecated.  
static String CTYPE_TEXT
          Deprecated.  
static Integer DEFAULT_DW
          Deprecated.  
static Integer DEFAULT_R
          Deprecated.  
static Integer DEFAULT_W
          Deprecated.  
static String FL_KEYS
          Deprecated.  
static String FL_NAME
          Deprecated.  
static String FL_SCHEMA
          Deprecated.  
static String FL_SCHEMA_ALLOW_MULT
          Deprecated.  
static String FL_SCHEMA_CHASHFUN
          Deprecated.  
static String FL_SCHEMA_CHASHFUN_FUN
          Deprecated.  
static String FL_SCHEMA_CHASHFUN_MOD
          Deprecated.  
static String FL_SCHEMA_LINKFUN
          Deprecated.  
static String FL_SCHEMA_LINKFUN_FUN
          Deprecated.  
static String FL_SCHEMA_LINKFUN_MOD
          Deprecated.  
static String FL_SCHEMA_NVAL
          Deprecated.  
static String HDR_ACCEPT
          Deprecated.  
static String HDR_CLIENT_ID
          Deprecated.  
static String HDR_CONNECTION
          Deprecated.  
static String HDR_CONTENT_LENGTH
          Deprecated.  
static String HDR_CONTENT_TYPE
          Deprecated.  
static String HDR_ETAG
          Deprecated.  
static String HDR_IF_MATCH
          Deprecated.  
static String HDR_IF_MODIFIED_SINCE
          Deprecated.  
static String HDR_IF_NONE_MATCH
          Deprecated.  
static String HDR_IF_UNMODIFIED_SINCE
          Deprecated.  
static String HDR_LAST_MODIFIED
          Deprecated.  
static String HDR_LINK
          Deprecated.  
static String HDR_LOCATION
          Deprecated.  
static String HDR_USERMETA_PREFIX
          Deprecated.  
static String HDR_USERMETA_REQ_PREFIX
          Deprecated.  
static String HDR_VCLOCK
          Deprecated.  
static String HTTP_DELETE_METHOD
          Deprecated.  
static String HTTP_GET_METHOD
          Deprecated.  
static String HTTP_HEAD_METHOD
          Deprecated.  
static String HTTP_PUT_METHOD
          Deprecated.  
static String INCLUDE_KEYS
          Deprecated.  
static String LINK_TAG
          Deprecated.  
static String LIST_BUCKETS
          Deprecated.  
static String NO_KEYS
          Deprecated.  
static String QP_BUCKETS
          Deprecated.  
static String QP_DW
          Deprecated.  
static String QP_KEYS
          Deprecated.  
static String QP_R
          Deprecated.  
static String QP_RETURN_BODY
          Deprecated.  
static String QP_RW
          Deprecated.  
static String QP_W
          Deprecated.  
static int RIAK_CLIENT_ID_LENGTH
          Deprecated.  
static String RIAK_URL_PREFIX
          Deprecated.  
static String STREAM_KEYS
          Deprecated.  
 

Field Detail

RIAK_URL_PREFIX

static final String RIAK_URL_PREFIX
Deprecated. 
See Also:
Constant Field Values

FL_NAME

static final String FL_NAME
Deprecated. 
See Also:
Constant Field Values

FL_KEYS

static final String FL_KEYS
Deprecated. 
See Also:
Constant Field Values

FL_SCHEMA

static final String FL_SCHEMA
Deprecated. 
See Also:
Constant Field Values

FL_SCHEMA_ALLOW_MULT

static final String FL_SCHEMA_ALLOW_MULT
Deprecated. 
See Also:
Constant Field Values

FL_SCHEMA_CHASHFUN

static final String FL_SCHEMA_CHASHFUN
Deprecated. 
See Also:
Constant Field Values

FL_SCHEMA_CHASHFUN_MOD

static final String FL_SCHEMA_CHASHFUN_MOD
Deprecated. 
See Also:
Constant Field Values

FL_SCHEMA_CHASHFUN_FUN

static final String FL_SCHEMA_CHASHFUN_FUN
Deprecated. 
See Also:
Constant Field Values

FL_SCHEMA_LINKFUN

static final String FL_SCHEMA_LINKFUN
Deprecated. 
See Also:
Constant Field Values

FL_SCHEMA_LINKFUN_MOD

static final String FL_SCHEMA_LINKFUN_MOD
Deprecated. 
See Also:
Constant Field Values

FL_SCHEMA_LINKFUN_FUN

static final String FL_SCHEMA_LINKFUN_FUN
Deprecated. 
See Also:
Constant Field Values

FL_SCHEMA_NVAL

static final String FL_SCHEMA_NVAL
Deprecated. 
See Also:
Constant Field Values

LINK_TAG

static final String LINK_TAG
Deprecated. 
See Also:
Constant Field Values

HDR_ACCEPT

static final String HDR_ACCEPT
Deprecated. 
See Also:
Constant Field Values

HDR_CLIENT_ID

static final String HDR_CLIENT_ID
Deprecated. 
See Also:
Constant Field Values

HDR_CONNECTION

static final String HDR_CONNECTION
Deprecated. 
See Also:
Constant Field Values

HDR_CONTENT_LENGTH

static final String HDR_CONTENT_LENGTH
Deprecated. 
See Also:
Constant Field Values

HDR_CONTENT_TYPE

static final String HDR_CONTENT_TYPE
Deprecated. 
See Also:
Constant Field Values

HDR_ETAG

static final String HDR_ETAG
Deprecated. 
See Also:
Constant Field Values

HDR_IF_MATCH

static final String HDR_IF_MATCH
Deprecated. 
See Also:
Constant Field Values

HDR_IF_MODIFIED_SINCE

static final String HDR_IF_MODIFIED_SINCE
Deprecated. 
See Also:
Constant Field Values

HDR_IF_UNMODIFIED_SINCE

static final String HDR_IF_UNMODIFIED_SINCE
Deprecated. 
See Also:
Constant Field Values

HDR_IF_NONE_MATCH

static final String HDR_IF_NONE_MATCH
Deprecated. 
See Also:
Constant Field Values

HDR_LAST_MODIFIED

static final String HDR_LAST_MODIFIED
Deprecated. 
See Also:
Constant Field Values

HDR_LINK

static final String HDR_LINK
Deprecated. 
See Also:
Constant Field Values

HDR_LOCATION

static final String HDR_LOCATION
Deprecated. 
See Also:
Constant Field Values

HDR_VCLOCK

static final String HDR_VCLOCK
Deprecated. 
See Also:
Constant Field Values

HDR_USERMETA_PREFIX

static final String HDR_USERMETA_PREFIX
Deprecated. 
See Also:
Constant Field Values

HDR_USERMETA_REQ_PREFIX

static final String HDR_USERMETA_REQ_PREFIX
Deprecated. 
See Also:
Constant Field Values

CTYPE_ANY

static final String CTYPE_ANY
Deprecated. 
See Also:
Constant Field Values

CTYPE_JSON

static final String CTYPE_JSON
Deprecated. 
See Also:
Constant Field Values

CTYPE_OCTET_STREAM

static final String CTYPE_OCTET_STREAM
Deprecated. 
See Also:
Constant Field Values

CTYPE_MULTIPART_MIXED

static final String CTYPE_MULTIPART_MIXED
Deprecated. 
See Also:
Constant Field Values

CTYPE_TEXT

static final String CTYPE_TEXT
Deprecated. 
See Also:
Constant Field Values

DEFAULT_R

static final Integer DEFAULT_R
Deprecated. 

DEFAULT_W

static final Integer DEFAULT_W
Deprecated. 

DEFAULT_DW

static final Integer DEFAULT_DW
Deprecated. 

NO_KEYS

static final String NO_KEYS
Deprecated. 
See Also:
Constant Field Values

INCLUDE_KEYS

static final String INCLUDE_KEYS
Deprecated. 
See Also:
Constant Field Values

STREAM_KEYS

static final String STREAM_KEYS
Deprecated. 
See Also:
Constant Field Values

QP_RETURN_BODY

static final String QP_RETURN_BODY
Deprecated. 
See Also:
Constant Field Values

QP_R

static final String QP_R
Deprecated. 
See Also:
Constant Field Values

QP_W

static final String QP_W
Deprecated. 
See Also:
Constant Field Values

QP_DW

static final String QP_DW
Deprecated. 
See Also:
Constant Field Values

QP_RW

static final String QP_RW
Deprecated. 
See Also:
Constant Field Values

QP_KEYS

static final String QP_KEYS
Deprecated. 
See Also:
Constant Field Values

QP_BUCKETS

static final String QP_BUCKETS
Deprecated. 
See Also:
Constant Field Values

HTTP_HEAD_METHOD

static final String HTTP_HEAD_METHOD
Deprecated. 
See Also:
Constant Field Values

HTTP_GET_METHOD

static final String HTTP_GET_METHOD
Deprecated. 
See Also:
Constant Field Values

HTTP_PUT_METHOD

static final String HTTP_PUT_METHOD
Deprecated. 
See Also:
Constant Field Values

HTTP_DELETE_METHOD

static final String HTTP_DELETE_METHOD
Deprecated. 
See Also:
Constant Field Values

RIAK_CLIENT_ID_LENGTH

static final int RIAK_CLIENT_ID_LENGTH
Deprecated. 
See Also:
Constant Field Values

LIST_BUCKETS

static final String LIST_BUCKETS
Deprecated. 
See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.