public class EmbeddedTimelineService extends Object
| Constructor and Description |
|---|
EmbeddedTimelineService(HoodieEngineContext context,
String embeddedTimelineServiceHostAddr,
HoodieWriteConfig writeConfig) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canReuseFor(String basePath) |
FileSystemViewStorageConfig |
getRemoteFileSystemViewConfig()
Retrieves proper view storage configs for remote clients to access this service.
|
FileSystemViewManager |
getViewManager() |
void |
startServer() |
void |
stop() |
public EmbeddedTimelineService(HoodieEngineContext context, String embeddedTimelineServiceHostAddr, HoodieWriteConfig writeConfig)
public void startServer()
throws IOException
IOExceptionpublic FileSystemViewStorageConfig getRemoteFileSystemViewConfig()
public FileSystemViewManager getViewManager()
public boolean canReuseFor(String basePath)
public void stop()
Copyright © 2023 The Apache Software Foundation. All rights reserved.