public class TierFetcherConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
memoryPoolSizeBytes |
int |
numFetchThreads |
int |
offsetCacheExpirationMs |
int |
offsetCacheExpiryPeriodMs |
int |
offsetCacheSize |
Constructor and Description |
---|
TierFetcherConfig() |
TierFetcherConfig(int numFetchThreads,
int offsetCacheSize,
int offsetCacheExpirationMs,
int offsetCacheExpiryPeriodMs,
java.lang.Long memoryPoolSizeBytes) |
TierFetcherConfig(kafka.server.KafkaConfig config) |
public final int numFetchThreads
public final int offsetCacheSize
public final int offsetCacheExpirationMs
public final int offsetCacheExpiryPeriodMs
public final long memoryPoolSizeBytes
public TierFetcherConfig(kafka.server.KafkaConfig config)
public TierFetcherConfig(int numFetchThreads, int offsetCacheSize, int offsetCacheExpirationMs, int offsetCacheExpiryPeriodMs, java.lang.Long memoryPoolSizeBytes)
public TierFetcherConfig()