@Immutable public final class ClientSessionOptions extends java.lang.Object
ClientSession
.ClientSession
Modifier and Type | Class and Description |
---|---|
static class |
ClientSessionOptions.Builder
A builder for instances of
ClientSession |
Modifier and Type | Method and Description |
---|---|
static ClientSessionOptions.Builder |
builder()
Gets an instance of a builder
|
static ClientSessionOptions.Builder |
builder(ClientSessionOptions options)
Gets an instance of a builder initialized with the given options
|
boolean |
equals(java.lang.Object o) |
TransactionOptions |
getDefaultTransactionOptions()
Gets the default transaction options for the session.
|
int |
hashCode() |
java.lang.Boolean |
isCausallyConsistent()
Whether operations using the session should causally consistent with each other.
|
java.lang.String |
toString() |
@Nullable public java.lang.Boolean isCausallyConsistent()
public TransactionOptions getDefaultTransactionOptions()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public static ClientSessionOptions.Builder builder()
public static ClientSessionOptions.Builder builder(ClientSessionOptions options)
options
- the options with which to initialize the builderCopyright © 2010 - 2020 Adobe. All Rights Reserved