Package | Description |
---|---|
org.apache.storm.localizer |
Modifier and Type | Method and Description |
---|---|
static LocallyCachedTopologyBlob.TopologyBlobType |
LocallyCachedTopologyBlob.TopologyBlobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocallyCachedTopologyBlob.TopologyBlobType[] |
LocallyCachedTopologyBlob.TopologyBlobType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LocallyCachedTopologyBlob(String topologyId,
boolean isLocalMode,
Map<String,Object> conf,
AdvancedFSOps fsOps,
LocallyCachedTopologyBlob.TopologyBlobType type,
String owner,
StormMetricsRegistry metricsRegistry)
Create a new LocallyCachedBlob.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.