Uses of Class
org.apache.arrow.flight.impl.Flight.FlightData.Builder
Packages that use Flight.FlightData.Builder
-
Uses of Flight.FlightData.Builder in org.apache.arrow.flight.impl
Methods in org.apache.arrow.flight.impl that return Flight.FlightData.BuilderModifier and TypeMethodDescriptionFlight.FlightData.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Flight.FlightData.Builder.clear()
Flight.FlightData.Builder.clearAppMetadata()
Application-defined metadata.Flight.FlightData.Builder.clearDataBody()
The actual batch of Arrow data.Flight.FlightData.Builder.clearDataHeader()
Header for message data as described in Message.fbs::Message.Flight.FlightData.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Flight.FlightData.Builder.clearFlightDescriptor()
The descriptor of the data.Flight.FlightData.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Flight.FlightData.Builder.clone()
Flight.FlightData.Builder.mergeFlightDescriptor
(Flight.FlightDescriptor value) The descriptor of the data.Flight.FlightData.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Flight.FlightData.Builder.mergeFrom
(com.google.protobuf.Message other) Flight.FlightData.Builder.mergeFrom
(Flight.FlightData other) Flight.FlightData.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Flight.FlightData.Builder
Flight.FlightData.newBuilder()
static Flight.FlightData.Builder
Flight.FlightData.newBuilder
(Flight.FlightData prototype) Flight.FlightData.newBuilderForType()
protected Flight.FlightData.Builder
Flight.FlightData.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Flight.FlightData.Builder.setAppMetadata
(com.google.protobuf.ByteString value) Application-defined metadata.Flight.FlightData.Builder.setDataBody
(com.google.protobuf.ByteString value) The actual batch of Arrow data.Flight.FlightData.Builder.setDataHeader
(com.google.protobuf.ByteString value) Header for message data as described in Message.fbs::Message.Flight.FlightData.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Flight.FlightData.Builder.setFlightDescriptor
(Flight.FlightDescriptor value) The descriptor of the data.Flight.FlightData.Builder.setFlightDescriptor
(Flight.FlightDescriptor.Builder builderForValue) The descriptor of the data.Flight.FlightData.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Flight.FlightData.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Flight.FlightData.toBuilder()