Uses of Class
org.apache.storm.daemon.supervisor.AdvancedFSOps
-
Packages that use AdvancedFSOps Package Description org.apache.storm.daemon.supervisor org.apache.storm.localizer org.apache.storm.utils -
-
Uses of AdvancedFSOps in org.apache.storm.daemon.supervisor
Fields in org.apache.storm.daemon.supervisor declared as AdvancedFSOps Modifier and Type Field Description protected AdvancedFSOps
Container. ops
Methods in org.apache.storm.daemon.supervisor that return AdvancedFSOps Modifier and Type Method Description static AdvancedFSOps
AdvancedFSOps. make(Map<String,Object> conf)
Factory to create a new AdvancedFSOps.Methods in org.apache.storm.daemon.supervisor with parameters of type AdvancedFSOps Modifier and Type Method Description static List<String>
BasicContainer. getDependencyLocationsFor(Map<String,Object> conf, String topologyId, AdvancedFSOps ops, String stormRoot)
static String
BasicContainer. getStormVersionFor(Map<String,Object> conf, String topologyId, AdvancedFSOps ops, String stormRoot)
Constructors in org.apache.storm.daemon.supervisor with parameters of type AdvancedFSOps Constructor Description Container(Container.ContainerType type, Map<String,Object> conf, String supervisorId, int supervisorPort, int port, LocalAssignment assignment, ResourceIsolationInterface resourceIsolationManager, String workerId, Map<String,Object> topoConf, AdvancedFSOps ops, StormMetricsRegistry metricsRegistry, ContainerMemoryTracker containerMemoryTracker)
Create a new Container. -
Uses of AdvancedFSOps in org.apache.storm.localizer
Constructors in org.apache.storm.localizer with parameters of type AdvancedFSOps Constructor Description LocallyCachedTopologyBlob(String topologyId, boolean isLocalMode, Map<String,Object> conf, AdvancedFSOps fsOps, LocallyCachedTopologyBlob.TopologyBlobType type, String owner, StormMetricsRegistry metricsRegistry)
Create a new LocallyCachedBlob. -
Uses of AdvancedFSOps in org.apache.storm.utils
Methods in org.apache.storm.utils with parameters of type AdvancedFSOps Modifier and Type Method Description static StormTopology
ConfigUtils. readSupervisorStormCodeGivenPath(String stormCodePath, AdvancedFSOps ops)
static StormTopology
ConfigUtils. readSupervisorTopology(Map<String,Object> conf, String stormId, AdvancedFSOps ops)
StormTopology
ConfigUtils. readSupervisorTopologyImpl(Map<String,Object> conf, String stormId, AdvancedFSOps ops)
-