Uses of Class
org.apache.druid.segment.realtime.FireHydrant
Packages that use FireHydrant
Package
Description
-
Uses of FireHydrant in org.apache.druid.segment.realtime.appenderator
Methods in org.apache.druid.segment.realtime.appenderator with parameters of type FireHydrantModifier and TypeMethodDescriptionstatic StringSinkQuerySegmentWalker.makeHydrantCacheIdentifier(FireHydrant hydrant) -
Uses of FireHydrant in org.apache.druid.segment.realtime.sink
Methods in org.apache.druid.segment.realtime.sink that return FireHydrantModifier and TypeMethodDescriptionSink.getCurrHydrant()Sink.swap()If currHydrant is A, creates a new index B, sets currHydrant to B and returns A.Methods in org.apache.druid.segment.realtime.sink that return types with arguments of type FireHydrantConstructor parameters in org.apache.druid.segment.realtime.sink with type arguments of type FireHydrantModifierConstructorDescriptionSink(org.joda.time.Interval interval, DataSchema schema, ShardSpec shardSpec, String version, AppendableIndexSpec appendableIndexSpec, int maxRowsInMemory, long maxBytesInMemory, List<FireHydrant> hydrants)