public class TimelineService extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TimelineService.Config
Config for
TimelineService class. |
| Constructor and Description |
|---|
TimelineService(HoodieEngineContext context,
org.apache.hadoop.conf.Configuration hadoopConf,
TimelineService.Config timelineServerConf,
org.apache.hadoop.fs.FileSystem fileSystem,
FileSystemViewManager globalFileSystemViewManager) |
| Modifier and Type | Method and Description |
|---|---|
static FileSystemViewManager |
buildFileSystemViewManager(TimelineService.Config config,
SerializableConfiguration conf) |
void |
close() |
org.apache.hadoop.conf.Configuration |
getConf() |
org.apache.hadoop.fs.FileSystem |
getFs() |
int |
getServerPort() |
static void |
main(String[] args) |
void |
run() |
int |
startService() |
public TimelineService(HoodieEngineContext context, org.apache.hadoop.conf.Configuration hadoopConf, TimelineService.Config timelineServerConf, org.apache.hadoop.fs.FileSystem fileSystem, FileSystemViewManager globalFileSystemViewManager) throws IOException
IOExceptionpublic int getServerPort()
public int startService()
throws IOException
IOExceptionpublic void run()
throws IOException
IOExceptionpublic static FileSystemViewManager buildFileSystemViewManager(TimelineService.Config config, SerializableConfiguration conf)
public void close()
public org.apache.hadoop.conf.Configuration getConf()
public org.apache.hadoop.fs.FileSystem getFs()
Copyright © 2023 The Apache Software Foundation. All rights reserved.