Documentation
¶
Index ¶
- Constants
- func BillGenerateTask(ctx context.Context, param *gs.RunReq) (msg []string, err error)
- func BillingFileTask(ctx context.Context, param *gs.RunReq) (msg []string, err error)
- func CustomerPrintTaskFunc(cxt context.Context, param *gs.RunReq) ([]string, error)
- func CustomerShardingTaskFunc(cxt context.Context, param *gs.RunReq) ([]string, error)
- func DbShardingMapReduceTaskFunc(cxt context.Context, param *gs.RunReq) ([]string, error)
- func DpdnPlanTask(ctx context.Context, param *gs.RunReq) (msg []string, err error)
- func GetGoroutineID() uint64
- func LargeShardingMapReduceTaskFunc(cxt context.Context, param *gs.RunReq) ([]string, error)
- func MySerialKeyPostfixGenFunc(param *gs.RunReq) string
- func OverdueFileTask(ctx context.Context, param *gs.RunReq) (msg []string, err error)
- func OverduePlanFileTask(ctx context.Context, param *gs.RunReq) (msg []string, err error)
- func Panic(cxt context.Context, param *gs.RunReq) (msg []string, err error)
- func PlanRemainFileTask(ctx context.Context, param *gs.RunReq) (msg []string, err error)
- func RowReduceShardingMapReduceTaskFunc(cxt context.Context, param *gs.RunReq) ([]string, error)
- func RowShardingMapReduceTaskFunc(cxt context.Context, param *gs.RunReq) ([]string, error)
- func RowSumShardingMapReduceTaskFunc(cxt context.Context, param *gs.RunReq) ([]string, error)
- func TableShardingMapReduceTaskFunc(cxt context.Context, param *gs.RunReq) ([]string, error)
- func TaskBillGenerate(cxt context.Context, param *gs.RunReq) (msg []string, err error)
- func TaskBizDateChange(ctx context.Context, param *gs.RunReq) (msg []string, err error)
- func TaskFeeCalculate(ctx context.Context, param *gs.RunReq) (msg []string, err error)
- func Test(ctx context.Context, param *gs.RunReq) (msg []string, err error)
- func Test2(ctx context.Context, param *gs.RunReq) (msg []string, err error)
- func Test3(ctx context.Context, param *gs.RunReq) (msg []string, err error)
- func TestP(cxt context.Context, param *gs.RunReq) (msg []string, err error)
- type A
- type MpParam
Constants ¶
View Source
const DB_NUM = 3
View Source
const DB_TABLE_NUM = 10
Variables ¶
This section is empty.
Functions ¶
func BillGenerateTask ¶
func BillingFileTask ¶
func CustomerPrintTaskFunc ¶
CustomerPrintTaskFunc 任务执行函数
func CustomerShardingTaskFunc ¶
CustomerShardingTaskFunc 任务执行函数
func DbShardingMapReduceTaskFunc ¶
DbShardingMapReduceTaskFunc 任务执行函数
func DpdnPlanTask ¶
func GetGoroutineID ¶
func GetGoroutineID() uint64
func LargeShardingMapReduceTaskFunc ¶
LargeShardingMapReduceTaskFunc 任务执行函数
func OverdueFileTask ¶
func OverduePlanFileTask ¶
func PlanRemainFileTask ¶
func RowReduceShardingMapReduceTaskFunc ¶
RowReduceShardingMapReduceTaskFunc 最终统计任务执行函数
func RowShardingMapReduceTaskFunc ¶
RowShardingMapReduceTaskFunc 数据分批任务执行函数
func RowSumShardingMapReduceTaskFunc ¶
RowSumShardingMapReduceTaskFunc 分批统计任务执行函数
func TableShardingMapReduceTaskFunc ¶
TableShardingMapReduceTaskFunc 表任务执行函数
func TaskBillGenerate ¶
func TaskBizDateChange ¶
func TaskFeeCalculate ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.