public class OrientDBConfig extends Object
Modifier and Type | Field and Description |
---|---|
static String |
LOCK_TYPE_MODIFICATION |
static String |
LOCK_TYPE_READWRITE |
Modifier | Constructor and Description |
---|---|
protected |
OrientDBConfig() |
protected |
OrientDBConfig(OContextConfiguration configurations,
Map<ODatabase.ATTRIBUTES,Object> attributes,
Set<ODatabaseListener> listeners,
ClassLoader classLoader,
ONodeConfiguration nodeConfiguration) |
Modifier and Type | Method and Description |
---|---|
static OrientDBConfigBuilder |
builder() |
static OrientDBConfig |
defaultConfig() |
Map<ODatabase.ATTRIBUTES,Object> |
getAttributes() |
ClassLoader |
getClassLoader() |
OContextConfiguration |
getConfigurations() |
Set<ODatabaseListener> |
getListeners() |
ONodeConfiguration |
getNodeConfiguration() |
protected void |
setParent(OrientDBConfig parent) |
public static final String LOCK_TYPE_MODIFICATION
public static final String LOCK_TYPE_READWRITE
protected OrientDBConfig()
protected OrientDBConfig(OContextConfiguration configurations, Map<ODatabase.ATTRIBUTES,Object> attributes, Set<ODatabaseListener> listeners, ClassLoader classLoader, ONodeConfiguration nodeConfiguration)
public static OrientDBConfig defaultConfig()
public static OrientDBConfigBuilder builder()
public Set<ODatabaseListener> getListeners()
public OContextConfiguration getConfigurations()
public Map<ODatabase.ATTRIBUTES,Object> getAttributes()
public ONodeConfiguration getNodeConfiguration()
public ClassLoader getClassLoader()
protected void setParent(OrientDBConfig parent)
Copyright © 2009–2020 OrientDB. All rights reserved.