- get() - Method in interface org.apache.pulsar.functions.windowing.Event
-
Returns the wrapped object
- get() - Method in class org.apache.pulsar.functions.windowing.EventImpl
-
- get() - Method in interface org.apache.pulsar.functions.windowing.Window
-
Gets the list of events in the window.
- get() - Method in class org.apache.pulsar.functions.windowing.WindowImpl
-
- getContext() - Method in interface org.apache.pulsar.functions.windowing.EvictionPolicy
-
Returns the current context that is part of this eviction policy.
- getContext() - Method in class org.apache.pulsar.functions.windowing.evictors.CountEvictionPolicy
-
- getContext() - Method in class org.apache.pulsar.functions.windowing.evictors.TimeEvictionPolicy
-
- getContext() - Method in class org.apache.pulsar.functions.windowing.evictors.WatermarkCountEvictionPolicy
-
- getCounter(String) - Method in class org.apache.pulsar.functions.windowing.WindowContextImpl
-
- getCurrentCount() - Method in class org.apache.pulsar.functions.windowing.DefaultEvictionContext
-
- getCurrentCount() - Method in interface org.apache.pulsar.functions.windowing.EvictionContext
-
Returns the current count of events in the queue up to the reference time
based on which count based evictions can be performed.
- getEarliestEventTs(long, long) - Method in class org.apache.pulsar.functions.windowing.WindowManager
-
Scans the event queue and returns the next earliest event ts
between the startTs and endTs
- getEndTimestamp() - Method in interface org.apache.pulsar.functions.windowing.Window
-
If processing based on event time, returns the window end time based on watermark otherwise
returns the window end time based on processing time.
- getEndTimestamp() - Method in class org.apache.pulsar.functions.windowing.WindowImpl
-
- getEventCount(long) - Method in class org.apache.pulsar.functions.windowing.WindowManager
-
Scans the event queue and returns number of events having
timestamp less than or equal to the reference time.
- getExpired() - Method in interface org.apache.pulsar.functions.windowing.Window
-
Get the list of events expired from the window since the last time the window was generated.
- getExpired() - Method in class org.apache.pulsar.functions.windowing.WindowImpl
-
- getFullyQualifiedName(String, String, String) - Static method in class org.apache.pulsar.functions.windowing.WindowUtils
-
- getFunctionId() - Method in class org.apache.pulsar.functions.windowing.WindowContextImpl
-
- getFunctionName() - Method in class org.apache.pulsar.functions.windowing.WindowContextImpl
-
- getFunctionVersion() - Method in class org.apache.pulsar.functions.windowing.WindowContextImpl
-
- getInputTopics() - Method in class org.apache.pulsar.functions.windowing.WindowContextImpl
-
- getInstanceId() - Method in class org.apache.pulsar.functions.windowing.WindowContextImpl
-
- getLogger() - Method in class org.apache.pulsar.functions.windowing.WindowContextImpl
-
- getNamespace() - Method in class org.apache.pulsar.functions.windowing.WindowContextImpl
-
- getNew() - Method in interface org.apache.pulsar.functions.windowing.Window
-
Get the list of newly added events in the window since the last time the window was generated.
- getNew() - Method in class org.apache.pulsar.functions.windowing.WindowImpl
-
- getNumInstances() - Method in class org.apache.pulsar.functions.windowing.WindowContextImpl
-
- getOutputSchemaType() - Method in class org.apache.pulsar.functions.windowing.WindowContextImpl
-
- getOutputTopic() - Method in class org.apache.pulsar.functions.windowing.WindowContextImpl
-
- getRecord() - Method in interface org.apache.pulsar.functions.windowing.Event
-
- getRecord() - Method in class org.apache.pulsar.functions.windowing.EventImpl
-
- getReferenceTime() - Method in class org.apache.pulsar.functions.windowing.DefaultEvictionContext
-
- getReferenceTime() - Method in interface org.apache.pulsar.functions.windowing.EvictionContext
-
Returns the reference time that the eviction policy could use to
evict the events.
- getSlidingCount() - Method in class org.apache.pulsar.functions.windowing.DefaultEvictionContext
-
- getSlidingCount() - Method in interface org.apache.pulsar.functions.windowing.EvictionContext
-
Returns the sliding count for count based windows
- getSlidingCountTimestamps(long, long, int) - Method in class org.apache.pulsar.functions.windowing.WindowManager
-
Scans the event queue and returns the list of event ts
falling between startTs (exclusive) and endTs (inclusive)
at each sliding interval counts.
- getSlidingInterval() - Method in class org.apache.pulsar.functions.windowing.DefaultEvictionContext
-
- getSlidingInterval() - Method in interface org.apache.pulsar.functions.windowing.EvictionContext
-
Returns the sliding interval for time based windows
- getStartTimestamp() - Method in interface org.apache.pulsar.functions.windowing.Window
-
Returns the window start timestamp.
- getStartTimestamp() - Method in class org.apache.pulsar.functions.windowing.WindowImpl
-
- getState() - Method in interface org.apache.pulsar.functions.windowing.EvictionPolicy
-
Return runtime state to be checkpointed by the framework for restoring the eviction policy
in case of failures.
- getState() - Method in class org.apache.pulsar.functions.windowing.evictors.CountEvictionPolicy
-
- getState() - Method in class org.apache.pulsar.functions.windowing.evictors.TimeEvictionPolicy
-
- getState() - Method in class org.apache.pulsar.functions.windowing.evictors.WatermarkCountEvictionPolicy
-
- getState() - Method in interface org.apache.pulsar.functions.windowing.TriggerPolicy
-
Return runtime state to be checkpointed by the framework for restoring the trigger policy
in case of failures.
- getState() - Method in class org.apache.pulsar.functions.windowing.triggers.CountTriggerPolicy
-
- getState() - Method in class org.apache.pulsar.functions.windowing.triggers.TimeTriggerPolicy
-
- getState() - Method in class org.apache.pulsar.functions.windowing.triggers.WatermarkCountTriggerPolicy
-
- getState() - Method in class org.apache.pulsar.functions.windowing.triggers.WatermarkTimeTriggerPolicy
-
- getState(String) - Method in class org.apache.pulsar.functions.windowing.WindowContextImpl
-
- getTenant() - Method in class org.apache.pulsar.functions.windowing.WindowContextImpl
-
- getTimestamp() - Method in interface org.apache.pulsar.functions.windowing.Event
-
The event timestamp in millis
- getTimestamp() - Method in class org.apache.pulsar.functions.windowing.EventImpl
-
- getUserConfigMap() - Method in class org.apache.pulsar.functions.windowing.WindowContextImpl
-
- getUserConfigValue(String) - Method in class org.apache.pulsar.functions.windowing.WindowContextImpl
-
- getUserConfigValueOrDefault(String, Object) - Method in class org.apache.pulsar.functions.windowing.WindowContextImpl
-