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() |
Map<String,Object> |
getCustomProperties() |
String |
getDriverClassName() |
String |
getDumpDir() |
String |
getDumpFilename() |
String |
getEncryptionLevel() |
String |
getNeo4jConfLocation() |
String |
getTrustCertFile() |
String |
getTrustStrategy() |
String |
getURI() |
String[] |
getURIS() |
Boolean |
getVerifyConnection() |
int |
hashCode() |
boolean |
isEmbeddedHA() |
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 getNeo4jConfLocation()
public boolean isEmbeddedHA()
public Credentials getCredentials()
Copyright © 2015–2019 Neo Technology, Inc.. All rights reserved.