@InterfaceAudience.Private public class RootResource extends ResourceBase
Modifier and Type | Field and Description |
---|---|
(package private) static javax.ws.rs.core.CacheControl |
cacheControl |
private static org.apache.commons.logging.Log |
LOG |
accessDeniedClazz, servlet
CRLF, CUSTOM_FILTERS, DEFAULT_LISTEN_PORT, DEFAULT_MAX_AGE, FILTER_CLASSES, MIMETYPE_BINARY, MIMETYPE_HTML, MIMETYPE_JSON, MIMETYPE_PROTOBUF, MIMETYPE_PROTOBUF_IETF, MIMETYPE_TEXT, MIMETYPE_XML, NOCACHE_PARAM_NAME, REST_AUTHENTICATION_PRINCIPAL, REST_AUTHENTICATION_TYPE, REST_DNS_INTERFACE, REST_DNS_NAMESERVER, REST_KERBEROS_PRINCIPAL, REST_KEYTAB_FILE, REST_SSL_ENABLED, REST_SSL_KEYSTORE_KEYPASSWORD, REST_SSL_KEYSTORE_PASSWORD, REST_SSL_KEYSTORE_STORE, ROW_KEYS_PARAM_NAME, SCAN_BATCH_SIZE, SCAN_COLUMN, SCAN_END_ROW, SCAN_END_TIME, SCAN_FETCH_SIZE, SCAN_FILTER, SCAN_LIMIT, SCAN_MAX_VERSIONS, SCAN_START_ROW, SCAN_START_TIME, VERSION_STRING
Constructor and Description |
---|
RootResource()
Constructor
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
get(javax.ws.rs.core.UriInfo uriInfo) |
StorageClusterStatusResource |
getClusterStatusResource() |
NamespacesResource |
getNamespaceResource() |
private TableListModel |
getTableList() |
TableResource |
getTableResource(String table) |
VersionResource |
getVersionResource() |
processException
private static final org.apache.commons.logging.Log LOG
static javax.ws.rs.core.CacheControl cacheControl
public RootResource() throws IOException
IOException
private final TableListModel getTableList() throws IOException
IOException
public javax.ws.rs.core.Response get(@Context javax.ws.rs.core.UriInfo uriInfo)
public StorageClusterStatusResource getClusterStatusResource() throws IOException
IOException
public VersionResource getVersionResource() throws IOException
IOException
public TableResource getTableResource(String table) throws IOException
IOException
public NamespacesResource getNamespaceResource() throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.