public class BatchReadResult extends Object
| Constructor and Description |
|---|
BatchReadResult(List<ReadResult> readResults) |
| Modifier and Type | Method and Description |
|---|---|
int |
batchSize()
Returns the batch size.
|
List<ReadResult> |
getAsList()
Returns the results as a list.
|
String |
toString() |
public BatchReadResult(List<ReadResult> readResults)
public List<ReadResult> getAsList()
public int batchSize()
Copyright © 2015. All rights reserved.