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 aClient
will behave.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Client.Settings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Client.Settings.Builder
build()
Optional<Client.SessionSettings>
getSession()
Determines if theClient
is to be constructed with a session.
-
-
-
Method Detail
-
build
public static Client.Settings.Builder build()
-
getSession
public Optional<Client.SessionSettings> getSession()
Determines if theClient
is to be constructed with a session. If the value is present, then a session is expected.
-
-