public class HADOOPParams extends Object implements Serializable
| Constructor and Description |
|---|
HADOOPParams() |
HADOOPParams(HADOOPConfig config,
long executionLease,
HADOOPResource hadoopResources) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HADOOPConfig |
getConfig()
Gets the config value for this HADOOPParams.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getExecutionLease()
Gets the executionLease value for this HADOOPParams.
|
HADOOPResource |
getHadoopResources()
Gets the hadoopResources value for this HADOOPParams.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setConfig(HADOOPConfig config)
Sets the config value for this HADOOPParams.
|
void |
setExecutionLease(long executionLease)
Sets the executionLease value for this HADOOPParams.
|
void |
setHadoopResources(HADOOPResource hadoopResources)
Sets the hadoopResources value for this HADOOPParams.
|
public HADOOPParams()
public HADOOPParams(HADOOPConfig config, long executionLease, HADOOPResource hadoopResources)
public long getExecutionLease()
public void setExecutionLease(long executionLease)
executionLease - public HADOOPResource getHadoopResources()
public void setHadoopResources(HADOOPResource hadoopResources)
hadoopResources - public HADOOPConfig getConfig()
public void setConfig(HADOOPConfig config)
config - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2016. All Rights Reserved.