public class Configuration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Configuration.Builder
Builder for
Configuration class |
static class |
Configuration.ClassLoaderPrecedence
Configuration to change the precedence from the current threads context
|
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<Configuration.ClassLoaderPrecedence> |
CLASS_LOADER_PRECEDENCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AutoIndexMode |
getAutoIndex() |
String[] |
getBasePackages() |
Integer |
getConnectionLivenessCheckTimeout() |
int |
getConnectionPoolSize() |
Credentials |
getCredentials() |
Map<String,Object> |
getCustomProperties() |
String |
getDatabase() |
DatabaseSelectionProvider |
getDatabaseSelectionProvider() |
static ClassLoader |
getDefaultClassLoader() |
String |
getDriverClassName() |
String |
getDumpDir() |
String |
getDumpFilename() |
String |
getEncryptionLevel() |
String |
getNeo4jConfLocation() |
URL |
getResourceUrl(String resourceLocation) |
String |
getTrustCertFile() |
String |
getTrustStrategy() |
String |
getURI() |
String[] |
getURIS() |
Boolean |
getUseNativeTypes() |
UserSelectionProvider |
getUserSelectionProvider() |
Boolean |
getUseStrictQuerying() |
Boolean |
getVerifyConnection() |
int |
hashCode() |
boolean |
isEmbeddedHA() |
String[] |
mergeBasePackagesWith(String... anotherSetOfBasePackages) |
public static final ThreadLocal<Configuration.ClassLoaderPrecedence> CLASS_LOADER_PRECEDENCE
public static ClassLoader getDefaultClassLoader()
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 String getDatabase()
public DatabaseSelectionProvider getDatabaseSelectionProvider()
public UserSelectionProvider getUserSelectionProvider()
public boolean isEmbeddedHA()
public URL getResourceUrl(String resourceLocation) throws FileNotFoundException
FileNotFoundExceptionpublic Credentials getCredentials()
public Boolean getUseNativeTypes()
public Boolean getUseStrictQuerying()
public String[] getBasePackages()
Copyright © 2015–2023 Neo Technology, Inc.. All rights reserved.