gr.uoa.di.madgik.workflow.adaptor.utils.hadoop
Class AttachedHadoopResource
java.lang.Object
gr.uoa.di.madgik.workflow.adaptor.utils.hadoop.AttachedHadoopResource
- All Implemented Interfaces:
- Comparable<AttachedHadoopResource>
public class AttachedHadoopResource
- extends Object
- implements Comparable<AttachedHadoopResource>
|
Method Summary |
int |
compareTo(AttachedHadoopResource o)
|
static AttachedHadoopResource |
NewArchiveResource(String Key,
String Value,
boolean IsHDFSPresent)
|
static AttachedHadoopResource |
NewArgumentResource(int Order,
String Value)
|
static AttachedHadoopResource |
NewConfigurationResource(String Key,
String Value,
boolean IsHDFSPresent)
|
static AttachedHadoopResource |
NewFileResource(String Key,
String Value,
boolean IsHDFSPresent)
|
static AttachedHadoopResource |
NewInputResource(String Key,
String Value,
boolean CleanUp)
|
static AttachedHadoopResource |
NewJarResource(String Key,
String Value,
boolean IsHDFSPresent)
|
static AttachedHadoopResource |
NewLibResource(String Key,
String Value,
boolean IsHDFSPresent)
|
static AttachedHadoopResource |
NewMainClassResource(String Value)
|
static AttachedHadoopResource |
NewOutputResource(String Value,
boolean CleanUp)
|
static AttachedHadoopResource |
NewPropertyResource(String Value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Key
public String Key
Value
public String Value
accessInfo
public AttachedHadoopResource.AccessInfo accessInfo
StorageSystemID
public String StorageSystemID
TypeOfResource
public AttachedHadoopResource.ResourceType TypeOfResource
IsHDFSPresent
public boolean IsHDFSPresent
Order
public int Order
CleanUp
public boolean CleanUp
ResourceLocationType
public AttachedHadoopResource.AttachedResourceType ResourceLocationType
AttachedHadoopResource
public AttachedHadoopResource()
AttachedHadoopResource
public AttachedHadoopResource(String Key,
String Value,
AttachedHadoopResource.ResourceType Type)
compareTo
public int compareTo(AttachedHadoopResource o)
- Specified by:
compareTo in interface Comparable<AttachedHadoopResource>
NewJarResource
public static AttachedHadoopResource NewJarResource(String Key,
String Value,
boolean IsHDFSPresent)
NewConfigurationResource
public static AttachedHadoopResource NewConfigurationResource(String Key,
String Value,
boolean IsHDFSPresent)
NewLibResource
public static AttachedHadoopResource NewLibResource(String Key,
String Value,
boolean IsHDFSPresent)
NewArchiveResource
public static AttachedHadoopResource NewArchiveResource(String Key,
String Value,
boolean IsHDFSPresent)
NewFileResource
public static AttachedHadoopResource NewFileResource(String Key,
String Value,
boolean IsHDFSPresent)
NewArgumentResource
public static AttachedHadoopResource NewArgumentResource(int Order,
String Value)
NewMainClassResource
public static AttachedHadoopResource NewMainClassResource(String Value)
NewPropertyResource
public static AttachedHadoopResource NewPropertyResource(String Value)
NewInputResource
public static AttachedHadoopResource NewInputResource(String Key,
String Value,
boolean CleanUp)
NewOutputResource
public static AttachedHadoopResource NewOutputResource(String Value,
boolean CleanUp)
Copyright © 2012. All Rights Reserved.