Uses of Class
org.apache.druid.frame.channel.ByteTracker
Packages that use ByteTracker
Package
Description
-
Uses of ByteTracker in org.apache.druid.frame
Methods in org.apache.druid.frame with parameters of type ByteTrackerModifier and TypeMethodDescriptionlongFrame.writeTo(WritableByteChannel channel, boolean compress, ByteBuffer compressionBuffer, ByteTracker byteTracker) Writes this frame to a channel, optionally compressing it as well. -
Uses of ByteTracker in org.apache.druid.frame.channel
Methods in org.apache.druid.frame.channel that return ByteTracker -
Uses of ByteTracker in org.apache.druid.frame.file
Methods in org.apache.druid.frame.file with parameters of type ByteTrackerModifier and TypeMethodDescriptionstatic FrameFileFrameFile.open(File file, ByteTracker byteTracker, FrameFile.Flag... flags) Open a frame file with certain optional flags.static FrameFileWriterFrameFileWriter.open(WritableByteChannel channel, ByteBuffer compressionBuffer, ByteTracker byteTracker) Opens a writer for a particular channel. -
Uses of ByteTracker in org.apache.druid.frame.processor
Constructors in org.apache.druid.frame.processor with parameters of type ByteTrackerModifierConstructorDescriptionFileOutputChannelFactory(File fileChannelsDirectory, int frameSize, ByteTracker byteTracker)