public abstract class Handler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.hadoop.conf.Configuration |
conf |
protected org.apache.hadoop.fs.FileSystem |
fileSystem |
protected TimelineService.Config |
timelineServiceConfig |
protected FileSystemViewManager |
viewManager |
| Constructor and Description |
|---|
Handler(org.apache.hadoop.conf.Configuration conf,
TimelineService.Config timelineServiceConfig,
org.apache.hadoop.fs.FileSystem fileSystem,
FileSystemViewManager viewManager) |
protected final org.apache.hadoop.conf.Configuration conf
protected final TimelineService.Config timelineServiceConfig
protected final org.apache.hadoop.fs.FileSystem fileSystem
protected final FileSystemViewManager viewManager
public Handler(org.apache.hadoop.conf.Configuration conf,
TimelineService.Config timelineServiceConfig,
org.apache.hadoop.fs.FileSystem fileSystem,
FileSystemViewManager viewManager)
throws IOException
IOExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.