pipeline.cep.sharedbuffer.cache.entry-slots |
1024 |
Integer |
The Config option to set the maximum element number the entryCache of SharedBuffer could hold. And it could accelerate the CEP operate process speed with state.And it could accelerate the CEP operate process speed and limit the capacity of cache in pure memory. Note: It's only effective to limit usage of memory when 'state.backend' was set as 'rocksdb', which would transport the elements exceeded the number of the cache into the rocksdb state storage instead of memory state storage. |
pipeline.cep.sharedbuffer.cache.event-slots |
1024 |
Integer |
The Config option to set the maximum element number the eventsBufferCache of SharedBuffer could hold. And it could accelerate the CEP operate process speed and limit the capacity of cache in pure memory. Note: It's only effective to limit usage of memory when 'state.backend' was set as 'rocksdb', which would transport the elements exceeded the number of the cache into the rocksdb state storage instead of memory state storage. |
pipeline.cep.sharedbuffer.cache.statistics-interval |
30 min |
Duration |
The interval to log the information of cache state statistics in CEP operator. |