public final class SharedBufferCacheConfig extends Object implements Serializable
Constructor and Description |
---|
SharedBufferCacheConfig() |
SharedBufferCacheConfig(int eventsBufferCacheSlots,
int entryCacheSlots,
Duration cacheStatisticsInterval) |
Modifier and Type | Method and Description |
---|---|
Duration |
getCacheStatisticsInterval() |
int |
getEntryCacheSlots() |
int |
getEventsBufferCacheSlots() |
static SharedBufferCacheConfig |
of(ReadableConfig readableConfig) |
public SharedBufferCacheConfig()
public SharedBufferCacheConfig(int eventsBufferCacheSlots, int entryCacheSlots, Duration cacheStatisticsInterval)
public int getEventsBufferCacheSlots()
public int getEntryCacheSlots()
public Duration getCacheStatisticsInterval()
public static SharedBufferCacheConfig of(ReadableConfig readableConfig)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.