Class SharedBufferCacheConfig
java.lang.Object
org.apache.flink.cep.configuration.SharedBufferCacheConfig
- All Implemented Interfaces:
Serializable
Configuration immutable class.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSharedBufferCacheConfig(int eventsBufferCacheSlots, int entryCacheSlots, Duration cacheStatisticsInterval) -
Method Summary
Modifier and TypeMethodDescriptionintintstatic SharedBufferCacheConfigof(org.apache.flink.configuration.ReadableConfig readableConfig)
-
Constructor Details
-
SharedBufferCacheConfig
public SharedBufferCacheConfig() -
SharedBufferCacheConfig
public SharedBufferCacheConfig(int eventsBufferCacheSlots, int entryCacheSlots, Duration cacheStatisticsInterval)
-
-
Method Details
-
getEventsBufferCacheSlots
public int getEventsBufferCacheSlots() -
getEntryCacheSlots
public int getEntryCacheSlots() -
getCacheStatisticsInterval
-
of
public static SharedBufferCacheConfig of(org.apache.flink.configuration.ReadableConfig readableConfig)
-