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