public interface WindowStrategy<T>
Modifier and Type | Method and Description |
---|---|
EvictionPolicy<T,?> |
getEvictionPolicy()
Returns an
EvictionPolicy instance for this strategy with the given configuration. |
TriggerPolicy<T,?> |
getTriggerPolicy(TriggerHandler triggerHandler,
EvictionPolicy<T,?> evictionPolicy)
Returns a
TriggerPolicy by creating with triggerHandler and evictionPolicy with the given configuration. |
TriggerPolicy<T,?> getTriggerPolicy(TriggerHandler triggerHandler, EvictionPolicy<T,?> evictionPolicy)
TriggerPolicy
by creating with triggerHandler
and evictionPolicy
with the given configuration.EvictionPolicy<T,?> getEvictionPolicy()
EvictionPolicy
instance for this strategy with the given configuration.Copyright © 2023 The Apache Software Foundation. All rights reserved.