Uses of Class
org.apache.arrow.flight.impl.Flight.Location.Builder
Packages that use Flight.Location.Builder
-
Uses of Flight.Location.Builder in org.apache.arrow.flight.impl
Methods in org.apache.arrow.flight.impl that return Flight.Location.BuilderModifier and TypeMethodDescriptionFlight.FlightEndpoint.Builder.addLocationBuilder()
A list of URIs where this ticket can be redeemed via DoGet().Flight.FlightEndpoint.Builder.addLocationBuilder
(int index) A list of URIs where this ticket can be redeemed via DoGet().Flight.Location.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Flight.Location.Builder.clear()
Flight.Location.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Flight.Location.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Flight.Location.Builder.clearUri()
string uri = 1;
Flight.Location.Builder.clone()
Flight.FlightEndpoint.Builder.getLocationBuilder
(int index) A list of URIs where this ticket can be redeemed via DoGet().Flight.Location.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Flight.Location.Builder.mergeFrom
(com.google.protobuf.Message other) Flight.Location.Builder.mergeFrom
(Flight.Location other) final Flight.Location.Builder
Flight.Location.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Flight.Location.Builder
Flight.Location.newBuilder()
static Flight.Location.Builder
Flight.Location.newBuilder
(Flight.Location prototype) Flight.Location.newBuilderForType()
protected Flight.Location.Builder
Flight.Location.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Flight.Location.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Flight.Location.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Flight.Location.Builder
Flight.Location.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) string uri = 1;
Flight.Location.Builder.setUriBytes
(com.google.protobuf.ByteString value) string uri = 1;
Flight.Location.toBuilder()
Methods in org.apache.arrow.flight.impl that return types with arguments of type Flight.Location.BuilderModifier and TypeMethodDescriptionFlight.FlightEndpoint.Builder.getLocationBuilderList()
A list of URIs where this ticket can be redeemed via DoGet().Methods in org.apache.arrow.flight.impl with parameters of type Flight.Location.BuilderModifier and TypeMethodDescriptionFlight.FlightEndpoint.Builder.addLocation
(int index, Flight.Location.Builder builderForValue) A list of URIs where this ticket can be redeemed via DoGet().Flight.FlightEndpoint.Builder.addLocation
(Flight.Location.Builder builderForValue) A list of URIs where this ticket can be redeemed via DoGet().Flight.FlightEndpoint.Builder.setLocation
(int index, Flight.Location.Builder builderForValue) A list of URIs where this ticket can be redeemed via DoGet().