Uses of Class
org.apache.arrow.flight.impl.Flight.FlightDescriptor.Builder
Packages that use Flight.FlightDescriptor.Builder
-
Uses of Flight.FlightDescriptor.Builder in org.apache.arrow.flight.impl
Methods in org.apache.arrow.flight.impl that return Flight.FlightDescriptor.BuilderModifier and TypeMethodDescriptionFlight.FlightDescriptor.Builder.addAllPath(Iterable<String> values) List of strings identifying a particular dataset.List of strings identifying a particular dataset.Flight.FlightDescriptor.Builder.addPathBytes(com.google.protobuf.ByteString value) List of strings identifying a particular dataset.Flight.FlightDescriptor.Builder.clear()Flight.FlightDescriptor.Builder.clearCmd()Opaque value used to express a command.Flight.FlightDescriptor.Builder.clearPath()List of strings identifying a particular dataset.Flight.FlightDescriptor.Builder.clearType().arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1;Flight.FlightData.Builder.getFlightDescriptorBuilder()The descriptor of the data.Flight.FlightInfo.Builder.getFlightDescriptorBuilder()The descriptor associated with this info.Flight.PollInfo.Builder.getFlightDescriptorBuilder()The descriptor the client should use on the next try.Flight.FlightDescriptor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Flight.FlightDescriptor.Builder.mergeFrom(com.google.protobuf.Message other) Flight.FlightDescriptor.Builder.mergeFrom(Flight.FlightDescriptor other) Flight.FlightDescriptor.newBuilder()Flight.FlightDescriptor.newBuilder(Flight.FlightDescriptor prototype) Flight.FlightDescriptor.newBuilderForType()protected Flight.FlightDescriptor.BuilderFlight.FlightDescriptor.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Flight.FlightDescriptor.Builder.setCmd(com.google.protobuf.ByteString value) Opaque value used to express a command.List of strings identifying a particular dataset.Flight.FlightDescriptor.Builder.setType(Flight.FlightDescriptor.DescriptorType value) .arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1;Flight.FlightDescriptor.Builder.setTypeValue(int value) .arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1;Flight.FlightDescriptor.toBuilder()Methods in org.apache.arrow.flight.impl with parameters of type Flight.FlightDescriptor.BuilderModifier and TypeMethodDescriptionFlight.FlightData.Builder.setFlightDescriptor(Flight.FlightDescriptor.Builder builderForValue) The descriptor of the data.Flight.FlightInfo.Builder.setFlightDescriptor(Flight.FlightDescriptor.Builder builderForValue) The descriptor associated with this info.Flight.PollInfo.Builder.setFlightDescriptor(Flight.FlightDescriptor.Builder builderForValue) The descriptor the client should use on the next try.