Uses of Class
org.apache.druid.frame.channel.ByteTracker
-
Packages that use ByteTracker Package Description org.apache.druid.frame org.apache.druid.frame.channel org.apache.druid.frame.file org.apache.druid.frame.processor -
-
Uses of ByteTracker in org.apache.druid.frame
Methods in org.apache.druid.frame with parameters of type ByteTracker Modifier and Type Method Description longFrame. 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 Modifier and Type Method Description static ByteTrackerByteTracker. unboundedTracker() -
Uses of ByteTracker in org.apache.druid.frame.file
Methods in org.apache.druid.frame.file with parameters of type ByteTracker Modifier and Type Method Description static 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 ByteTracker Constructor Description FileOutputChannelFactory(File fileChannelsDirectory, int frameSize, ByteTracker byteTracker)
-