org.apache.hadoop.hbase.rest
Class RootResource
java.lang.Object
org.apache.hadoop.hbase.rest.ResourceBase
org.apache.hadoop.hbase.rest.RootResource
- All Implemented Interfaces:
- Constants
public class RootResource
- extends ResourceBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RootResource
public RootResource()
throws IOException
- Constructor
- Throws:
IOException
get
public javax.ws.rs.core.Response get(@Context
javax.ws.rs.core.UriInfo uriInfo)
getClusterStatusResource
public StorageClusterStatusResource getClusterStatusResource()
throws IOException
- Throws:
IOException
getVersionResource
public VersionResource getVersionResource()
throws IOException
- Throws:
IOException
getTableResource
public TableResource getTableResource(String table)
throws IOException
- Throws:
IOException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.