| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Client.SessionSettings.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static Client.SessionSettings.Builder | 
build()  | 
String | 
getSessionId()
Provides the identifier of the session. 
 | 
boolean | 
isForceClosed()
Determines if the session will be force closed. 
 | 
boolean | 
manageTransactions()
If enabled, transactions will be "managed" such that each request will represent a complete transaction. 
 | 
public boolean manageTransactions()
public String getSessionId()
public boolean isForceClosed()
Client.SessionSettings.Builder.forceClosed(boolean) for more details
 on what that means.public static Client.SessionSettings.Builder build()
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.