public static class Client.Settings extends Object
Cluster.connect(Client.Settings)
that configures how a Client
will behave.Modifier and Type | Class and Description |
---|---|
static class |
Client.Settings.Builder |
Modifier and Type | Method and Description |
---|---|
static Client.Settings.Builder |
build() |
Optional<Client.SessionSettings> |
getSession()
Determines if the
Client is to be constructed with a session. |
public static Client.Settings.Builder build()
public Optional<Client.SessionSettings> getSession()
Client
is to be constructed with a session. If the value is present, then a
session is expected.Copyright © 2013–2021 Apache Software Foundation. All rights reserved.