Uses of Class
io.vertx.ext.consul.TxnKVOperation
-
Packages that use TxnKVOperation Package Description io.vertx.ext.consul -
-
Uses of TxnKVOperation in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return TxnKVOperation Modifier and Type Method Description TxnKVOperation
TxnKVOperation. setFlags(long flags)
Set the flags attached to this entry.TxnKVOperation
TxnKVOperation. setIndex(long index)
Set the index used for locking, unlocking, and check-and-set operations.TxnKVOperation
TxnKVOperation. setKey(String key)
Set the keyTxnKVOperation
TxnKVOperation. setSession(String session)
Set the session used for locking, unlocking, and check-and-set operations.TxnKVOperation
TxnKVOperation. setType(TxnKVVerb type)
Set the type of operation to performTxnKVOperation
TxnKVOperation. setValue(String value)
Set the value
-