public class Configuration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Configuration.Builder
Builder for
Configuration class |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AutoIndexMode |
getAutoIndex() |
Integer |
getConnectionLivenessCheckTimeout() |
int |
getConnectionPoolSize() |
Credentials |
getCredentials() |
String |
getDriverClassName() |
String |
getDumpDir() |
String |
getDumpFilename() |
String |
getEncryptionLevel() |
String |
getNeo4jHaPropertiesFile() |
String |
getTrustCertFile() |
String |
getTrustStrategy() |
String |
getURI() |
String[] |
getURIS() |
Boolean |
getVerifyConnection() |
int |
hashCode() |
public AutoIndexMode getAutoIndex()
public String getDumpDir()
public String getDumpFilename()
public String getURI()
public String[] getURIS()
public String getDriverClassName()
public int getConnectionPoolSize()
public String getEncryptionLevel()
public String getTrustStrategy()
public String getTrustCertFile()
public Integer getConnectionLivenessCheckTimeout()
public Boolean getVerifyConnection()
public String getNeo4jHaPropertiesFile()
public Credentials getCredentials()
Copyright © 2018 Neo Technology, Inc.. All rights reserved.