Uses of Class
org.apache.arrow.vector.ipc.WriteChannel
Packages that use WriteChannel
-
Uses of WriteChannel in org.apache.arrow.vector.ipc
Fields in org.apache.arrow.vector.ipc declared as WriteChannelMethods in org.apache.arrow.vector.ipc with parameters of type WriteChannelModifier and TypeMethodDescriptionprotected voidArrowFileWriter.endInternal(WriteChannel out) protected voidArrowStreamWriter.endInternal(WriteChannel out) protected voidArrowWriter.endInternal(WriteChannel out) protected voidArrowFileWriter.startInternal(WriteChannel out) protected voidArrowWriter.startInternal(WriteChannel out) static voidArrowStreamWriter.writeEndOfStream(WriteChannel out, IpcOption option) Write an EOS identifier to the WriteChannel. -
Uses of WriteChannel in org.apache.arrow.vector.ipc.message
Methods in org.apache.arrow.vector.ipc.message with parameters of type WriteChannelModifier and TypeMethodDescriptionstatic ArrowBlockMessageSerializer.serialize(WriteChannel out, ArrowDictionaryBatch batch) static ArrowBlockMessageSerializer.serialize(WriteChannel out, ArrowDictionaryBatch batch, IpcOption option) Serializes a dictionary ArrowRecordBatch.static ArrowBlockMessageSerializer.serialize(WriteChannel out, ArrowRecordBatch batch) Serializes an ArrowRecordBatch.static ArrowBlockMessageSerializer.serialize(WriteChannel out, ArrowRecordBatch batch, IpcOption option) Serializes an ArrowRecordBatch.static longMessageSerializer.serialize(WriteChannel out, Schema schema) Serialize a schema object.static longMessageSerializer.serialize(WriteChannel out, Schema schema, IpcOption option) Serialize a schema object.static longMessageSerializer.writeBatchBuffers(WriteChannel out, ArrowRecordBatch batch) Write the Arrow buffers of the record batch to the output channel.static intMessageSerializer.writeMessageBuffer(WriteChannel out, int messageLength, ByteBuffer messageBuffer) static intMessageSerializer.writeMessageBuffer(WriteChannel out, int messageLength, ByteBuffer messageBuffer, IpcOption option) Write the serialized Message metadata, prefixed by the length, to the output Channel.