Uses of Enum Class
com.orientechnologies.orient.distributed.context.ONodeRole
Packages that use ONodeRole
Package
Description
-
Uses of ONodeRole in com.orientechnologies.orient.distributed.context
Methods in com.orientechnologies.orient.distributed.context that return ONodeRoleModifier and TypeMethodDescriptionODatabaseNodeStore.getRole()ODatabasesTopology.getRole(ODatabaseId dbId, ONodeId node) ODatabasesTopologyState.getRole(ODatabaseId dbId, ONodeId nodeId) ONodeDatabaseState.getRole()static ONodeRoleONodeRole.readNetwork(DataInput input) static ONodeRoleReturns the enum constant of this class with the specified name.static ONodeRole[]ONodeRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.orient.distributed.context with parameters of type ONodeRoleModifier and TypeMethodDescriptionvoidODatabasesTopologyState.declareNode(ODatabaseId db, String name, ONodeId node, ONodeRole role, ODatabaseState state) voidODatabaseTopologyState.defineNode(ONodeId node, ONodeRole role, ODatabaseState state, long version) voidConstructors in com.orientechnologies.orient.distributed.context with parameters of type ONodeRoleModifierConstructorDescriptionODatabaseNodeStore(ONodeId id, ONodeRole role) ONodeDatabaseState(ONodeId node, ONodeRole role, ODatabaseState state) -
Uses of ONodeRole in com.orientechnologies.orient.distributed.context.coordination.message
Methods in com.orientechnologies.orient.distributed.context.coordination.message that return ONodeRoleConstructors in com.orientechnologies.orient.distributed.context.coordination.message with parameters of type ONodeRoleModifierConstructorDescriptionODatabaseMemberNetwork(ONodeId node, ONodeRole role, ODatabaseState state) -
Uses of ONodeRole in com.orientechnologies.orient.distributed.context.coordination.message.operation
Methods in com.orientechnologies.orient.distributed.context.coordination.message.operation that return ONodeRoleModifier and TypeMethodDescriptionOAddNodeInfo.role()Returns the value of therolerecord component.Constructors in com.orientechnologies.orient.distributed.context.coordination.message.operation with parameters of type ONodeRoleModifierConstructorDescriptionOAddNodeInfo(ONodeId node, ONodeRole role) Creates an instance of aOAddNodeInforecord class.