Uses of Class
org.apache.arrow.vector.ipc.message.IpcOption
Packages that use IpcOption
-
Uses of IpcOption in org.apache.arrow.vector.ipc
Fields in org.apache.arrow.vector.ipc declared as IpcOptionMethods in org.apache.arrow.vector.ipc with parameters of type IpcOptionModifier and TypeMethodDescriptionstatic voidArrowStreamWriter.writeEndOfStream(WriteChannel out, IpcOption option) Write an EOS identifier to the WriteChannel.Constructors in org.apache.arrow.vector.ipc with parameters of type IpcOptionModifierConstructorDescriptionArrowFileWriter(VectorSchemaRoot root, DictionaryProvider provider, WritableByteChannel out, Map<String, String> metaData, IpcOption option) ArrowFileWriter(VectorSchemaRoot root, DictionaryProvider provider, WritableByteChannel out, Map<String, String> metaData, IpcOption option, CompressionCodec.Factory compressionFactory, CompressionUtil.CodecType codecType) ArrowFileWriter(VectorSchemaRoot root, DictionaryProvider provider, WritableByteChannel out, Map<String, String> metaData, IpcOption option, CompressionCodec.Factory compressionFactory, CompressionUtil.CodecType codecType, Optional<Integer> compressionLevel) ArrowFileWriter(VectorSchemaRoot root, DictionaryProvider provider, WritableByteChannel out, IpcOption option) ArrowStreamWriter(VectorSchemaRoot root, DictionaryProvider provider, WritableByteChannel out, IpcOption option) Construct an ArrowStreamWriter with an optional DictionaryProvider for the WritableByteChannel.ArrowStreamWriter(VectorSchemaRoot root, DictionaryProvider provider, WritableByteChannel out, IpcOption option, CompressionCodec.Factory compressionFactory, CompressionUtil.CodecType codecType) Construct an ArrowStreamWriter with compression enabled.ArrowStreamWriter(VectorSchemaRoot root, DictionaryProvider provider, WritableByteChannel out, IpcOption option, CompressionCodec.Factory compressionFactory, CompressionUtil.CodecType codecType, Optional<Integer> compressionLevel) Construct an ArrowStreamWriter with compression enabled.protectedArrowWriter(VectorSchemaRoot root, DictionaryProvider provider, WritableByteChannel out, IpcOption option) protectedArrowWriter(VectorSchemaRoot root, DictionaryProvider provider, WritableByteChannel out, IpcOption option, CompressionCodec.Factory compressionFactory, CompressionUtil.CodecType codecType, Optional<Integer> compressionLevel) Note: fields are not closed when the writer is closed. -
Uses of IpcOption in org.apache.arrow.vector.ipc.message
Fields in org.apache.arrow.vector.ipc.message declared as IpcOptionMethods in org.apache.arrow.vector.ipc.message with parameters of type IpcOptionModifier and TypeMethodDescriptionstatic ArrowBlockMessageSerializer.serialize(WriteChannel out, ArrowDictionaryBatch batch, IpcOption option) Serializes a dictionary ArrowRecordBatch.static ArrowBlockMessageSerializer.serialize(WriteChannel out, ArrowRecordBatch batch, IpcOption option) Serializes an ArrowRecordBatch.static longMessageSerializer.serialize(WriteChannel out, Schema schema, IpcOption option) Serialize a schema object.static ByteBufferMessageSerializer.serializeMessage(com.google.flatbuffers.FlatBufferBuilder builder, byte headerType, int headerOffset, long bodyLength, IpcOption writeOption) Serializes a message header.static ByteBufferMessageSerializer.serializeMetadata(ArrowMessage message, IpcOption writeOption) Returns the serialized form ofRecordBatchwrapped in aMessage.static ByteBufferMessageSerializer.serializeMetadata(Schema schema, IpcOption writeOption) Returns the serialized flatbuffer bytes of the schema wrapped in a message table.static intMessageSerializer.writeMessageBuffer(WriteChannel out, int messageLength, ByteBuffer messageBuffer, IpcOption option) Write the serialized Message metadata, prefixed by the length, to the output Channel.