Uses of Enum
com.orientechnologies.orient.server.distributed.ODistributedServerManager.NODE_STATUS
Packages that use ODistributedServerManager.NODE_STATUS
Package
Description
-
Uses of ODistributedServerManager.NODE_STATUS in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed that return ODistributedServerManager.NODE_STATUSModifier and TypeMethodDescriptionODistributedServerManager.getNodeStatus()Returns the enum constant of this type with the specified name.ODistributedServerManager.NODE_STATUS.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orientechnologies.orient.server.distributed with parameters of type ODistributedServerManager.NODE_STATUSModifier and TypeMethodDescriptionbooleanODistributedServerManager.checkNodeStatus(ODistributedServerManager.NODE_STATUS status) voidODistributedServerManager.setNodeStatus(ODistributedServerManager.NODE_STATUS iStatus) -
Uses of ODistributedServerManager.NODE_STATUS in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl that return ODistributedServerManager.NODE_STATUSMethods in com.orientechnologies.orient.server.distributed.impl with parameters of type ODistributedServerManager.NODE_STATUSModifier and TypeMethodDescriptionbooleanODistributedPlugin.checkNodeStatus(ODistributedServerManager.NODE_STATUS status) voidODistributedPlugin.setNodeStatus(ODistributedServerManager.NODE_STATUS iStatus) -
Uses of ODistributedServerManager.NODE_STATUS in com.orientechnologies.orient.server.hazelcast
Fields in com.orientechnologies.orient.server.hazelcast declared as ODistributedServerManager.NODE_STATUSModifier and TypeFieldDescriptionprotected ODistributedServerManager.NODE_STATUSOHazelcastClusterMetadataManager.statusMethods in com.orientechnologies.orient.server.hazelcast that return ODistributedServerManager.NODE_STATUSMethods in com.orientechnologies.orient.server.hazelcast with parameters of type ODistributedServerManager.NODE_STATUSModifier and TypeMethodDescriptionbooleanOHazelcastClusterMetadataManager.checkNodeStatus(ODistributedServerManager.NODE_STATUS iStatus2Check) voidOHazelcastClusterMetadataManager.setNodeStatus(ODistributedServerManager.NODE_STATUS iStatus)