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(org.apache.flink.configuration.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(org.apache.flink.configuration.ReadableConfig readableConfig)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.