public class ClientStreamScanner
extends org.apache.hadoop.hbase.client.AbstractClientScanner
| 构造器和说明 |
|---|
ClientStreamScanner(com.alipay.oceanbase.rpc.stream.ObTableClientQueryAsyncStreamResult streamResult,
String tableName,
byte[] family,
boolean isTableGroup) |
ClientStreamScanner(com.alipay.oceanbase.rpc.stream.ObTableClientQueryStreamResult streamResult,
String tableName,
byte[] family,
boolean isTableGroup) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
org.apache.hadoop.hbase.client.Result |
next() |
org.apache.hadoop.hbase.client.Result[] |
next(int nbRows) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ClientStreamScanner(com.alipay.oceanbase.rpc.stream.ObTableClientQueryStreamResult streamResult,
String tableName,
byte[] family,
boolean isTableGroup)
public ClientStreamScanner(com.alipay.oceanbase.rpc.stream.ObTableClientQueryAsyncStreamResult streamResult,
String tableName,
byte[] family,
boolean isTableGroup)
public org.apache.hadoop.hbase.client.Result next()
throws IOException
IOExceptionpublic org.apache.hadoop.hbase.client.Result[] next(int nbRows)
throws IOException
IOExceptionpublic void close()
Copyright © 2024. All rights reserved.