public class AttachedHadoopResource extends Object implements Comparable<AttachedHadoopResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
AttachedHadoopResource.AccessInfo |
static class |
AttachedHadoopResource.AttachedResourceType |
static class |
AttachedHadoopResource.ResourceType |
| Modifier and Type | Field and Description |
|---|---|
AttachedHadoopResource.AccessInfo |
accessInfo |
boolean |
CleanUp |
boolean |
IsHDFSPresent |
String |
Key |
int |
Order |
AttachedHadoopResource.AttachedResourceType |
ResourceLocationType |
String |
StorageSystemID |
AttachedHadoopResource.ResourceType |
TypeOfResource |
String |
Value |
| Constructor and Description |
|---|
AttachedHadoopResource() |
AttachedHadoopResource(String Key,
String Value,
AttachedHadoopResource.ResourceType Type) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String Key
public String Value
public AttachedHadoopResource.AccessInfo accessInfo
public String StorageSystemID
public AttachedHadoopResource.ResourceType TypeOfResource
public boolean IsHDFSPresent
public int Order
public boolean CleanUp
public AttachedHadoopResource.AttachedResourceType ResourceLocationType
public AttachedHadoopResource()
public AttachedHadoopResource(String Key, String Value, AttachedHadoopResource.ResourceType Type)
public int compareTo(AttachedHadoopResource o)
compareTo in interface Comparable<AttachedHadoopResource>public static AttachedHadoopResource NewJarResource(String Key, String Value, boolean IsHDFSPresent)
public static AttachedHadoopResource NewConfigurationResource(String Key, String Value, boolean IsHDFSPresent)
public static AttachedHadoopResource NewLibResource(String Key, String Value, boolean IsHDFSPresent)
public static AttachedHadoopResource NewArchiveResource(String Key, String Value, boolean IsHDFSPresent)
public static AttachedHadoopResource NewFileResource(String Key, String Value, boolean IsHDFSPresent)
public static AttachedHadoopResource NewArgumentResource(int Order, String Value)
public static AttachedHadoopResource NewMainClassResource(String Value)
public static AttachedHadoopResource NewPropertyResource(String Value)
public static AttachedHadoopResource NewInputResource(String Key, String Value, boolean CleanUp)
public static AttachedHadoopResource NewOutputResource(String Value, boolean CleanUp)
Copyright © 2014. All Rights Reserved.