|
||||||||||
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.TableScanResource
@InterfaceAudience.Private public class TableScanResource
Nested Class Summary | |
---|---|
static class |
TableScanResource.CellSetModelStream
|
Field Summary |
---|
Constructor Summary | |
---|---|
TableScanResource(ResultScanner scanner,
int userRequestedLimit)
|
Method Summary | |
---|---|
TableScanResource.CellSetModelStream |
get(javax.ws.rs.core.UriInfo uriInfo)
|
javax.ws.rs.core.Response |
getProtobuf(javax.ws.rs.core.UriInfo uriInfo,
String scanSpec,
String contentType,
int userRequestedLimit,
String startRow,
String endRow,
List<String> column,
int maxVersions,
int batchSize,
long startTime,
long endTime,
boolean cacheBlocks)
|
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 TableScanResource(ResultScanner scanner, int userRequestedLimit) throws IOException
IOException
Method Detail |
---|
public TableScanResource.CellSetModelStream get(@Context javax.ws.rs.core.UriInfo uriInfo)
public javax.ws.rs.core.Response getProtobuf(@Context javax.ws.rs.core.UriInfo uriInfo, String scanSpec, @HeaderParam(value="Accept") String contentType, int userRequestedLimit, String startRow, String endRow, List<String> column, int maxVersions, int batchSize, long startTime, long endTime, boolean cacheBlocks)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |