T - The type of elements that this SessionWindowTimeGapExtractor can extract
session time gaps from.@PublicEvolving public interface SessionWindowTimeGapExtractor<T> extends Serializable
SessionWindowTimeGapExtractor extracts session time gaps for Dynamic Session Window
Assigners.| Modifier and Type | Method and Description |
|---|---|
long |
extract(T element)
Extracts the session time gap.
|
long extract(T element)
element - The input element.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.