Uses of Enum Class
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) voidOrientDBRemote.setGlobalConfiguration(String username, String password, OGlobalConfiguration config, String iConfigValue) -
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 class with the specified name.static OGlobalConfiguration[]OGlobalConfiguration.values()Returns an array containing the constants of this enum class, 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 TypeMethodDescriptionOrientDBConfigBuilder.fromGlobalMap(Map<OGlobalConfiguration, Object> values)