Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSparkTestWorker ¶
Types ¶
type Option ¶
type Option = func(je *SparkWorker) *SparkWorker
func WithIOHandler ¶
func WithStageProgressHandler ¶
func WithStageProgressHandler(sph sdk_v1.StageProgressHandler) Option
type SparkWorker ¶
type SparkWorker struct {
// contains filtered or unexported fields
}
func (*SparkWorker) Execute ¶
func (w *SparkWorker) Execute(metadata sdk_v1.Context) sdk_v1.StageError
type TestWorker ¶
type TestWorker struct {
// contains filtered or unexported fields
}
func (TestWorker) Execute ¶
func (t TestWorker) Execute(ctx sdk_v1.Context) sdk_v1.StageError
Click to show internal directories.
Click to hide internal directories.