org.apache.hadoop.hbase.rest
Interface Constants
- All Known Implementing Classes:
- ExistsResource, MultiRowResource, RegionsResource, ResourceBase, RESTServer, RESTServlet, RootResource, RowResource, ScannerInstanceResource, ScannerResource, SchemaResource, StorageClusterStatusResource, StorageClusterVersionResource, TableResource, TableScanResource, VersionResource
@InterfaceAudience.Public
@InterfaceStability.Stable
public interface Constants
Common constants for org.apache.hadoop.hbase.rest
VERSION_STRING
static final String VERSION_STRING
- See Also:
- Constant Field Values
DEFAULT_MAX_AGE
static final int DEFAULT_MAX_AGE
- See Also:
- Constant Field Values
DEFAULT_LISTEN_PORT
static final int DEFAULT_LISTEN_PORT
- See Also:
- Constant Field Values
MIMETYPE_TEXT
static final String MIMETYPE_TEXT
- See Also:
- Constant Field Values
MIMETYPE_HTML
static final String MIMETYPE_HTML
- See Also:
- Constant Field Values
MIMETYPE_XML
static final String MIMETYPE_XML
- See Also:
- Constant Field Values
MIMETYPE_BINARY
static final String MIMETYPE_BINARY
- See Also:
- Constant Field Values
MIMETYPE_PROTOBUF
static final String MIMETYPE_PROTOBUF
- See Also:
- Constant Field Values
MIMETYPE_PROTOBUF_IETF
static final String MIMETYPE_PROTOBUF_IETF
- See Also:
- Constant Field Values
MIMETYPE_JSON
static final String MIMETYPE_JSON
- See Also:
- Constant Field Values
CRLF
static final String CRLF
- See Also:
- Constant Field Values
REST_KEYTAB_FILE
static final String REST_KEYTAB_FILE
- See Also:
- Constant Field Values
REST_KERBEROS_PRINCIPAL
static final String REST_KERBEROS_PRINCIPAL
- See Also:
- Constant Field Values
REST_AUTHENTICATION_TYPE
static final String REST_AUTHENTICATION_TYPE
- See Also:
- Constant Field Values
REST_AUTHENTICATION_PRINCIPAL
static final String REST_AUTHENTICATION_PRINCIPAL
- See Also:
- Constant Field Values
REST_SSL_ENABLED
static final String REST_SSL_ENABLED
- See Also:
- Constant Field Values
REST_SSL_KEYSTORE_STORE
static final String REST_SSL_KEYSTORE_STORE
- See Also:
- Constant Field Values
REST_SSL_KEYSTORE_PASSWORD
static final String REST_SSL_KEYSTORE_PASSWORD
- See Also:
- Constant Field Values
REST_SSL_KEYSTORE_KEYPASSWORD
static final String REST_SSL_KEYSTORE_KEYPASSWORD
- See Also:
- Constant Field Values
REST_DNS_NAMESERVER
static final String REST_DNS_NAMESERVER
- See Also:
- Constant Field Values
REST_DNS_INTERFACE
static final String REST_DNS_INTERFACE
- See Also:
- Constant Field Values
FILTER_CLASSES
static final String FILTER_CLASSES
- See Also:
- Constant Field Values
SCAN_START_ROW
static final String SCAN_START_ROW
- See Also:
- Constant Field Values
SCAN_END_ROW
static final String SCAN_END_ROW
- See Also:
- Constant Field Values
SCAN_COLUMN
static final String SCAN_COLUMN
- See Also:
- Constant Field Values
SCAN_START_TIME
static final String SCAN_START_TIME
- See Also:
- Constant Field Values
SCAN_END_TIME
static final String SCAN_END_TIME
- See Also:
- Constant Field Values
SCAN_MAX_VERSIONS
static final String SCAN_MAX_VERSIONS
- See Also:
- Constant Field Values
SCAN_BATCH_SIZE
static final String SCAN_BATCH_SIZE
- See Also:
- Constant Field Values
SCAN_LIMIT
static final String SCAN_LIMIT
- See Also:
- Constant Field Values
SCAN_FETCH_SIZE
static final String SCAN_FETCH_SIZE
- See Also:
- Constant Field Values
ROW_KEYS_PARAM_NAME
static final String ROW_KEYS_PARAM_NAME
- See Also:
- Constant Field Values
NOCACHE_PARAM_NAME
static final String NOCACHE_PARAM_NAME
- If this query parameter is present when processing row or scanner resources,
it disables server side block caching
- See Also:
- Constant Field Values
Copyright © 2015 The Apache Software Foundation. All rights reserved.