object PersistTo extends Enumeration
The number of replicas to wait for on which the mutation has been written to storage
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PersistTo
- Enumeration
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
- val Active: Value
- val Four: Value
- val None: Value
- val One: Value
- val Three: Value
- val Two: Value
-
final
def
apply(x: Int): Value
- Definition Classes
- Enumeration
-
final
def
maxId: Int
- Definition Classes
- Enumeration
-
def
toString(): String
- Definition Classes
- Enumeration → AnyRef → Any
-
def
values: ValueSet
- Definition Classes
- Enumeration
-
final
def
withName(s: String): Value
- Definition Classes
- Enumeration