Class Client.Settings
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.driver.Client.Settings
 
 
- 
- Enclosing class:
 - Client
 
public static class Client.Settings extends Object
Settings given toCluster.connect(Client.Settings)that configures how aClientwill behave. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClient.Settings.Builder 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Client.Settings.Builderbuild()Optional<Client.SessionSettings>getSession()Determines if theClientis to be constructed with a session. 
 - 
 
- 
- 
Method Detail
- 
build
public static Client.Settings.Builder build()
 
- 
getSession
public Optional<Client.SessionSettings> getSession()
Determines if theClientis to be constructed with a session. If the value is present, then a session is expected. 
 - 
 
 -