| 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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
TxnKVOperationConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        TxnKVOperation obj)  | 
static void | 
TxnKVOperationConverter.toJson(TxnKVOperation obj,
      JsonObject json)  | 
static void | 
TxnKVOperationConverter.toJson(TxnKVOperation obj,
      Map<String,Object> json)  | 
Copyright © 2020 Eclipse. All rights reserved.