Package | Description |
---|---|
io.vertx.ext.consul |
Modifier and Type | Method and 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 key
|
TxnKVOperation |
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 perform
|
TxnKVOperation |
TxnKVOperation.setValue(String value)
Set the value
|
Copyright © 2024 Eclipse. All rights reserved.