Documentation ¶
Index ¶
- func DropKeyspace(logger *l.Logger, cqlSession *gocql.Session, keyspace string) error
- func GetBatchHistory(logger *l.Logger, cqlSession *gocql.Session, keyspace string, runIds []int16, ...) ([]*wfmodel.BatchHistory, error)
- func GetNodeHistory(logger *l.Logger, cqlSession *gocql.Session, keyspace string, runIds []int16) ([]*wfmodel.NodeHistory, error)
- func GetRunHistory(logger *l.Logger, cqlSession *gocql.Session, keyspace string) ([]*wfmodel.RunHistory, error)
- func GetTablesCql(script *sc.ScriptDef, keyspace string, runId int16, startNodeNames []string) string
- func RunNode(envConfig *env.EnvConfig, logger *l.Logger, nodeName string, runId int16, ...) (int16, error)
- func StartRun(envConfig *env.EnvConfig, logger *l.Logger, amqpChannel *amqp.Channel, ...) (int16, error)
- func StopRun(logger *l.Logger, cqlSession *gocql.Session, keyspace string, runId int16, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DropKeyspace ¶
func GetBatchHistory ¶
func GetNodeHistory ¶
func GetRunHistory ¶
func GetTablesCql ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.