Package org.apache.druid.client
Class CachingClusteredClient.TimelineConverter<T extends Overshadowable<T>>
java.lang.Object
org.apache.druid.client.CachingClusteredClient.TimelineConverter<T>
- All Implemented Interfaces:
Function<TimelineLookup<String,,T>, TimelineLookup<String, T>> UnaryOperator<TimelineLookup<String,T>>
- Enclosing class:
- CachingClusteredClient
public static class CachingClusteredClient.TimelineConverter<T extends Overshadowable<T>>
extends Object
implements UnaryOperator<TimelineLookup<String,T>>
Helper class to build a new timeline of filtered segments.
-
Constructor Details
-
TimelineConverter
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<TimelineLookup<String,T extends Overshadowable<T>>, TimelineLookup<String, T extends Overshadowable<T>>>
-