| Modifier and Type | Method and Description |
|---|---|
String |
OServerAdmin.getGlobalConfiguration(OGlobalConfiguration config) |
OServerAdmin |
OServerAdmin.setGlobalConfiguration(OGlobalConfiguration config,
Object iValue) |
| 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 |
|---|---|
Object |
OContextConfiguration.getValue(OGlobalConfiguration iConfig) |
boolean |
OContextConfiguration.getValueAsBoolean(OGlobalConfiguration iConfig) |
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 |
|---|---|
<DB extends ODatabase> |
ODatabase.create(Map<OGlobalConfiguration,Object> iInitialSettings)
Creates a new database passing initial settings.
|
<THISDB extends ODatabase> |
ODatabaseWrapperAbstract.create(Map<OGlobalConfiguration,Object> iInitialSettings) |
| Modifier and Type | Method and Description |
|---|---|
<DB extends ODatabase> |
ODatabaseDocumentTx.create(Map<OGlobalConfiguration,Object> iInitialSettings) |
Copyright © 2009–2025 OrientDB. All rights reserved.