Uses of Class
dev.vality.damsel.domain_config.Operation
| Package | Description |
|---|---|
| dev.vality.damsel.domain_config |
-
Uses of Operation in dev.vality.damsel.domain_config
Fields in dev.vality.damsel.domain_config with type parameters of type Operation Modifier and Type Field Description List<Operation>Commit. opsMethods in dev.vality.damsel.domain_config that return Operation Modifier and Type Method Description OperationOperation. deepCopy()static OperationOperation. insert(InsertOp value)static OperationOperation. remove(RemoveOp value)static OperationOperation. update(UpdateOp value)Methods in dev.vality.damsel.domain_config that return types with arguments of type Operation Modifier and Type Method Description List<Operation>Commit. getOps()Iterator<Operation>Commit. getOpsIterator()Methods in dev.vality.damsel.domain_config with parameters of type Operation Modifier and Type Method Description voidCommit. addToOps(Operation elem)intOperation. compareTo(Operation other)booleanOperation. equals(Operation other)Method parameters in dev.vality.damsel.domain_config with type arguments of type Operation Modifier and Type Method Description CommitCommit. setOps(List<Operation> ops)Constructors in dev.vality.damsel.domain_config with parameters of type Operation Constructor Description Operation(Operation other)Constructor parameters in dev.vality.damsel.domain_config with type arguments of type Operation Constructor Description Commit(List<Operation> ops)