Uses of Class
org.apache.arrow.flight.impl.Flight.Location
Packages that use Flight.Location
-
Uses of Flight.Location in org.apache.arrow.flight.impl
Methods in org.apache.arrow.flight.impl that return Flight.LocationModifier and TypeMethodDescriptionFlight.Location.Builder.build()Flight.Location.Builder.buildPartial()static Flight.LocationFlight.Location.getDefaultInstance()Flight.Location.Builder.getDefaultInstanceForType()Flight.Location.getDefaultInstanceForType()Flight.FlightEndpoint.Builder.getLocation(int index) A list of URIs where this ticket can be redeemed via DoGet().Flight.FlightEndpoint.getLocation(int index) A list of URIs where this ticket can be redeemed via DoGet().Flight.FlightEndpointOrBuilder.getLocation(int index) A list of URIs where this ticket can be redeemed via DoGet().static Flight.LocationFlight.Location.parseDelimitedFrom(InputStream input) static Flight.LocationFlight.Location.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.LocationFlight.Location.parseFrom(byte[] data) static Flight.LocationFlight.Location.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.LocationFlight.Location.parseFrom(com.google.protobuf.ByteString data) static Flight.LocationFlight.Location.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.LocationFlight.Location.parseFrom(com.google.protobuf.CodedInputStream input) static Flight.LocationFlight.Location.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.LocationFlight.Location.parseFrom(InputStream input) static Flight.LocationFlight.Location.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.LocationFlight.Location.parseFrom(ByteBuffer data) static Flight.LocationFlight.Location.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.arrow.flight.impl that return types with arguments of type Flight.LocationModifier and TypeMethodDescriptionFlight.FlightEndpoint.Builder.getLocationList()A list of URIs where this ticket can be redeemed via DoGet().Flight.FlightEndpoint.getLocationList()A list of URIs where this ticket can be redeemed via DoGet().Flight.FlightEndpointOrBuilder.getLocationList()A list of URIs where this ticket can be redeemed via DoGet().com.google.protobuf.Parser<Flight.Location>Flight.Location.getParserForType()static com.google.protobuf.Parser<Flight.Location>Flight.Location.parser()Methods in org.apache.arrow.flight.impl with parameters of type Flight.LocationModifier and TypeMethodDescriptionFlight.FlightEndpoint.Builder.addLocation(int index, Flight.Location value) 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.Location.Builder.mergeFrom(Flight.Location other) static Flight.Location.BuilderFlight.Location.newBuilder(Flight.Location prototype) Flight.FlightEndpoint.Builder.setLocation(int index, Flight.Location value) A list of URIs where this ticket can be redeemed via DoGet().Method parameters in org.apache.arrow.flight.impl with type arguments of type Flight.LocationModifier and TypeMethodDescriptionFlight.FlightEndpoint.Builder.addAllLocation(Iterable<? extends Flight.Location> values) A list of URIs where this ticket can be redeemed via DoGet().