Documentation ¶
Index ¶
- func Consume(c *cli.Context)
- func CreateConsumerGroup(c *cli.Context, cliHelper common.CliHelper)
- func CreateDestination(c *cli.Context, cliHelper common.CliHelper)
- func DeleteConsumerGroup(c *cli.Context)
- func DeleteDestination(c *cli.Context)
- func HostAddr2uuid(c *cli.Context)
- func ListAllDestinations(c *cli.Context)
- func ListConsumerGroupExtents(c *cli.Context)
- func ListConsumerGroups(c *cli.Context)
- func ListDestinations(c *cli.Context)
- func ListEntityOps(c *cli.Context)
- func ListExtents(c *cli.Context)
- func ListHosts(c *cli.Context)
- func Publish(c *cli.Context)
- func ReadCgAckID(c *cli.Context)
- func ReadCgBacklog(c *cli.Context)
- func ReadCgQueue(c *cli.Context)
- func ReadConsumerGroup(c *cli.Context)
- func ReadDestQueue(c *cli.Context)
- func ReadDestination(c *cli.Context)
- func ReadDlq(c *cli.Context)
- func ReadExtent(c *cli.Context)
- func ReadMessage(c *cli.Context)
- func ReadStoreHost(c *cli.Context)
- func UUID2hostAddr(c *cli.Context)
- func UnloadConsumerGroup(c *cli.Context)
- func UpdateConsumerGroup(c *cli.Context)
- func UpdateDestination(c *cli.Context)
- func UpdateStoreHost(c *cli.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateConsumerGroup ¶
CreateConsumerGroup creates a consumer group
func CreateDestination ¶
CreateDestination creates a destination
func DeleteConsumerGroup ¶
DeleteConsumerGroup deletes a consumer group
func DeleteDestination ¶
DeleteDestination deletes a destination
func HostAddr2uuid ¶
HostAddr2uuid returns the uuid based on a host port information
func ListAllDestinations ¶
ListAllDestinations lists all the destinations, user can choose deleted status too
func ListConsumerGroupExtents ¶
ListConsumerGroupExtents lists all the consumer group extents
func ListConsumerGroups ¶
ListConsumerGroups lists the consumer groups of matching names
func ListDestinations ¶
ListDestinations lists the destinations of matching names
func ListEntityOps ¶
ListEntityOps lists all CRUD ops related with the destination
func ListExtents ¶
ListExtents lists all the extents of a destination
func ReadCgQueue ¶
ReadCgQueue shows the detailed information of a cg
func ReadConsumerGroup ¶
ReadConsumerGroup reads properties of a consumer group
func ReadDestQueue ¶
ReadDestQueue shows the detailed information of destination queue
func ReadExtent ¶
ReadExtent shows the detailed information of an extent
func ReadStoreHost ¶
ReadStoreHost reads the store host metadata from metastore
func UUID2hostAddr ¶
UUID2hostAddr returns the address port given a uuid
func UnloadConsumerGroup ¶
UnloadConsumerGroup unloads the CG on the given outputhost
func UpdateConsumerGroup ¶
UpdateConsumerGroup updates properties of a consumer group
func UpdateDestination ¶
UpdateDestination updates properties of a destination
func UpdateStoreHost ¶
UpdateStoreHost updates the properties of the given storehost
Types ¶
This section is empty.