Uses of Class
org.apache.druid.segment.realtime.FireHydrant
-
Packages that use FireHydrant Package Description org.apache.druid.segment.realtime.appenderator org.apache.druid.segment.realtime.plumber -
-
Uses of FireHydrant in org.apache.druid.segment.realtime.appenderator
Methods in org.apache.druid.segment.realtime.appenderator with parameters of type FireHydrant Modifier and Type Method Description static StringSinkQuerySegmentWalker. makeHydrantCacheIdentifier(FireHydrant hydrant) -
Uses of FireHydrant in org.apache.druid.segment.realtime.plumber
Methods in org.apache.druid.segment.realtime.plumber that return FireHydrant Modifier and Type Method Description FireHydrantSink. getCurrHydrant()FireHydrantSink. swap()If currHydrant is A, creates a new index B, sets currHydrant to B and returns A.Methods in org.apache.druid.segment.realtime.plumber that return types with arguments of type FireHydrant Modifier and Type Method Description Iterator<FireHydrant>Sink. iterator()Methods in org.apache.druid.segment.realtime.plumber with parameters of type FireHydrant Modifier and Type Method Description protected intRealtimePlumber. persistHydrant(FireHydrant indexToPersist, DataSchema schema, org.joda.time.Interval interval, Map<String,Object> metadataElems)Persists the given hydrant and returns the number of rows persistedConstructor parameters in org.apache.druid.segment.realtime.plumber with type arguments of type FireHydrant Constructor Description Sink(org.joda.time.Interval interval, DataSchema schema, org.apache.druid.timeline.partition.ShardSpec shardSpec, String version, org.apache.druid.segment.incremental.AppendableIndexSpec appendableIndexSpec, int maxRowsInMemory, long maxBytesInMemory, boolean useMaxMemoryEstimates, String dedupColumn, List<FireHydrant> hydrants)
-