Uses of Enum
com.orientechnologies.orient.core.config.OGlobalConfiguration
Packages that use OGlobalConfiguration
Package
Description
-
Uses of OGlobalConfiguration in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote with parameters of type OGlobalConfigurationModifier and TypeMethodDescriptionOrientDBRemote.getGlobalConfiguration(String username, String password, OGlobalConfiguration config) OServerAdmin.getGlobalConfiguration(OGlobalConfiguration config) Deprecated.voidOrientDBRemote.setGlobalConfiguration(String username, String password, OGlobalConfiguration config, String iConfigValue) OServerAdmin.setGlobalConfiguration(OGlobalConfiguration config, Object iValue) Deprecated. -
Uses of OGlobalConfiguration in com.orientechnologies.orient.client.remote.db.document
Method parameters in com.orientechnologies.orient.client.remote.db.document with type arguments of type OGlobalConfigurationModifier and TypeMethodDescription<DB extends ODatabase>
DBODatabaseDocumentRemote.create(Map<OGlobalConfiguration, Object> iInitialSettings) -
Uses of OGlobalConfiguration in com.orientechnologies.orient.core.config
Methods in com.orientechnologies.orient.core.config that return OGlobalConfigurationModifier and TypeMethodDescriptionstatic OGlobalConfigurationFind the OGlobalConfiguration instance by the key.static OGlobalConfigurationReturns 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.Methods in com.orientechnologies.orient.core.config with parameters of type OGlobalConfigurationModifier and TypeMethodDescriptionstatic StringOGlobalConfiguration.getEnvKey(OGlobalConfiguration config) OContextConfiguration.getValue(OGlobalConfiguration iConfig) booleanOContextConfiguration.getValueAsBoolean(OGlobalConfiguration iConfig) <T extends Enum<T>>
TOContextConfiguration.getValueAsEnum(OGlobalConfiguration config, Class<T> enumType) floatOContextConfiguration.getValueAsFloat(OGlobalConfiguration iConfig) intOContextConfiguration.getValueAsInteger(OGlobalConfiguration iConfig) longOContextConfiguration.getValueAsLong(OGlobalConfiguration iConfig) OContextConfiguration.getValueAsString(OGlobalConfiguration iConfig) OContextConfiguration.setValue(OGlobalConfiguration iConfig, Object iValue) -
Uses of OGlobalConfiguration in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db with parameters of type OGlobalConfigurationModifier and TypeMethodDescriptionOrientDBConfigBuilder.addConfig(OGlobalConfiguration configuration, Object value) Method parameters in com.orientechnologies.orient.core.db with type arguments of type OGlobalConfigurationModifier and TypeMethodDescription<DB extends ODatabase>
DBODatabase.create(Map<OGlobalConfiguration, Object> iInitialSettings) Deprecated.<THISDB extends ODatabase>
THISDBODatabaseWrapperAbstract.create(Map<OGlobalConfiguration, Object> iInitialSettings) OrientDBConfigBuilder.fromGlobalMap(Map<OGlobalConfiguration, Object> values) -
Uses of OGlobalConfiguration in com.orientechnologies.orient.core.db.document
Method parameters in com.orientechnologies.orient.core.db.document with type arguments of type OGlobalConfigurationModifier and TypeMethodDescription<DB extends ODatabase>
DBODatabaseDocumentEmbedded.create(Map<OGlobalConfiguration, Object> iInitialSettings) <DB extends ODatabase>
DBODatabaseDocumentTx.create(Map<OGlobalConfiguration, Object> iInitialSettings) Deprecated.