org.apache.hadoop.hbase.thrift
Class ThriftServerRunner.ResultScannerWrapper

java.lang.Object
  extended by org.apache.hadoop.hbase.thrift.ThriftServerRunner.ResultScannerWrapper
Enclosing class:
ThriftServerRunner

protected static class ThriftServerRunner.ResultScannerWrapper
extends Object


Constructor Summary
ThriftServerRunner.ResultScannerWrapper(ResultScanner resultScanner, boolean sortResultColumns)
           
 
Method Summary
 ResultScanner getScanner()
           
 boolean isColumnSorted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThriftServerRunner.ResultScannerWrapper

public ThriftServerRunner.ResultScannerWrapper(ResultScanner resultScanner,
                                               boolean sortResultColumns)
Method Detail

getScanner

public ResultScanner getScanner()

isColumnSorted

public boolean isColumnSorted()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.