org.apache.hadoop.hbase.rest
Class MultiRowResource
java.lang.Object
org.apache.hadoop.hbase.rest.ResourceBase
org.apache.hadoop.hbase.rest.MultiRowResource
- All Implemented Interfaces:
- Constants
public class MultiRowResource
- extends ResourceBase
Fields inherited from interface org.apache.hadoop.hbase.rest.Constants |
CRLF, DEFAULT_LISTEN_PORT, DEFAULT_MAX_AGE, MIMETYPE_BINARY, MIMETYPE_HTML, MIMETYPE_JSON, MIMETYPE_PROTOBUF, MIMETYPE_PROTOBUF_IETF, MIMETYPE_TEXT, MIMETYPE_XML, VERSION_STRING |
Method Summary |
javax.ws.rs.core.Response |
get(javax.ws.rs.core.UriInfo uriInfo)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROW_KEYS_PARAM_NAME
public static final String ROW_KEYS_PARAM_NAME
- See Also:
- Constant Field Values
MultiRowResource
public MultiRowResource(TableResource tableResource,
String versions)
throws IOException
- Constructor
- Parameters:
tableResource
- versions
-
- Throws:
IOException
get
public javax.ws.rs.core.Response get(@Context
javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.