public interface AppenderatorConfig
| Modifier and Type | Method and Description |
|---|---|
File |
getBasePersistDirectory() |
IndexSpec |
getIndexSpec() |
IndexSpec |
getIndexSpecForIntermediatePersists() |
org.joda.time.Period |
getIntermediatePersistPeriod()
Period that sets frequency to persist to local storage if no other thresholds are met
|
long |
getMaxBytesInMemory()
Maximum number of bytes (estimated) to store in memory before persisting to local storage
|
int |
getMaxPendingPersists() |
int |
getMaxRowsInMemory()
Maximum number of rows in memory before persisting to local storage
|
default Integer |
getMaxRowsPerSegment()
Maximum number of rows in a single segment before pushing to deep storage
|
default Long |
getMaxTotalRows()
Maximum number of rows across all segments before pushing to deep storage
|
PartitionsSpec |
getPartitionsSpec() |
SegmentWriteOutMediumFactory |
getSegmentWriteOutMediumFactory() |
boolean |
isReportParseExceptions() |
AppenderatorConfig |
withBasePersistDirectory(File basePersistDirectory) |
boolean isReportParseExceptions()
int getMaxRowsInMemory()
long getMaxBytesInMemory()
int getMaxPendingPersists()
@Nullable default Integer getMaxRowsPerSegment()
@Nullable default Long getMaxTotalRows()
PartitionsSpec getPartitionsSpec()
org.joda.time.Period getIntermediatePersistPeriod()
IndexSpec getIndexSpec()
IndexSpec getIndexSpecForIntermediatePersists()
File getBasePersistDirectory()
AppenderatorConfig withBasePersistDirectory(File basePersistDirectory)
@Nullable SegmentWriteOutMediumFactory getSegmentWriteOutMediumFactory()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.