Package | Description |
---|---|
com.franz.agraph.repository.repl |
Classes related to multi-master replication settings.
|
Modifier and Type | Method and Description |
---|---|
static DurabilityLevel |
DurabilityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DurabilityLevel[] |
DurabilityLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
DurabilityVisitor.visitDurabilityLevel(DurabilityLevel level)
Visit a symbolic durability level.
|
TransactionSettings |
TransactionSettings.withDurability(DurabilityLevel durability)
Sets the durability level (see
TransactionSettings.withDurability(Integer) ) to a symbolic value. |
Copyright © 2022 Franz Inc.. All rights reserved.