Uses of Class
org.apache.arrow.flight.impl.Flight.FlightEndpoint
Packages that use Flight.FlightEndpoint
-
Uses of Flight.FlightEndpoint in org.apache.arrow.flight.impl
Methods in org.apache.arrow.flight.impl that return Flight.FlightEndpointModifier and TypeMethodDescriptionFlight.FlightEndpoint.Builder.build()
Flight.FlightEndpoint.Builder.buildPartial()
static Flight.FlightEndpoint
Flight.FlightEndpoint.getDefaultInstance()
Flight.FlightEndpoint.Builder.getDefaultInstanceForType()
Flight.FlightEndpoint.getDefaultInstanceForType()
Flight.FlightInfo.Builder.getEndpoint
(int index) A list of endpoints associated with the flight.Flight.FlightInfo.getEndpoint
(int index) A list of endpoints associated with the flight.Flight.FlightInfoOrBuilder.getEndpoint
(int index) A list of endpoints associated with the flight.Flight.RenewFlightEndpointRequest.Builder.getEndpoint()
.arrow.flight.protocol.FlightEndpoint endpoint = 1;
Flight.RenewFlightEndpointRequest.getEndpoint()
.arrow.flight.protocol.FlightEndpoint endpoint = 1;
Flight.RenewFlightEndpointRequestOrBuilder.getEndpoint()
.arrow.flight.protocol.FlightEndpoint endpoint = 1;
static Flight.FlightEndpoint
Flight.FlightEndpoint.parseDelimitedFrom
(InputStream input) static Flight.FlightEndpoint
Flight.FlightEndpoint.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightEndpoint
Flight.FlightEndpoint.parseFrom
(byte[] data) static Flight.FlightEndpoint
Flight.FlightEndpoint.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightEndpoint
Flight.FlightEndpoint.parseFrom
(com.google.protobuf.ByteString data) static Flight.FlightEndpoint
Flight.FlightEndpoint.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightEndpoint
Flight.FlightEndpoint.parseFrom
(com.google.protobuf.CodedInputStream input) static Flight.FlightEndpoint
Flight.FlightEndpoint.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightEndpoint
Flight.FlightEndpoint.parseFrom
(InputStream input) static Flight.FlightEndpoint
Flight.FlightEndpoint.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightEndpoint
Flight.FlightEndpoint.parseFrom
(ByteBuffer data) static Flight.FlightEndpoint
Flight.FlightEndpoint.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.arrow.flight.impl that return types with arguments of type Flight.FlightEndpointModifier and TypeMethodDescriptionFlight.FlightInfo.Builder.getEndpointList()
A list of endpoints associated with the flight.Flight.FlightInfo.getEndpointList()
A list of endpoints associated with the flight.Flight.FlightInfoOrBuilder.getEndpointList()
A list of endpoints associated with the flight.com.google.protobuf.Parser<Flight.FlightEndpoint>
Flight.FlightEndpoint.getParserForType()
static com.google.protobuf.Parser<Flight.FlightEndpoint>
Flight.FlightEndpoint.parser()
Methods in org.apache.arrow.flight.impl with parameters of type Flight.FlightEndpointModifier and TypeMethodDescriptionFlight.FlightInfo.Builder.addEndpoint
(int index, Flight.FlightEndpoint value) A list of endpoints associated with the flight.Flight.FlightInfo.Builder.addEndpoint
(Flight.FlightEndpoint value) A list of endpoints associated with the flight.Flight.RenewFlightEndpointRequest.Builder.mergeEndpoint
(Flight.FlightEndpoint value) .arrow.flight.protocol.FlightEndpoint endpoint = 1;
Flight.FlightEndpoint.Builder.mergeFrom
(Flight.FlightEndpoint other) Flight.FlightEndpoint.newBuilder
(Flight.FlightEndpoint prototype) Flight.FlightInfo.Builder.setEndpoint
(int index, Flight.FlightEndpoint value) A list of endpoints associated with the flight.Flight.RenewFlightEndpointRequest.Builder.setEndpoint
(Flight.FlightEndpoint value) .arrow.flight.protocol.FlightEndpoint endpoint = 1;
Method parameters in org.apache.arrow.flight.impl with type arguments of type Flight.FlightEndpointModifier and TypeMethodDescriptionFlight.FlightInfo.Builder.addAllEndpoint
(Iterable<? extends Flight.FlightEndpoint> values) A list of endpoints associated with the flight.