public static class TimelineService.Config extends Object implements Serializable
TimelineService class.| Modifier and Type | Class and Description |
|---|---|
static class |
TimelineService.Config.Builder
Builder of Config class.
|
| Modifier and Type | Field and Description |
|---|---|
boolean |
async |
String |
baseStorePathForFileGroups |
boolean |
compress |
boolean |
enableMarkerRequests |
Boolean |
help |
long |
markerBatchIntervalMs |
int |
markerBatchNumThreads |
int |
markerParallelism |
Integer |
maxViewMemPerTableInMB |
Double |
memFractionForCompactionPerTable |
int |
numThreads |
String |
rocksDBPath |
Integer |
serverPort |
FileSystemViewStorageType |
viewStorageType |
| Constructor and Description |
|---|
Config() |
public Integer serverPort
public FileSystemViewStorageType viewStorageType
public Integer maxViewMemPerTableInMB
public Double memFractionForCompactionPerTable
public String baseStorePathForFileGroups
public String rocksDBPath
public int numThreads
public boolean async
public boolean compress
public boolean enableMarkerRequests
public int markerBatchNumThreads
public long markerBatchIntervalMs
public int markerParallelism
public Boolean help
public static TimelineService.Config.Builder builder()
Copyright © 2023 The Apache Software Foundation. All rights reserved.