public static class Client.SessionSettings.Builder extends Object
Modifier and Type | Method and Description |
---|---|
Client.SessionSettings |
create() |
Client.SessionSettings.Builder |
manageTransactions(boolean manage)
If enabled, transactions will be "managed" such that each request will represent a complete transaction.
|
Client.SessionSettings.Builder |
sessionId(String sessionId)
Provides the identifier of the session.
|
public Client.SessionSettings.Builder manageTransactions(boolean manage)
false
.public Client.SessionSettings.Builder sessionId(String sessionId)
UUID
.public Client.SessionSettings create()
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.