Class TrafficSyncCmdAbstract
java.lang.Object
tigase.cluster.api.CommandListenerAbstract
tigase.server.cluster.strategy.cmd.CachingCmdAbstract
tigase.server.cluster.strategy.cmd.TrafficSyncCmdAbstract
- All Implemented Interfaces:
Comparable<tigase.cluster.api.CommandListener>,tigase.cluster.api.CommandListener
- Direct Known Subclasses:
RequestSyncOnlineCmd,RespondSyncOnlineCmd,TrafficStatisticsCmd,UserConnectedCmd,UserConnIdChangedCmd,UserDisconnectedCmd,UserPresenceCmd
- Author:
- kobit
-
Field Summary
Fields inherited from class tigase.server.cluster.strategy.cmd.CachingCmdAbstract
CONNECTION_ID, CREATION_TIME, LOGIN_TIME, PRESENCE_TYPE_INITIAL, PRESENCE_TYPE_KEY, RESOURCE, SM_ID, USER_ID, XMPP_SESSION_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longstatic longvoidvoidMethods inherited from class tigase.server.cluster.strategy.cmd.CachingCmdAbstract
getConnectionRecord, getStrategyMethods inherited from class tigase.cluster.api.CommandListenerAbstract
compareTo, equals, getName, getPriority, getStatistics, hashCode, setName, setPriorityMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tigase.cluster.api.CommandListener
executeCommand
-
Constructor Details
-
TrafficSyncCmdAbstract
-
-
Method Details
-
getSyncInTraffic
public static long getSyncInTraffic() -
getSyncOutTraffic
public static long getSyncOutTraffic() -
incSyncInTraffic
public void incSyncInTraffic()- Overrides:
incSyncInTrafficin classtigase.cluster.api.CommandListenerAbstract
-
incSyncOutTraffic
public void incSyncOutTraffic()- Overrides:
incSyncOutTrafficin classtigase.cluster.api.CommandListenerAbstract
-