Package | Description |
---|---|
com.orientechnologies.orient.server.distributed |
Modifier and Type | Method and Description |
---|---|
static ODistributedServerLog.DIRECTION |
ODistributedServerLog.DIRECTION.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
static void |
ODistributedServerLog.debug(Object iRequester,
String iLocalNode,
String iRemoteNode,
ODistributedServerLog.DIRECTION iDirection,
String iMessage,
Object... iAdditionalArgs) |
static void |
ODistributedServerLog.debug(Object iRequester,
String iLocalNode,
String iRemoteNode,
ODistributedServerLog.DIRECTION iDirection,
String iMessage,
Throwable iException,
Object... iAdditionalArgs) |
static void |
ODistributedServerLog.error(Object iRequester,
String iLocalNode,
String iRemoteNode,
ODistributedServerLog.DIRECTION iDirection,
String iMessage,
Object... iAdditionalArgs) |
static void |
ODistributedServerLog.error(Object iRequester,
String iLocalNode,
String iRemoteNode,
ODistributedServerLog.DIRECTION iDirection,
String iMessage,
Throwable iException,
Object... iAdditionalArgs) |
protected static String |
ODistributedServerLog.formatMessage(Object iRequester,
String iLocalNode,
String iRemoteNode,
ODistributedServerLog.DIRECTION iDirection,
String iMessage) |
static void |
ODistributedServerLog.info(Object iRequester,
String iLocalNode,
String iRemoteNode,
ODistributedServerLog.DIRECTION iDirection,
String iMessage,
Object... iAdditionalArgs) |
static void |
ODistributedServerLog.info(Object iRequester,
String iLocalNode,
String iRemoteNode,
ODistributedServerLog.DIRECTION iDirection,
String iMessage,
Throwable iException,
Object... iAdditionalArgs) |
static void |
ODistributedServerLog.warn(Object iRequester,
String iLocalNode,
String iRemoteNode,
ODistributedServerLog.DIRECTION iDirection,
String iMessage,
Object... iAdditionalArgs) |
static void |
ODistributedServerLog.warn(Object iRequester,
String iLocalNode,
String iRemoteNode,
ODistributedServerLog.DIRECTION iDirection,
String iMessage,
Throwable iException,
Object... iAdditionalArgs) |
Copyright © 2009–2020 OrientDB. All rights reserved.