Uses of Class
com.orientechnologies.orient.distributed.ONodeConfig
Packages that use ONodeConfig
Package
Description
-
Uses of ONodeConfig in com.orientechnologies.agent
Methods in com.orientechnologies.agent with parameters of type ONodeConfigModifier and TypeMethodDescriptionvoidOEnterpriseAgent.onLocalNodeConfigurationRequest(ONodeConfig iConfiguration) -
Uses of ONodeConfig in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db with parameters of type ONodeConfigModifier and TypeMethodDescriptiondefault voidODatabaseLifecycleListener.onLocalNodeConfigurationRequest(ONodeConfig iConfiguration) Event called during the retrieving of distributed configuration, usually at startup and when the cluster shape changes. -
Uses of ONodeConfig in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed that return ONodeConfigModifier and TypeMethodDescriptionODistributedServerManager.getLocalNodeConfiguration()ODistributedServerManager.getNodeConfigurationByUuid(String iNode, boolean useCache) -
Uses of ONodeConfig in com.orientechnologies.orient.server.distributed.config
Methods in com.orientechnologies.orient.server.distributed.config that return types with arguments of type ONodeConfigMethods in com.orientechnologies.orient.server.distributed.config with parameters of type ONodeConfig -
Uses of ONodeConfig in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl that return ONodeConfigModifier and TypeMethodDescriptionODistributedPlugin.getLocalNodeConfiguration()ODistributedPlugin.getNodeConfigurationByUuid(String iNode, boolean useCache) Methods in com.orientechnologies.orient.server.distributed.impl with parameters of type ONodeConfigModifier and TypeMethodDescriptionstatic StringODistributedPlugin.getListeningBinaryAddress(ONodeConfig cfg) -
Uses of ONodeConfig in com.orientechnologies.orient.server.hazelcast
Methods in com.orientechnologies.orient.server.hazelcast that return ONodeConfigModifier and TypeMethodDescriptionOHazelcastDistributedMap.getLocalCachedNodeConfig(String nodeUuid) OHazelcastDistributedMap.getNodeConfig(String nodeUuid) OHazelcastClusterMetadataManager.getNodeConfigurationByName(String nodeName, boolean useCache) OHazelcastClusterMetadataManager.getNodeConfigurationByUuid(String iNodeId, boolean useCache) Methods in com.orientechnologies.orient.server.hazelcast with parameters of type ONodeConfigModifier and TypeMethodDescriptionvoidOHazelcastDistributedMap.putNodeConfig(String nodeUuid, ONodeConfig cfg)