Modifier and Type | Class and Description |
---|---|
class |
DefaultResourceIsolationManager
This is the default class to manage worker processes, including launching, killing, profiling and etc.
|
Modifier and Type | Class and Description |
---|---|
class |
CgroupManager
Class that implements ResourceIsolationInterface that manages cgroups.
|
Modifier and Type | Class and Description |
---|---|
class |
DockerManager
For security, we can launch worker processes inside the docker container.
|
Modifier and Type | Class and Description |
---|---|
class |
OciContainerManager |
class |
RuncLibContainerManager |
Modifier and Type | Field and Description |
---|---|
protected ResourceIsolationInterface |
BasicContainerLauncher.resourceIsolationManager |
protected ResourceIsolationInterface |
Container.resourceIsolationManager |
Constructor and 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.
|
BasicContainerLauncher(Map<String,Object> conf,
String supervisorId,
int supervisorPort,
ResourceIsolationInterface resourceIsolationManager,
StormMetricsRegistry metricsRegistry,
ContainerMemoryTracker containerMemoryTracker) |
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.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.