Home
last modified time | relevance | path

Searched defs:scannerOpen (Results 1 – 10 of 10) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-thrift/src/main/resources/org/apache/hadoop/hbase/thrift/
H A DHbase.thrift718 ScannerID scannerOpen( function
/dports/databases/hbase/hbase-1.2.1/hbase-examples/src/main/cpp/gen-cpp/
H A DHbase_server.skeleton.cpp190 …ScannerID scannerOpen(const Text& tableName, const Text& startRow, const std::vector<Text> & colum… in scannerOpen() function in HbaseHandler
H A DHbase.h192 …ScannerID scannerOpen(const Text& /* tableName */, const Text& /* startRow */, const std::vector<T… in scannerOpen() function
6603 …ScannerID scannerOpen(const Text& tableName, const Text& startRow, const std::vector<Text> & colum… in scannerOpen() function
H A DHbase.cpp13011 ScannerID HbaseClient::scannerOpen(const Text& tableName, const Text& startRow, const std::vector<T… in scannerOpen() function in apache::hadoop::hbase::thrift::HbaseClient
/dports/databases/hbase/hbase-1.2.1/hbase-examples/src/main/perl/gen-perl/Hbase/
H A DHbase.pm9125 sub scannerOpen{ subroutine
9525 sub scannerOpen{ subroutine
11316 sub scannerOpen{ subroutine
/dports/databases/hbase/hbase-1.2.1/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/
H A DHbase.java472 …public int scannerOpen(ByteBuffer tableName, ByteBuffer startRow, List<ByteBuffer> columns, Map<By… in scannerOpen() method
728 …public void scannerOpen(ByteBuffer tableName, ByteBuffer startRow, List<ByteBuffer> columns, Map<B… in scannerOpen() method
1670 …public int scannerOpen(ByteBuffer tableName, ByteBuffer startRow, List<ByteBuffer> columns, Map<By… in scannerOpen() method in Hbase.Client
3287 …public void scannerOpen(ByteBuffer tableName, ByteBuffer startRow, List<ByteBuffer> columns, Map<B… in scannerOpen() method in Hbase.AsyncClient
4622 …public static class scannerOpen<I extends Iface> extends org.apache.thrift.ProcessFunction<I, scan… class in Hbase.Processor
4623 public scannerOpen() { in scannerOpen() method in Hbase.Processor.scannerOpen
/dports/databases/hbase/hbase-1.2.1/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/
H A DThriftServerRunner.java1492 public int scannerOpen(ByteBuffer tableName, ByteBuffer startRow, in scannerOpen() method in ThriftServerRunner.HBaseHandler
/dports/databases/hbase/hbase-1.2.1/hbase-examples/src/main/php/gen-php/Hbase/
H A DHbase.php52 public function scannerOpen($tableName, $startRow, $columns, $attributes); function
1895 public function scannerOpen($tableName, $startRow, $columns, $attributes) function in Hbase\\HbaseClient
/dports/databases/hbase/hbase-1.2.1/hbase-examples/src/main/ruby/gen-rb/
H A Dhbase.rb537 def scannerOpen(tableName, startRow, columns, attributes) method in Apache.Hadoop.Hbase.Thrift.Hbase.Client
/dports/databases/hbase/hbase-1.2.1/hbase-examples/src/main/python/thrift1/gen-py/hbase/
H A DHbase.py444 def scannerOpen(self, tableName, startRow, columns, attributes): member in Iface
1917 def scannerOpen(self, tableName, startRow, columns, attributes): member in Client