Documentation
¶
Index ¶
Constants ¶
View Source
const ( JolokiaRequestTypeRead = "read" JolokiaRequestTypeExec = "exec" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClient ¶
Fake client for testing nodetool. Will respond with given response and error.
func (*FakeClient) Do ¶
func (c *FakeClient) Do(request interface{}) ([]byte, error)
type JolokiaExecRequest ¶
type JolokiaReadRequest ¶
type JolokiaResponse ¶
type JolokiaResponse struct {
Value interface{} `json:"value"`
}
type StorageService ¶
type StorageService struct { HostIdMap map[string]uuid.UUID `json:""` LiveNodes []string `json:""` UnreachableNodes []string `json:""` LeavingNodes []string `json:""` JoiningNodes []string `json:""` MovingNodes []string `json:""` LocalHostId uuid.UUID `json:""` ReleaseVersion *version.Version `json:""` OperationMode string `json:""` }
Click to show internal directories.
Click to hide internal directories.