Class ODistributedOutput
java.lang.Object
com.orientechnologies.orient.server.distributed.impl.ODistributedOutput
Formats information about distributed cfg.
- Author:
- Luca Garulli (l.garulli--at--orientdb.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatLatency(ODistributedPlugin manager, OClusterConfiguration distribCfg) static StringformatMessageBetweenServers(ODistributedPlugin manager, OClusterConfiguration distribCfg) static StringformatMessages(ODistributedPlugin manager, OClusterConfiguration distribCfg) static StringformatMessageStats(ODistributedPlugin manager, OClusterConfiguration distribCfg) static ObjectformatNewRecordLocks(ODistributedPlugin manager, String db) protected static StringformatServerName(ODistributedPlugin manager, String fromServer) static Stringstatic StringgetCompactServerStatus(ODistributedServerManager manager, OClusterConfiguration distribCfg) Create a compact string with all the relevant information.getRequestsStatus(ODistributedPlugin manager, String db) protected static void
-
Constructor Details
-
ODistributedOutput
public ODistributedOutput()
-
-
Method Details
-
formatServerStatus
-
formatLatency
-
formatMessages
-
formatMessageBetweenServers
public static String formatMessageBetweenServers(ODistributedPlugin manager, OClusterConfiguration distribCfg) -
formatMessageStats
public static String formatMessageStats(ODistributedPlugin manager, OClusterConfiguration distribCfg) -
sumTotal
-
getCompactServerStatus
public static String getCompactServerStatus(ODistributedServerManager manager, OClusterConfiguration distribCfg) Create a compact string with all the relevant information.- Parameters:
manager-distribCfg-- Returns:
-
formatServerName
-
formatNewRecordLocks
-
getRequestsStatus
-