Uses of Interface
org.apache.druid.tasklogs.TaskLogs
Packages that use TaskLogs
-
Uses of TaskLogs in org.apache.druid.guice
Methods in org.apache.druid.guice with type parameters of type TaskLogsModifier and TypeMethodDescriptionstatic <T extends TaskLogs>
voidBinders.bindTaskLogs(com.google.inject.Binder binder, String type, Class<T> taskLogsType) Binds implementation ofTaskLogsto the named keys for injection.Methods in org.apache.druid.guice that return types with arguments of type TaskLogs -
Uses of TaskLogs in org.apache.druid.tasklogs
Classes in org.apache.druid.tasklogs that implement TaskLogsModifier and TypeClassDescriptionclassclassImplementsTaskLogsby delegating to different task log providers based on the functionality required.Constructors in org.apache.druid.tasklogs with parameters of type TaskLogsModifierConstructorDescriptionSwitchingTaskLogs(TaskLogs defaultDelegate, TaskLogs reportsDelegate, TaskLogs logStreamer, TaskLogs logPusher)