Uses of Class
org.apache.druid.frame.channel.ByteTracker
Packages that use ByteTracker
Package
Description
-
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, WireTransferableContext wireTransferableContext) 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, WireTransferableContext wireTransferableContext)