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 SummaryNested Classes Modifier and Type Class Description static classClient.Settings.Builder
 - 
Method SummaryAll 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- 
buildpublic static Client.Settings.Builder build() 
 - 
getSessionpublic Optional<Client.SessionSettings> getSession() Determines if theClientis to be constructed with a session. If the value is present, then a session is expected.
 
- 
 
-