Uses of Class
org.apache.storm.daemon.supervisor.Container.ContainerType
-
Packages that use Container.ContainerType Package Description org.apache.storm.daemon.supervisor -
-
Uses of Container.ContainerType in org.apache.storm.daemon.supervisor
Fields in org.apache.storm.daemon.supervisor declared as Container.ContainerType Modifier and Type Field Description protected Container.ContainerType
Container. type
Methods in org.apache.storm.daemon.supervisor that return Container.ContainerType Modifier and Type Method Description static Container.ContainerType
Container.ContainerType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Container.ContainerType[]
Container.ContainerType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.storm.daemon.supervisor with parameters of type Container.ContainerType Constructor Description BasicContainer(Container.ContainerType type, Map<String,Object> conf, String supervisorId, int supervisorPort, int port, LocalAssignment assignment, ResourceIsolationInterface resourceIsolationManager, LocalState localState, String workerId, StormMetricsRegistry metricsRegistry, ContainerMemoryTracker containerMemoryTracker)
Create a new BasicContainer.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.
-