public static enum LocallyCachedTopologyBlob.TopologyBlobType extends Enum<LocallyCachedTopologyBlob.TopologyBlobType>
Modifier and Type | Method and Description |
---|---|
String |
getExtractionDir() |
String |
getFileName() |
String |
getKey(String topologyId) |
String |
getTempExtractionDir(long version) |
String |
getTempFileName(long version) |
String |
getVersionFileName() |
boolean |
needsExtraction() |
static LocallyCachedTopologyBlob.TopologyBlobType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocallyCachedTopologyBlob.TopologyBlobType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocallyCachedTopologyBlob.TopologyBlobType TOPO_JAR
public static final LocallyCachedTopologyBlob.TopologyBlobType TOPO_CODE
public static final LocallyCachedTopologyBlob.TopologyBlobType TOPO_CONF
public static LocallyCachedTopologyBlob.TopologyBlobType[] values()
for (LocallyCachedTopologyBlob.TopologyBlobType c : LocallyCachedTopologyBlob.TopologyBlobType.values()) System.out.println(c);
public static LocallyCachedTopologyBlob.TopologyBlobType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getFileName()
public String getTempFileName(long version)
public String getVersionFileName()
public boolean needsExtraction()
public String getExtractionDir()
public String getTempExtractionDir(long version)
Copyright © 2019 The Apache Software Foundation. All rights reserved.