public interface TuningConfig
| Modifier and Type | Field and Description |
|---|---|
static AppendableIndexSpec |
DEFAULT_APPENDABLE_INDEX |
static long |
DEFAULT_AWAIT_SEGMENT_AVAILABILITY_TIMEOUT_MILLIS |
static boolean |
DEFAULT_LOG_PARSE_EXCEPTIONS |
static int |
DEFAULT_MAX_PARSE_EXCEPTIONS |
static int |
DEFAULT_MAX_ROWS_IN_MEMORY |
static int |
DEFAULT_MAX_SAVED_PARSE_EXCEPTIONS |
static boolean |
DEFAULT_SKIP_BYTES_IN_MEMORY_OVERHEAD_CHECK |
| Modifier and Type | Method and Description |
|---|---|
AppendableIndexSpec |
getAppendableIndexSpec()
The incremental index implementation to use
|
IndexSpec |
getIndexSpec() |
IndexSpec |
getIndexSpecForIntermediatePersists() |
long |
getMaxBytesInMemory()
Maximum number of bytes (estimated) to store in memory before persisting to local storage
|
default long |
getMaxBytesInMemoryOrDefault()
Maximum number of bytes (estimated) to store in memory before persisting to local storage.
|
int |
getMaxRowsInMemory()
Maximum number of rows in memory before persisting to local storage
|
PartitionsSpec |
getPartitionsSpec() |
static final boolean DEFAULT_LOG_PARSE_EXCEPTIONS
static final AppendableIndexSpec DEFAULT_APPENDABLE_INDEX
static final int DEFAULT_MAX_PARSE_EXCEPTIONS
static final int DEFAULT_MAX_SAVED_PARSE_EXCEPTIONS
static final int DEFAULT_MAX_ROWS_IN_MEMORY
static final boolean DEFAULT_SKIP_BYTES_IN_MEMORY_OVERHEAD_CHECK
static final long DEFAULT_AWAIT_SEGMENT_AVAILABILITY_TIMEOUT_MILLIS
AppendableIndexSpec getAppendableIndexSpec()
int getMaxRowsInMemory()
long getMaxBytesInMemory()
default long getMaxBytesInMemoryOrDefault()
PartitionsSpec getPartitionsSpec()
IndexSpec getIndexSpec()
IndexSpec getIndexSpecForIntermediatePersists()
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.