Package org.apache.hadoop.hbase.rest
Interface Constants
- All Known Implementing Classes:
ExistsResource
,MultiRowResource
,NamespacesInstanceResource
,NamespacesResource
,RegionsResource
,ResourceBase
,RESTServer
,RESTServlet
,RootResource
,RowResource
,ScannerInstanceResource
,ScannerResource
,SchemaResource
,StorageClusterStatusResource
,StorageClusterVersionResource
,TableResource
,TableScanResource
,VersionResource
Common constants for org.apache.hadoop.hbase.rest
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final int
static final int
static final int
static final int
static final long
static final int
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
If this query parameter is present when processing row or scanner resources, it disables server side block cachingstatic final String
static final String
static final String
Configuration parameter to set rest client connection timeoutstatic final String
Configuration parameter to set rest client socket timeoutstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Deprecated.Since 2.4.18/2.5.9/2.6.0, will be removed in 4.0.0.static final String
static final String
static final String
static final String
static final String
static final String
-
Field Details
-
VERSION_STRING
- See Also:
-
DEFAULT_MAX_AGE
- See Also:
-
DEFAULT_LISTEN_PORT
- See Also:
-
MIMETYPE_TEXT
- See Also:
-
MIMETYPE_HTML
- See Also:
-
MIMETYPE_XML
- See Also:
-
MIMETYPE_BINARY
- See Also:
-
MIMETYPE_PROTOBUF
- See Also:
-
MIMETYPE_PROTOBUF_IETF
- See Also:
-
MIMETYPE_JSON
- See Also:
-
CRLF
- See Also:
-
REST_KEYTAB_FILE
- See Also:
-
REST_KERBEROS_PRINCIPAL
- See Also:
-
REST_AUTHENTICATION_TYPE
- See Also:
-
REST_AUTHENTICATION_PRINCIPAL
- See Also:
-
REST_SSL_ENABLED
- See Also:
-
REST_SSL_KEYSTORE_STORE
- See Also:
-
REST_SSL_KEYSTORE_PASSWORD
- See Also:
-
REST_SSL_KEYSTORE_TYPE
- See Also:
-
REST_SSL_TRUSTSTORE_STORE
- See Also:
-
REST_SSL_TRUSTSTORE_PASSWORD
- See Also:
-
REST_SSL_TRUSTSTORE_TYPE
- See Also:
-
REST_SSL_KEYSTORE_KEYPASSWORD
- See Also:
-
REST_SSL_EXCLUDE_CIPHER_SUITES
- See Also:
-
REST_SSL_INCLUDE_CIPHER_SUITES
- See Also:
-
REST_SSL_EXCLUDE_PROTOCOLS
- See Also:
-
REST_SSL_INCLUDE_PROTOCOLS
- See Also:
-
REST_THREAD_POOL_THREADS_MAX
- See Also:
-
REST_THREAD_POOL_THREADS_MIN
- See Also:
-
REST_THREAD_POOL_TASK_QUEUE_SIZE
- See Also:
-
REST_THREAD_POOL_THREAD_IDLE_TIMEOUT
- See Also:
-
REST_CONNECTOR_ACCEPT_QUEUE_SIZE
- See Also:
-
REST_DNS_NAMESERVER
- See Also:
-
REST_DNS_INTERFACE
- See Also:
-
REST_SCANNERCACHE_SIZE
- See Also:
-
DEFAULT_REST_SCANNERCACHE_SIZE
- See Also:
-
REST_SCANNERCACHE_EXPIRE_TIME
- See Also:
-
DEFAULT_REST_SCANNERCACHE_EXPIRE_TIME_MS
- See Also:
-
FILTER_CLASSES
- See Also:
-
SCAN_START_ROW
- See Also:
-
SCAN_END_ROW
- See Also:
-
SCAN_COLUMN
- See Also:
-
SCAN_START_TIME
- See Also:
-
SCAN_END_TIME
- See Also:
-
SCAN_MAX_VERSIONS
- See Also:
-
SCAN_BATCH_SIZE
- See Also:
-
SCAN_LIMIT
- See Also:
-
SCAN_FETCH_SIZE
- See Also:
-
FILTER
- See Also:
-
SCAN_FILTER
Deprecated.Since 2.4.18/2.5.9/2.6.0, will be removed in 4.0.0. Please useFILTER
instead.- See Also:
-
FILTER_B64
- See Also:
-
SCAN_REVERSED
- See Also:
-
SCAN_CACHE_BLOCKS
- See Also:
-
CUSTOM_FILTERS
- See Also:
-
ROW_KEYS_PARAM_NAME
- See Also:
-
KEY_ENCODING_QUERY_PARAM_NAME
- See Also:
-
NOCACHE_PARAM_NAME
If this query parameter is present when processing row or scanner resources, it disables server side block caching- See Also:
-
REST_CLIENT_CONN_TIMEOUT
Configuration parameter to set rest client connection timeout- See Also:
-
DEFAULT_REST_CLIENT_CONN_TIMEOUT
- See Also:
-
REST_CLIENT_SOCKET_TIMEOUT
Configuration parameter to set rest client socket timeout- See Also:
-
DEFAULT_REST_CLIENT_SOCKET_TIMEOUT
- See Also:
-