org.gcube.execution.workflowengine.service.stubs
Class HADOOPParams

java.lang.Object
  extended by org.gcube.execution.workflowengine.service.stubs.HADOOPParams
All Implemented Interfaces:
Serializable

public class HADOOPParams
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
HADOOPParams()
           
HADOOPParams(HADOOPConfig config, long executionLease, HADOOPResource hadoopResources)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HADOOPParams

public HADOOPParams()

HADOOPParams

public HADOOPParams(HADOOPConfig config,
                    long executionLease,
                    HADOOPResource hadoopResources)
Method Detail

getExecutionLease

public long getExecutionLease()
Gets the executionLease value for this HADOOPParams.

Returns:
executionLease

setExecutionLease

public void setExecutionLease(long executionLease)
Sets the executionLease value for this HADOOPParams.

Parameters:
executionLease -

getHadoopResources

public HADOOPResource getHadoopResources()
Gets the hadoopResources value for this HADOOPParams.

Returns:
hadoopResources

setHadoopResources

public void setHadoopResources(HADOOPResource hadoopResources)
Sets the hadoopResources value for this HADOOPParams.

Parameters:
hadoopResources -

getConfig

public HADOOPConfig getConfig()
Gets the config value for this HADOOPParams.

Returns:
config

setConfig

public void setConfig(HADOOPConfig config)
Sets the config value for this HADOOPParams.

Parameters:
config -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.