public static class BatchWrite.Operation extends Object
| Constructor and Description |
|---|
Operation(BatchWrite.OpType type,
List<Object> args) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
arg(int i) |
com.google.common.collect.ImmutableList<Object> |
args() |
static BatchWrite.Operation |
of(BatchWrite.OpType type,
List<Object> args) |
String |
toString() |
BatchWrite.OpType |
type() |
public Operation(BatchWrite.OpType type, List<Object> args)
public static BatchWrite.Operation of(BatchWrite.OpType type, List<Object> args)
public BatchWrite.OpType type()
public com.google.common.collect.ImmutableList<Object> args()
public <T> T arg(int i)
Copyright © 2015. All rights reserved.