Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DumpAsTextFile ¶
Types ¶
type Type ¶
type Type uint8
const ( // General: 0-15 Unknown Type = 0 Start Type = 1 Running Type = 2 Processing Type = 3 ShutdownStart Type = 4 Exit Type = 5 // Throughput: 16-23 ThroughputSample Type = 16 // Common-Standby: 24-31 InitListening Type = 24 InitTransferStart Type = 25 InitTransferDone Type = 26 InitInitialized Type = 27 // LR-Standby: 32-39 LRWaitForActivation Type = 32 LRActivated Type = 33 // Reconfig-Standby: 40-47 ReconfigFirstSlotReceived Type = 40 ReconfigJoined Type = 41 // Failure Handling Common: 48-55 FailureHandlingSuspect Type = 48 FailureHandlingInitStart Type = 49 FailureHandlingInitDone Type = 50 // Catch-up: 56-63 CatchUpMakeReq Type = 56 CatchUpSentReq Type = 57 CatchUpRecvReq Type = 58 CatchUpSentResp Type = 59 CatchUpRecvResp Type = 60 CatchUpDoneHandlingResp Type = 61 // Live Replacement: 64-71 LRStart Type = 64 LRPrepareEpochSent Type = 65 LRPrepareEpochRecv Type = 66 LRActivatedFromPE Type = 67 LRPreConnectSleep Type = 68 // Reconfiguration: 72-79 ReconfigStart Type = 72 ReconfigPropose Type = 73 ReconfigExecReconfCmd Type = 74 ReconfigDone Type = 75 // ARec: 80-87 ARecStart Type = 80 ARecRMSent Type = 81 ARecStopPaxos Type = 82 ARecActivatedFromCPs Type = 83 ARecRestart Type = 84 // Client Request Latency: 88-95 ClientRequestLatency Type = 88 )
Click to show internal directories.
Click to hide internal directories.