Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct { http.Handler Nodes map[string](dtype.NodeInfo) TC *TestConfig Ready bool // contains filtered or unexported fields }
func NewHandler ¶
func (*Handler) KillProcess ¶
func (h *Handler) KillProcess()
func (*Handler) SimulateAccessPatternProc ¶
func (h *Handler) SimulateAccessPatternProc()
func (*Handler) SimulateTransactionProc ¶
func (h *Handler) SimulateTransactionProc()
func (*Handler) StartService ¶
func (*Handler) UpdateTestStatus ¶
type TestConfig ¶
type TestConfig struct { Nodes *map[string]dtype.NodeInfo // contains filtered or unexported fields }
func NewTestConfig ¶
func (*TestConfig) GetANwithRandom ¶
func (tc *TestConfig) GetANwithRandom() *dtype.NodeInfo
Select transaction Randomly
func (*TestConfig) GetANwithTimeWeight ¶
func (tc *TestConfig) GetANwithTimeWeight() *dtype.NodeInfo
Select latest transactions more
Click to show internal directories.
Click to hide internal directories.