org.apache.hadoop.hbase.rest
Class ScannerResource
java.lang.Object
org.apache.hadoop.hbase.rest.ResourceBase
org.apache.hadoop.hbase.rest.ScannerResource
- All Implemented Interfaces:
- Constants
public class ScannerResource
- extends ResourceBase
Fields inherited from interface org.apache.hadoop.hbase.rest.Constants |
CRLF, DEFAULT_LISTEN_PORT, DEFAULT_MAX_AGE, MIMETYPE_BINARY, MIMETYPE_HTML, MIMETYPE_JSON, MIMETYPE_PROTOBUF, MIMETYPE_PROTOBUF_IETF, MIMETYPE_TEXT, MIMETYPE_XML, VERSION_STRING |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScannerResource
public ScannerResource(TableResource tableResource)
throws IOException
- Constructor
- Parameters:
tableResource
-
- Throws:
IOException
put
public javax.ws.rs.core.Response put(ScannerModel model,
@Context
javax.ws.rs.core.UriInfo uriInfo)
post
public javax.ws.rs.core.Response post(ScannerModel model,
@Context
javax.ws.rs.core.UriInfo uriInfo)
getScannerInstanceResource
public ScannerInstanceResource getScannerInstanceResource(String id)
throws IOException
- Throws:
IOException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.