public class BaseJobParameters extends Object
Constructor and Description |
---|
BaseJobParameters() |
Modifier and Type | Method and Description |
---|---|
CreateJobProperties |
properties()
Get the job specific properties.
|
JobType |
type()
Get the job type of the current job (Hive, USql, or Scope (for internal use only)).
|
BaseJobParameters |
withProperties(CreateJobProperties properties)
Set the job specific properties.
|
BaseJobParameters |
withType(JobType type)
Set the job type of the current job (Hive, USql, or Scope (for internal use only)).
|
public JobType type()
public BaseJobParameters withType(JobType type)
type
- the type value to setpublic CreateJobProperties properties()
public BaseJobParameters withProperties(CreateJobProperties properties)
properties
- the properties value to setCopyright © 2019. All rights reserved.