Package | Description |
---|---|
org.apache.tez.serviceplugins.api |
Modifier and Type | Method and Description |
---|---|
static ContainerLauncherDescriptor |
ContainerLauncherDescriptor.create(String containerLauncherName,
String containerLauncherClassname) |
Modifier and Type | Method and Description |
---|---|
static ServicePluginsDescriptor |
ServicePluginsDescriptor.create(boolean enableContainers,
boolean enableUber,
TaskSchedulerDescriptor[] taskSchedulerDescriptor,
ContainerLauncherDescriptor[] containerLauncherDescriptors,
TaskCommunicatorDescriptor[] taskCommunicatorDescriptors)
Create a service plugin descriptor with the provided plugins.
|
static ServicePluginsDescriptor |
ServicePluginsDescriptor.create(boolean enableUber,
TaskSchedulerDescriptor[] taskSchedulerDescriptor,
ContainerLauncherDescriptor[] containerLauncherDescriptors,
TaskCommunicatorDescriptor[] taskCommunicatorDescriptors)
Create a service plugin descriptor with the provided plugins.
|
static ServicePluginsDescriptor |
ServicePluginsDescriptor.create(TaskSchedulerDescriptor[] taskSchedulerDescriptor,
ContainerLauncherDescriptor[] containerLauncherDescriptors,
TaskCommunicatorDescriptor[] taskCommunicatorDescriptors)
Create a service plugin descriptor with the provided plugins.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.