org.apache.hadoop.hbase.rest
Class TableResource
java.lang.Object
org.apache.hadoop.hbase.rest.ResourceBase
org.apache.hadoop.hbase.rest.TableResource
- All Implemented Interfaces:
- Constants
public class TableResource
- extends ResourceBase
|
Constructor Summary |
TableResource(java.lang.String table)
Constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableResource
public TableResource(java.lang.String table)
throws java.io.IOException
- Constructor
- Parameters:
table -
- Throws:
java.io.IOException
getExistsResource
public ExistsResource getExistsResource()
throws java.io.IOException
- Throws:
java.io.IOException
getRegionsResource
public RegionsResource getRegionsResource()
throws java.io.IOException
- Throws:
java.io.IOException
getScannerResource
public ScannerResource getScannerResource()
throws java.io.IOException
- Throws:
java.io.IOException
getSchemaResource
public SchemaResource getSchemaResource()
throws java.io.IOException
- Throws:
java.io.IOException
getRowResource
public RowResource getRowResource(@Encoded
java.lang.String rowspec,
java.lang.String versions)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.