Uses of Interface
org.apache.pulsar.functions.windowing.EvictionContext
Packages that use EvictionContext
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of EvictionContext in org.apache.pulsar.functions.windowing
Classes in org.apache.pulsar.functions.windowing that implement EvictionContextMethods in org.apache.pulsar.functions.windowing that return EvictionContextModifier and TypeMethodDescriptionEvictionPolicy.getContext()Returns the current context that is part of this eviction policy.Methods in org.apache.pulsar.functions.windowing with parameters of type EvictionContextModifier and TypeMethodDescriptionvoidEvictionPolicy.setContext(EvictionContext context) Sets a context in the eviction policy that can be used while evicting the events. -
Uses of EvictionContext in org.apache.pulsar.functions.windowing.evictors
Fields in org.apache.pulsar.functions.windowing.evictors declared as EvictionContextMethods in org.apache.pulsar.functions.windowing.evictors that return EvictionContextModifier and TypeMethodDescriptionCountEvictionPolicy.getContext()TimeEvictionPolicy.getContext()WatermarkCountEvictionPolicy.getContext()TimeEvictionPolicy.getState()Methods in org.apache.pulsar.functions.windowing.evictors with parameters of type EvictionContextModifier and TypeMethodDescriptionvoidTimeEvictionPolicy.restoreState(EvictionContext state) voidCountEvictionPolicy.setContext(EvictionContext context) voidTimeEvictionPolicy.setContext(EvictionContext context) voidWatermarkCountEvictionPolicy.setContext(EvictionContext context)