org.apache.hadoop.hbase.rest
Class ScannerResource

java.lang.Object
  extended by org.apache.hadoop.hbase.rest.ResourceBase
      extended by org.apache.hadoop.hbase.rest.ScannerResource
All Implemented Interfaces:
Constants

public class ScannerResource
extends ResourceBase


Field Summary
 
Fields inherited from interface org.apache.hadoop.hbase.rest.Constants
DEFAULT_LISTEN_PORT, DEFAULT_MAX_AGE, MIMETYPE_BINARY, MIMETYPE_HTML, MIMETYPE_JSON, MIMETYPE_PROTOBUF, MIMETYPE_TEXT, MIMETYPE_XML, VERSION_STRING
 
Constructor Summary
ScannerResource(TableResource tableResource)
          Constructor
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScannerResource

public ScannerResource(TableResource tableResource)
                throws IOException
Constructor

Parameters:
tableResource -
Throws:
IOException
Method Detail

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)


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.