public class AvroYarnClusterJobSubmissionParameters extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
AvroYarnClusterJobSubmissionParameters.Builder
RecordBuilder for AvroYarnClusterJobSubmissionParameters instances.
|
| Modifier and Type | Field and Description |
|---|---|
int |
driverMemory
Deprecated.
|
CharSequence |
driverStderrFilePath
Deprecated.
|
CharSequence |
driverStdoutFilePath
Deprecated.
|
int |
maxApplicationSubmissions
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
CharSequence |
securityTokenKind
Deprecated.
|
CharSequence |
securityTokenService
Deprecated.
|
AvroYarnJobSubmissionParameters |
yarnJobSubmissionParameters
Deprecated.
|
| Constructor and Description |
|---|
AvroYarnClusterJobSubmissionParameters()
Default constructor.
|
AvroYarnClusterJobSubmissionParameters(AvroYarnJobSubmissionParameters yarnJobSubmissionParameters,
CharSequence securityTokenKind,
CharSequence securityTokenService,
Integer driverMemory,
Integer maxApplicationSubmissions,
CharSequence driverStdoutFilePath,
CharSequence driverStderrFilePath)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
Integer |
getDriverMemory()
Gets the value of the 'driverMemory' field.
|
CharSequence |
getDriverStderrFilePath()
Gets the value of the 'driverStderrFilePath' field.
|
CharSequence |
getDriverStdoutFilePath()
Gets the value of the 'driverStdoutFilePath' field.
|
Integer |
getMaxApplicationSubmissions()
Gets the value of the 'maxApplicationSubmissions' field.
|
org.apache.avro.Schema |
getSchema() |
CharSequence |
getSecurityTokenKind()
Gets the value of the 'securityTokenKind' field.
|
CharSequence |
getSecurityTokenService()
Gets the value of the 'securityTokenService' field.
|
AvroYarnJobSubmissionParameters |
getYarnJobSubmissionParameters()
Gets the value of the 'yarnJobSubmissionParameters' field.
|
static AvroYarnClusterJobSubmissionParameters.Builder |
newBuilder()
Creates a new AvroYarnClusterJobSubmissionParameters RecordBuilder.
|
static AvroYarnClusterJobSubmissionParameters.Builder |
newBuilder(AvroYarnClusterJobSubmissionParameters.Builder other)
Creates a new AvroYarnClusterJobSubmissionParameters RecordBuilder by copying an existing Builder.
|
static AvroYarnClusterJobSubmissionParameters.Builder |
newBuilder(AvroYarnClusterJobSubmissionParameters other)
Creates a new AvroYarnClusterJobSubmissionParameters RecordBuilder by copying an existing AvroYarnClusterJobSubmissionParameters instance.
|
void |
put(int field$,
Object value$) |
void |
readExternal(ObjectInput in) |
void |
setDriverMemory(Integer value)
Sets the value of the 'driverMemory' field.
|
void |
setDriverStderrFilePath(CharSequence value)
Sets the value of the 'driverStderrFilePath' field.
|
void |
setDriverStdoutFilePath(CharSequence value)
Sets the value of the 'driverStdoutFilePath' field.
|
void |
setMaxApplicationSubmissions(Integer value)
Sets the value of the 'maxApplicationSubmissions' field.
|
void |
setSecurityTokenKind(CharSequence value)
Sets the value of the 'securityTokenKind' field.
|
void |
setSecurityTokenService(CharSequence value)
Sets the value of the 'securityTokenService' field.
|
void |
setYarnJobSubmissionParameters(AvroYarnJobSubmissionParameters value)
Sets the value of the 'yarnJobSubmissionParameters' field.
|
void |
writeExternal(ObjectOutput out) |
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public AvroYarnJobSubmissionParameters yarnJobSubmissionParameters
@Deprecated public CharSequence securityTokenKind
@Deprecated public CharSequence securityTokenService
@Deprecated public int driverMemory
@Deprecated public int maxApplicationSubmissions
@Deprecated public CharSequence driverStdoutFilePath
@Deprecated public CharSequence driverStderrFilePath
public AvroYarnClusterJobSubmissionParameters()
newBuilder().public AvroYarnClusterJobSubmissionParameters(AvroYarnJobSubmissionParameters yarnJobSubmissionParameters, CharSequence securityTokenKind, CharSequence securityTokenService, Integer driverMemory, Integer maxApplicationSubmissions, CharSequence driverStdoutFilePath, CharSequence driverStderrFilePath)
yarnJobSubmissionParameters - The new value for yarnJobSubmissionParameterssecurityTokenKind - The new value for securityTokenKindsecurityTokenService - The new value for securityTokenServicedriverMemory - The new value for driverMemorymaxApplicationSubmissions - The new value for maxApplicationSubmissionsdriverStdoutFilePath - The new value for driverStdoutFilePathdriverStderrFilePath - The new value for driverStderrFilePathpublic static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$, Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic AvroYarnJobSubmissionParameters getYarnJobSubmissionParameters()
public void setYarnJobSubmissionParameters(AvroYarnJobSubmissionParameters value)
value - the value to set.public CharSequence getSecurityTokenKind()
public void setSecurityTokenKind(CharSequence value)
value - the value to set.public CharSequence getSecurityTokenService()
public void setSecurityTokenService(CharSequence value)
value - the value to set.public Integer getDriverMemory()
public void setDriverMemory(Integer value)
value - the value to set.public Integer getMaxApplicationSubmissions()
public void setMaxApplicationSubmissions(Integer value)
value - the value to set.public CharSequence getDriverStdoutFilePath()
public void setDriverStdoutFilePath(CharSequence value)
value - the value to set.public CharSequence getDriverStderrFilePath()
public void setDriverStderrFilePath(CharSequence value)
value - the value to set.public static AvroYarnClusterJobSubmissionParameters.Builder newBuilder()
public static AvroYarnClusterJobSubmissionParameters.Builder newBuilder(AvroYarnClusterJobSubmissionParameters.Builder other)
other - The existing builder to copy.public static AvroYarnClusterJobSubmissionParameters.Builder newBuilder(AvroYarnClusterJobSubmissionParameters other)
other - The existing instance to copy.public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class org.apache.avro.specific.SpecificRecordBaseIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizablereadExternal in class org.apache.avro.specific.SpecificRecordBaseIOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.