@InterfaceAudience.Private public class ScannerResource extends ResourceBase
Modifier and Type | Field and Description |
---|---|
private static org.apache.commons.logging.Log |
LOG |
(package private) static Map<String,ScannerInstanceResource> |
scanners |
(package private) TableResource |
tableResource |
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 |
---|
ScannerResource(TableResource tableResource)
Constructor
|
Modifier and Type | Method and Description |
---|---|
(package private) static boolean |
delete(String id) |
ScannerInstanceResource |
getScannerInstanceResource(String id) |
javax.ws.rs.core.Response |
post(ScannerModel model,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
put(ScannerModel model,
javax.ws.rs.core.UriInfo uriInfo) |
(package private) javax.ws.rs.core.Response |
update(ScannerModel model,
boolean replace,
javax.ws.rs.core.UriInfo uriInfo) |
processException
private static final org.apache.commons.logging.Log LOG
static final Map<String,ScannerInstanceResource> scanners
TableResource tableResource
public ScannerResource(TableResource tableResource) throws IOException
tableResource
- IOException
static boolean delete(String id)
javax.ws.rs.core.Response update(ScannerModel model, boolean replace, javax.ws.rs.core.UriInfo uriInfo)
public javax.ws.rs.core.Response put(ScannerModel model, @Context javax.ws.rs.core.UriInfo uriInfo)
public javax.ws.rs.core.Response post(ScannerModel model, @Context javax.ws.rs.core.UriInfo uriInfo)
public ScannerInstanceResource getScannerInstanceResource(String id) throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.