New upstream version 8.1.0
This commit is contained in:
24
storage/source/net/message/nodes/GenericDebugMsgEx.h
Normal file
24
storage/source/net/message/nodes/GenericDebugMsgEx.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#pragma once
|
||||
|
||||
#include <common/net/message/nodes/GenericDebugMsg.h>
|
||||
|
||||
|
||||
class GenericDebugMsgEx : public GenericDebugMsg
|
||||
{
|
||||
public:
|
||||
virtual bool processIncoming(ResponseContext& ctx);
|
||||
|
||||
private:
|
||||
std::string processCommand();
|
||||
|
||||
std::string processOpListOpenFiles(std::istringstream& commandStream);
|
||||
std::string processOpVersion(std::istringstream& commandStream);
|
||||
std::string processOpMsgQueueStats(std::istringstream& commandStream);
|
||||
std::string processOpQuotaExceeded(std::istringstream& commandStream);
|
||||
std::string processOpUsedQuota(std::istringstream& commandStream);
|
||||
std::string processOpResyncQueueLen(std::istringstream& commandStream);
|
||||
std::string processOpChunkLockStoreSize(std::istringstream& commandStream);
|
||||
std::string processOpChunkLockStoreContents(std::istringstream& commandStream);
|
||||
std::string processOpSetRejectionRate(std::istringstream& commandStream);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user