Modifier and Type | Method and Description |
---|---|
String |
OServerAdmin.getGlobalConfiguration(OGlobalConfiguration config)
Deprecated.
|
OServerAdmin |
OServerAdmin.setGlobalConfiguration(OGlobalConfiguration config,
Object iValue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static OGlobalConfiguration |
OGlobalConfiguration.findByKey(String iKey)
Find the OGlobalConfiguration instance by the key.
|
static OGlobalConfiguration |
OGlobalConfiguration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OGlobalConfiguration[] |
OGlobalConfiguration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
OGlobalConfiguration.getEnvKey(OGlobalConfiguration config) |
Object |
OContextConfiguration.getValue(OGlobalConfiguration iConfig) |
boolean |
OContextConfiguration.getValueAsBoolean(OGlobalConfiguration iConfig) |
<T extends Enum<T>> |
OContextConfiguration.getValueAsEnum(OGlobalConfiguration config,
Class<T> enumType) |
float |
OContextConfiguration.getValueAsFloat(OGlobalConfiguration iConfig) |
int |
OContextConfiguration.getValueAsInteger(OGlobalConfiguration iConfig) |
long |
OContextConfiguration.getValueAsLong(OGlobalConfiguration iConfig) |
String |
OContextConfiguration.getValueAsString(OGlobalConfiguration iConfig) |
Object |
OContextConfiguration.setValue(OGlobalConfiguration iConfig,
Object iValue) |
Modifier and Type | Method and Description |
---|---|
OrientDBConfigBuilder |
OrientDBConfigBuilder.addConfig(OGlobalConfiguration configuration,
Object value) |
String |
OrientDBRemote.getGlobalConfiguration(String username,
String password,
OGlobalConfiguration config) |
void |
OrientDBRemote.setGlobalConfiguration(String username,
String password,
OGlobalConfiguration config,
String iConfigValue) |
Modifier and Type | Method and Description |
---|---|
<DB extends ODatabase> |
ODatabase.create(Map<OGlobalConfiguration,Object> iInitialSettings)
Deprecated.
|
<THISDB extends ODatabase> |
ODatabaseWrapperAbstract.create(Map<OGlobalConfiguration,Object> iInitialSettings) |
OrientDBConfigBuilder |
OrientDBConfigBuilder.fromGlobalMap(Map<OGlobalConfiguration,Object> values) |
Modifier and Type | Method and Description |
---|---|
<DB extends ODatabase> |
ODatabaseDocumentRemote.create(Map<OGlobalConfiguration,Object> iInitialSettings) |
<DB extends ODatabase> |
ODatabaseDocumentEmbedded.create(Map<OGlobalConfiguration,Object> iInitialSettings) |
<DB extends ODatabase> |
ODatabaseDocumentTx.create(Map<OGlobalConfiguration,Object> iInitialSettings)
Deprecated.
|
Copyright © 2009–2020 OrientDB. All rights reserved.