Class SharedBufferCacheConfig
- java.lang.Object
-
- org.apache.flink.cep.configuration.SharedBufferCacheConfig
-
- All Implemented Interfaces:
Serializable
public final class SharedBufferCacheConfig extends Object implements Serializable
Configuration immutable class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SharedBufferCacheConfig()SharedBufferCacheConfig(int eventsBufferCacheSlots, int entryCacheSlots, java.time.Duration cacheStatisticsInterval)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.DurationgetCacheStatisticsInterval()intgetEntryCacheSlots()intgetEventsBufferCacheSlots()static SharedBufferCacheConfigof(org.apache.flink.configuration.ReadableConfig readableConfig)
-
-
-
Method Detail
-
getEventsBufferCacheSlots
public int getEventsBufferCacheSlots()
-
getEntryCacheSlots
public int getEntryCacheSlots()
-
getCacheStatisticsInterval
public java.time.Duration getCacheStatisticsInterval()
-
of
public static SharedBufferCacheConfig of(org.apache.flink.configuration.ReadableConfig readableConfig)
-
-