public class NebulaClientOptions extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
NebulaClientOptions.NebulaClientOptionsBuilder
Builder for
NebulaClientOptions |
| Modifier and Type | Method and Description |
|---|---|
CASignParams |
getCaSignParam() |
int |
getConnectRetry() |
String |
getGraphAddress() |
List<com.vesoft.nebula.client.graph.data.HostAddress> |
getMetaAddress() |
String |
getPassword() |
String |
getRawMetaAddress() |
SelfSignParams |
getSelfSignParam() |
SSLSighType |
getSSLSighType() |
int |
getTimeout() |
String |
getUsername() |
boolean |
isEnableGraphSSL() |
boolean |
isEnableMetaSSL() |
boolean |
isEnableStorageSSL() |
public List<com.vesoft.nebula.client.graph.data.HostAddress> getMetaAddress()
public String getRawMetaAddress()
public String getGraphAddress()
public String getUsername()
public String getPassword()
public int getTimeout()
public int getConnectRetry()
public boolean isEnableGraphSSL()
public boolean isEnableMetaSSL()
public boolean isEnableStorageSSL()
public SSLSighType getSSLSighType()
public CASignParams getCaSignParam()
public SelfSignParams getSelfSignParam()
Copyright © 2022. All rights reserved.