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:
  • 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

      public Duration getCacheStatisticsInterval()
    • of

      public static SharedBufferCacheConfig of(org.apache.flink.configuration.ReadableConfig readableConfig)