Modifier and Type | Class and Description |
---|---|
class |
FileTaskLogs |
class |
SwitchingTaskLogStreamer
Provides task logs based on a series of underlying task log providers.
|
class |
TaskRunnerTaskLogStreamer |
Constructor and Description |
---|
SwitchingTaskLogStreamer(List<TaskLogStreamer> providers) |
Modifier and Type | Class and Description |
---|---|
class |
ForkingTaskRunner
Runs tasks in separate processes using the "internal peon" verb.
|
class |
RemoteTaskRunner
The RemoteTaskRunner's primary responsibility is to assign tasks to worker nodes.
|
Constructor and Description |
---|
OverlordResource(TaskMaster taskMaster,
TaskStorageQueryAdapter taskStorageQueryAdapter,
TaskLogStreamer taskLogStreamer,
JacksonConfigManager configManager,
AuditManager auditManager,
AuthConfig authConfig) |
Modifier and Type | Class and Description |
---|---|
class |
AzureTaskLogs |
Modifier and Type | Class and Description |
---|---|
class |
GoogleTaskLogs |
Modifier and Type | Class and Description |
---|---|
class |
HdfsTaskLogs
Indexer hdfs task logs, to support storing hdfs tasks to hdfs.
|
Modifier and Type | Class and Description |
---|---|
class |
S3TaskLogs
Provides task logs archived on S3.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TaskLogs |
Modifier and Type | Class and Description |
---|---|
class |
NoopTaskLogs |
Copyright © 2011–2017. All rights reserved.