|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.rest.ResourceBase
org.apache.hadoop.hbase.rest.NamespacesResource
@InterfaceAudience.Private public class NamespacesResource
Implements REST GET list of all namespaces.
/namespaces
Field Summary |
---|
Constructor Summary | |
---|---|
NamespacesResource()
Constructor |
Method Summary | |
---|---|
javax.ws.rs.core.Response |
get(javax.servlet.ServletContext context,
javax.ws.rs.core.UriInfo uriInfo)
Build a response for a list of all namespaces request. |
NamespacesInstanceResource |
getNamespaceInstanceResource(String namespace)
Dispatch to NamespaceInstanceResource |
Methods inherited from class org.apache.hadoop.hbase.rest.ResourceBase |
---|
processException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamespacesResource() throws IOException
IOException
Method Detail |
---|
public javax.ws.rs.core.Response get(@Context javax.servlet.ServletContext context, @Context javax.ws.rs.core.UriInfo uriInfo)
context
- servlet contexturiInfo
- (JAX-RS context variable) request URL
public NamespacesInstanceResource getNamespaceInstanceResource(String namespace) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |