public interface AppenderatorConfig
| Modifier and Type | Method and Description |
|---|---|
File |
getBasePersistDirectory() |
IndexSpec |
getIndexSpec() |
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 int |
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
|
SegmentWriteOutMediumFactory |
getSegmentWriteOutMediumFactory() |
boolean |
isReportParseExceptions() |
boolean isReportParseExceptions()
int getMaxRowsInMemory()
long getMaxBytesInMemory()
int getMaxPendingPersists()
default int getMaxRowsPerSegment()
@Nullable default Long getMaxTotalRows()
org.joda.time.Period getIntermediatePersistPeriod()
IndexSpec getIndexSpec()
File getBasePersistDirectory()
@Nullable SegmentWriteOutMediumFactory getSegmentWriteOutMediumFactory()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.