org.apache.hadoop.hbase.rest
Class TableResource

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

public class TableResource
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
TableResource(String table)
          Constructor
 
Method Summary
 ExistsResource getExistsResource()
           
 RegionsResource getRegionsResource()
           
 RowResource getRowResource(String rowspec, String versions)
           
 ScannerResource getScannerResource()
           
 SchemaResource getSchemaResource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableResource

public TableResource(String table)
              throws IOException
Constructor

Parameters:
table -
Throws:
IOException
Method Detail

getExistsResource

public ExistsResource getExistsResource()
                                 throws IOException
Throws:
IOException

getRegionsResource

public RegionsResource getRegionsResource()
                                   throws IOException
Throws:
IOException

getScannerResource

public ScannerResource getScannerResource()
                                   throws IOException
Throws:
IOException

getSchemaResource

public SchemaResource getSchemaResource()
                                 throws IOException
Throws:
IOException

getRowResource

public RowResource getRowResource(@Encoded
                                  String rowspec,
                                  String versions)
                           throws IOException
Throws:
IOException


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