| Package | Description |
|---|---|
| org.apache.hudi.timeline.service | |
| org.apache.hudi.timeline.service.handlers |
| Modifier and Type | Method and Description |
|---|---|
TimelineService.Config |
TimelineService.Config.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static FileSystemViewManager |
TimelineService.buildFileSystemViewManager(TimelineService.Config config,
SerializableConfiguration conf) |
| Constructor and Description |
|---|
RequestHandler(io.javalin.Javalin app,
org.apache.hadoop.conf.Configuration conf,
TimelineService.Config timelineServiceConfig,
HoodieEngineContext hoodieEngineContext,
org.apache.hadoop.fs.FileSystem fileSystem,
FileSystemViewManager viewManager) |
TimelineService(HoodieEngineContext context,
org.apache.hadoop.conf.Configuration hadoopConf,
TimelineService.Config timelineServerConf,
org.apache.hadoop.fs.FileSystem fileSystem,
FileSystemViewManager globalFileSystemViewManager) |
| Modifier and Type | Field and Description |
|---|---|
protected TimelineService.Config |
Handler.timelineServiceConfig |
| Constructor and Description |
|---|
BaseFileHandler(org.apache.hadoop.conf.Configuration conf,
TimelineService.Config timelineServiceConfig,
org.apache.hadoop.fs.FileSystem fileSystem,
FileSystemViewManager viewManager) |
FileSliceHandler(org.apache.hadoop.conf.Configuration conf,
TimelineService.Config timelineServiceConfig,
org.apache.hadoop.fs.FileSystem fileSystem,
FileSystemViewManager viewManager) |
Handler(org.apache.hadoop.conf.Configuration conf,
TimelineService.Config timelineServiceConfig,
org.apache.hadoop.fs.FileSystem fileSystem,
FileSystemViewManager viewManager) |
MarkerHandler(org.apache.hadoop.conf.Configuration conf,
TimelineService.Config timelineServiceConfig,
HoodieEngineContext hoodieEngineContext,
org.apache.hadoop.fs.FileSystem fileSystem,
FileSystemViewManager viewManager,
Registry metricsRegistry) |
TimelineHandler(org.apache.hadoop.conf.Configuration conf,
TimelineService.Config timelineServiceConfig,
org.apache.hadoop.fs.FileSystem fileSystem,
FileSystemViewManager viewManager) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.