public abstract class Handler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected StorageConfiguration<?> |
conf |
protected HoodieStorage |
storage |
protected TimelineService.Config |
timelineServiceConfig |
protected FileSystemViewManager |
viewManager |
| Constructor and Description |
|---|
Handler(StorageConfiguration<?> conf,
TimelineService.Config timelineServiceConfig,
HoodieStorage storage,
FileSystemViewManager viewManager) |
protected final StorageConfiguration<?> conf
protected final TimelineService.Config timelineServiceConfig
protected final HoodieStorage storage
protected final FileSystemViewManager viewManager
public Handler(StorageConfiguration<?> conf, TimelineService.Config timelineServiceConfig, HoodieStorage storage, FileSystemViewManager viewManager) throws IOException
IOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.