class TxnKVOperation extends AnyRef
Holds operation to apply to the key/value store inside a transaction
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TxnKVOperation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TxnKVOperation(_asJava: ext.consul.TxnKVOperation)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJava: ext.consul.TxnKVOperation
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFlags: Long
- def getIndex: Long
- def getKey: String
- def getSession: String
- def getType: TxnKVVerb
- def getValue: String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
setFlags(value: Long): TxnKVOperation
Set the flags attached to this entry.
Set the flags attached to this entry. Clients can choose to use this however makes sense for their application.
-
def
setIndex(value: Long): TxnKVOperation
Set the index used for locking, unlocking, and check-and-set operations.
-
def
setKey(value: String): TxnKVOperation
Set the key
-
def
setSession(value: String): TxnKVOperation
Set the session used for locking, unlocking, and check-and-set operations.
-
def
setType(value: TxnKVVerb): TxnKVOperation
Set the type of operation to perform
-
def
setValue(value: String): TxnKVOperation
Set the value
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )