Interface ODistributedMessageService
- All Known Implementing Classes:
ODistributedMessageServiceImpl
public interface ODistributedMessageService
- Author:
- Luca Garulli (l.garulli--at--orientdb.com)
-
Method Summary
Modifier and TypeMethodDescriptionvoiddispatchResponseToThread(ODistributedResponse response) longgetCurrentLatency(String server) longlongvoidhandleUnreachableNode(String nodeName) voidregisterRequest(long id, ODistributedResponseManager currentResponseMgr) voidtimeoutRequest(long msgId) voidupdateLatency(String metricName, long sentOn) voidupdateMessageStats(String message)
-
Method Details
-
dispatchResponseToThread
-
updateLatency
-
getLatencies
ODocument getLatencies() -
getMessageStats
ODocument getMessageStats() -
updateMessageStats
-
getReceivedRequests
long getReceivedRequests() -
getProcessedRequests
long getProcessedRequests() -
getCurrentLatency
-
registerRequest
-
handleUnreachableNode
-
timeoutRequest
void timeoutRequest(long msgId)
-