public class ReadBatch<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
MappedTable<T> |
getMappedTable() |
Collection<BatchableReadOperation> |
getReadOperations() |
int |
hashCode() |
static <T> ReadBatch<T> |
of(MappedTable<T> mappedTable,
BatchableReadOperation... readOperations) |
static <T> ReadBatch<T> |
of(MappedTable<T> mappedTable,
Collection<BatchableReadOperation> readOperations) |
public static <T> ReadBatch<T> of(MappedTable<T> mappedTable, Collection<BatchableReadOperation> readOperations)
public static <T> ReadBatch<T> of(MappedTable<T> mappedTable, BatchableReadOperation... readOperations)
public MappedTable<T> getMappedTable()
public Collection<BatchableReadOperation> getReadOperations()
Copyright © 2019. All rights reserved.