Uses of Class
org.apache.arrow.flight.impl.Flight.FlightEndpoint.Builder
-
Uses of Flight.FlightEndpoint.Builder in org.apache.arrow.flight.impl
Modifier and TypeMethodDescriptionFlight.FlightEndpoint.Builder.addAllLocation
(Iterable<? extends Flight.Location> values) A list of URIs where this ticket can be redeemed via DoGet().Flight.FlightInfo.Builder.addEndpointBuilder()
A list of endpoints associated with the flight.Flight.FlightInfo.Builder.addEndpointBuilder
(int index) A list of endpoints associated with the flight.Flight.FlightEndpoint.Builder.addLocation
(int index, Flight.Location value) A list of URIs where this ticket can be redeemed via DoGet().Flight.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 value) 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.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Flight.FlightEndpoint.Builder.clear()
Flight.FlightEndpoint.Builder.clearAppMetadata()
Application-defined metadata.Flight.FlightEndpoint.Builder.clearExpirationTime()
Expiration time of this stream.Flight.FlightEndpoint.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Flight.FlightEndpoint.Builder.clearLocation()
A list of URIs where this ticket can be redeemed via DoGet().Flight.FlightEndpoint.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Flight.FlightEndpoint.Builder.clearTicket()
Token used to retrieve this stream.Flight.FlightEndpoint.Builder.clone()
Flight.FlightInfo.Builder.getEndpointBuilder
(int index) A list of endpoints associated with the flight.Flight.RenewFlightEndpointRequest.Builder.getEndpointBuilder()
.arrow.flight.protocol.FlightEndpoint endpoint = 1;
Flight.FlightEndpoint.Builder.mergeExpirationTime
(com.google.protobuf.Timestamp value) Expiration time of this stream.Flight.FlightEndpoint.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Flight.FlightEndpoint.Builder.mergeFrom
(com.google.protobuf.Message other) Flight.FlightEndpoint.Builder.mergeFrom
(Flight.FlightEndpoint other) Flight.FlightEndpoint.Builder.mergeTicket
(Flight.Ticket value) Token used to retrieve this stream.Flight.FlightEndpoint.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Flight.FlightEndpoint.newBuilder()
Flight.FlightEndpoint.newBuilder
(Flight.FlightEndpoint prototype) Flight.FlightEndpoint.newBuilderForType()
protected Flight.FlightEndpoint.Builder
Flight.FlightEndpoint.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Flight.FlightEndpoint.Builder.removeLocation
(int index) A list of URIs where this ticket can be redeemed via DoGet().Flight.FlightEndpoint.Builder.setAppMetadata
(com.google.protobuf.ByteString value) Application-defined metadata.Flight.FlightEndpoint.Builder.setExpirationTime
(com.google.protobuf.Timestamp value) Expiration time of this stream.Flight.FlightEndpoint.Builder.setExpirationTime
(com.google.protobuf.Timestamp.Builder builderForValue) Expiration time of this stream.Flight.FlightEndpoint.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Flight.FlightEndpoint.Builder.setLocation
(int index, Flight.Location value) 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().Flight.FlightEndpoint.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Flight.FlightEndpoint.Builder.setTicket
(Flight.Ticket value) Token used to retrieve this stream.Flight.FlightEndpoint.Builder.setTicket
(Flight.Ticket.Builder builderForValue) Token used to retrieve this stream.Flight.FlightEndpoint.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Flight.FlightEndpoint.toBuilder()
Modifier and TypeMethodDescriptionFlight.FlightInfo.Builder.getEndpointBuilderList()
A list of endpoints associated with the flight.Modifier and TypeMethodDescriptionFlight.FlightInfo.Builder.addEndpoint
(int index, Flight.FlightEndpoint.Builder builderForValue) A list of endpoints associated with the flight.Flight.FlightInfo.Builder.addEndpoint
(Flight.FlightEndpoint.Builder builderForValue) A list of endpoints associated with the flight.Flight.FlightInfo.Builder.setEndpoint
(int index, Flight.FlightEndpoint.Builder builderForValue) A list of endpoints associated with the flight.Flight.RenewFlightEndpointRequest.Builder.setEndpoint
(Flight.FlightEndpoint.Builder builderForValue) .arrow.flight.protocol.FlightEndpoint endpoint = 1;