@NotThreadSafe public interface ClientSession extends java.io.Closeable
ClientSessionOptions
Modifier and Type | Method and Description |
---|---|
void |
advanceClusterTime(BsonDocument clusterTime) |
void |
advanceOperationTime(BsonTimestamp operationTime)
Set the operation time of the last operation executed in this session.
|
void |
close() |
BsonDocument |
getClusterTime() |
BsonTimestamp |
getOperationTime()
Gets the operation time of the last operation executed in this session.
|
ClientSessionOptions |
getOptions()
Get the options for this session.
|
java.lang.Object |
getOriginator()
Gets the originator for the session.
|
ServerAddress |
getPinnedServerAddress()
Get the server address of the pinned mongos on this session.
|
BsonDocument |
getRecoveryToken()
Get the recovery token from the latest outcome in a sharded transaction.
|
ServerSession |
getServerSession() |
boolean |
isCausallyConsistent()
Returns true if operations in this session must be causally consistent
|
void |
setPinnedServerAddress(ServerAddress address)
Set the server address of the pinned mongos.
|
void |
setRecoveryToken(BsonDocument recoveryToken)
Set the recovery token.
|
@Nullable ServerAddress getPinnedServerAddress()
void setPinnedServerAddress(ServerAddress address)
address
- the server address to pin@Nullable BsonDocument getRecoveryToken()
void setRecoveryToken(BsonDocument recoveryToken)
recoveryToken
- the recovery tokenClientSessionOptions getOptions()
boolean isCausallyConsistent()
java.lang.Object getOriginator()
Important because sessions must only be used by their own originator.
ServerSession getServerSession()
BsonTimestamp getOperationTime()
void advanceOperationTime(BsonTimestamp operationTime)
operationTime
- the operation timevoid advanceClusterTime(BsonDocument clusterTime)
clusterTime
- the cluster time to advance toBsonDocument getClusterTime()
void close()
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
Copyright © 2010 - 2023 Adobe. All Rights Reserved