public class ReaderGroup extends Object
| Constructor and Description |
|---|
ReaderGroup(int totalCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
failedOneRow(PrimaryKey primaryKey,
BatchGetRowResponse.RowResult rowResult,
Exception exception) |
CallbackImpledFuture<PrimaryKeyWithTable,ReaderResult> |
getFuture() |
long |
getGroupId() |
void |
succeedOneRow(PrimaryKey primaryKey,
BatchGetRowResponse.RowResult rowResult) |
public CallbackImpledFuture<PrimaryKeyWithTable,ReaderResult> getFuture()
public void succeedOneRow(PrimaryKey primaryKey, BatchGetRowResponse.RowResult rowResult)
public void failedOneRow(PrimaryKey primaryKey, BatchGetRowResponse.RowResult rowResult, Exception exception)
public long getGroupId()
Copyright © 2024. All Rights Reserved.