Uses of Class
org.apache.druid.query.rowsandcols.serde.WireTransferableContext
Packages that use WireTransferableContext
Package
Description
-
Uses of WireTransferableContext in org.apache.druid.frame.channel
Methods in org.apache.druid.frame.channel with parameters of type WireTransferableContextModifier and TypeMethodDescriptionReadableByteChunksFrameChannel.create(String id, boolean framesOnly, WireTransferableContext wireTransferableContext) Create a channel that aims to limit its memory footprint to one frame.ReadableInputStreamFrameChannel.open(InputStream inputStream, String id, ExecutorService executorService, boolean framesOnly, WireTransferableContext wireTransferableContext) Create an instance of this class and immediately start reading from the provided InputStream.Constructors in org.apache.druid.frame.channel with parameters of type WireTransferableContextModifierConstructorDescriptionDurableStoragePartitionedReadableFrameChannel(StorageConnector storageConnector, Supplier<FrameFileFooter> frameFileFooterSupplier, String frameFileFullPath, ExecutorService remoteInputStreamPool, File footerFile, WireTransferableContext wireTransferableContext) -
Uses of WireTransferableContext in org.apache.druid.frame.file
Methods in org.apache.druid.frame.file with parameters of type WireTransferableContextModifier and TypeMethodDescriptionstatic FrameFileWriterFrameFileWriter.open(WritableByteChannel channel, ByteBuffer compressionBuffer, ByteTracker byteTracker, WireTransferableContext wireTransferableContext) Opens a writer for a particular channel. -
Uses of WireTransferableContext in org.apache.druid.frame.processor
Constructors in org.apache.druid.frame.processor with parameters of type WireTransferableContextModifierConstructorDescriptionFileOutputChannelFactory(File fileChannelsDirectory, int frameSize, ByteTracker byteTracker, WireTransferableContext wireTransferableContext) -
Uses of WireTransferableContext in org.apache.druid.guice
Methods in org.apache.druid.guice that return WireTransferableContextModifier and TypeMethodDescriptionDruidSecondaryModule.getWireTransferableContext(com.fasterxml.jackson.databind.ObjectMapper smileMapper, WireTransferable.ConcreteDeserializer concreteDeserializer) -
Uses of WireTransferableContext in org.apache.druid.query.rowsandcols.serde
Constructors in org.apache.druid.query.rowsandcols.serde with parameters of type WireTransferableContext