public class WriteBatch<T> extends Object
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| MappedTable<T> | getMappedTable() | 
| Collection<BatchableWriteOperation<T>> | getWriteOperations() | 
| int | hashCode() | 
| static <T> WriteBatch<T> | of(MappedTable<T> mappedTable,
  BatchableWriteOperation<T>... writeOperations) | 
| static <T> WriteBatch<T> | of(MappedTable<T> mappedTable,
  Collection<BatchableWriteOperation<T>> writeOperations) | 
public static <T> WriteBatch<T> of(MappedTable<T> mappedTable, Collection<BatchableWriteOperation<T>> writeOperations)
@SafeVarargs public static <T> WriteBatch<T> of(MappedTable<T> mappedTable, BatchableWriteOperation<T>... writeOperations)
public MappedTable<T> getMappedTable()
public Collection<BatchableWriteOperation<T>> getWriteOperations()
Copyright © 2019. All rights reserved.