Uses of Enum
com.orientechnologies.orient.server.distributed.ODistributedServerLog.DIRECTION
Packages that use ODistributedServerLog.DIRECTION
-
Uses of ODistributedServerLog.DIRECTION in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed that return ODistributedServerLog.DIRECTIONModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ODistributedServerLog.DIRECTION[]ODistributedServerLog.DIRECTION.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 ODistributedServerLog.DIRECTIONModifier and TypeMethodDescriptionstatic voidODistributedServerLog.debug(Object iRequester, String iLocalNode, String iRemoteNode, ODistributedServerLog.DIRECTION iDirection, String iMessage, Object... iAdditionalArgs) static voidODistributedServerLog.debug(Object iRequester, String iLocalNode, String iRemoteNode, ODistributedServerLog.DIRECTION iDirection, String iMessage, Throwable iException, Object... iAdditionalArgs) static voidODistributedServerLog.error(Object iRequester, String iLocalNode, String iRemoteNode, ODistributedServerLog.DIRECTION iDirection, String iMessage, Object... iAdditionalArgs) static voidODistributedServerLog.error(Object iRequester, String iLocalNode, String iRemoteNode, ODistributedServerLog.DIRECTION iDirection, String iMessage, Throwable iException, Object... iAdditionalArgs) protected static StringODistributedServerLog.formatMessage(Object iRequester, String iLocalNode, String iRemoteNode, ODistributedServerLog.DIRECTION iDirection, String iMessage) static voidODistributedServerLog.info(Object iRequester, String iLocalNode, String iRemoteNode, ODistributedServerLog.DIRECTION iDirection, String iMessage, Object... iAdditionalArgs) static voidODistributedServerLog.info(Object iRequester, String iLocalNode, String iRemoteNode, ODistributedServerLog.DIRECTION iDirection, String iMessage, Throwable iException, Object... iAdditionalArgs) static voidODistributedServerLog.warn(Object iRequester, String iLocalNode, String iRemoteNode, ODistributedServerLog.DIRECTION iDirection, String iMessage, Object... iAdditionalArgs) static voidODistributedServerLog.warn(Object iRequester, String iLocalNode, String iRemoteNode, ODistributedServerLog.DIRECTION iDirection, String iMessage, Throwable iException, Object... iAdditionalArgs)