public class SwitchingTaskLogStreamer extends Object implements io.druid.tasklogs.TaskLogStreamer
Constructor and Description |
---|
SwitchingTaskLogStreamer(List<io.druid.tasklogs.TaskLogStreamer> providers) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<com.google.common.io.ByteSource> |
streamTaskLog(String taskid,
long offset) |
@Inject public SwitchingTaskLogStreamer(List<io.druid.tasklogs.TaskLogStreamer> providers)
public com.google.common.base.Optional<com.google.common.io.ByteSource> streamTaskLog(String taskid, long offset) throws IOException
streamTaskLog
in interface io.druid.tasklogs.TaskLogStreamer
IOException
Copyright © 2011–2015. All rights reserved.