Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobClientAPI ¶
type JobClientAPI interface { Get(ctx context.Context, jobID string) (result hdinsight.JobDetailRootJSONObject, err error) GetAppState(ctx context.Context, appID string) (result hdinsight.AppState, err error) Kill(ctx context.Context, jobID string) (result hdinsight.JobDetailRootJSONObject, err error) List(ctx context.Context) (result hdinsight.ListJobListJSONObject, err error) ListAfterJobID(ctx context.Context, jobid string, numrecords *int32) (result hdinsight.ListJobListJSONObject, err error) SubmitHiveJob(ctx context.Context, content io.ReadCloser) (result hdinsight.JobSubmissionJSONResponse, err error) SubmitMapReduceJob(ctx context.Context, content io.ReadCloser) (result hdinsight.JobSubmissionJSONResponse, err error) SubmitMapReduceStreamingJob(ctx context.Context, content io.ReadCloser) (result hdinsight.JobSubmissionJSONResponse, err error) SubmitPigJob(ctx context.Context, content io.ReadCloser) (result hdinsight.JobSubmissionJSONResponse, err error) SubmitSqoopJob(ctx context.Context, content io.ReadCloser) (result hdinsight.JobSubmissionJSONResponse, err error) }
JobClientAPI contains the set of methods on the JobClient type.
Click to show internal directories.
Click to hide internal directories.