Modifier and Type | Class and Description |
---|---|
static class |
MapOp.FieldType |
static class |
MapOp.MapField |
static class |
MapOp.MapUpdate |
Constructor and Description |
---|
MapOp() |
MapOp(Set<MapOp.MapField> removes,
Set<MapOp.MapUpdate> updates) |
Modifier and Type | Method and Description |
---|---|
Set<MapOp.MapField> |
getRemoves() |
Set<MapOp.MapUpdate> |
getUpdates() |
MapOp |
remove(BinaryValue key,
MapOp.FieldType type) |
MapOp |
update(BinaryValue key,
CounterOp op) |
MapOp |
update(BinaryValue key,
FlagOp op) |
MapOp |
update(BinaryValue key,
MapOp op) |
MapOp |
update(BinaryValue key,
RegisterOp op) |
MapOp |
update(BinaryValue key,
SetOp op) |
public MapOp()
public MapOp(Set<MapOp.MapField> removes, Set<MapOp.MapUpdate> updates)
public MapOp update(BinaryValue key, SetOp op)
public MapOp update(BinaryValue key, CounterOp op)
public MapOp update(BinaryValue key, MapOp op)
public MapOp update(BinaryValue key, RegisterOp op)
public MapOp update(BinaryValue key, FlagOp op)
public MapOp remove(BinaryValue key, MapOp.FieldType type)
public Set<MapOp.MapField> getRemoves()
public Set<MapOp.MapUpdate> getUpdates()
Copyright © 2016. All rights reserved.