Package | Description |
---|---|
org.apache.arrow.flight.impl |
Modifier and Type | Method and Description |
---|---|
Flight.Location |
Flight.Location.Builder.build() |
Flight.Location |
Flight.Location.Builder.buildPartial() |
static Flight.Location |
Flight.Location.getDefaultInstance() |
Flight.Location |
Flight.Location.getDefaultInstanceForType() |
Flight.Location |
Flight.Location.Builder.getDefaultInstanceForType() |
Flight.Location |
Flight.FlightEndpointOrBuilder.getLocation(int index)
A list of URIs where this ticket can be redeemed via DoGet().
|
Flight.Location |
Flight.FlightEndpoint.getLocation(int index)
A list of URIs where this ticket can be redeemed via DoGet().
|
Flight.Location |
Flight.FlightEndpoint.Builder.getLocation(int index)
A list of URIs where this ticket can be redeemed via DoGet().
|
static Flight.Location |
Flight.Location.parseDelimitedFrom(InputStream input) |
static Flight.Location |
Flight.Location.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.Location |
Flight.Location.parseFrom(byte[] data) |
static Flight.Location |
Flight.Location.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.Location |
Flight.Location.parseFrom(ByteBuffer data) |
static Flight.Location |
Flight.Location.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.Location |
Flight.Location.parseFrom(com.google.protobuf.ByteString data) |
static Flight.Location |
Flight.Location.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.Location |
Flight.Location.parseFrom(com.google.protobuf.CodedInputStream input) |
static Flight.Location |
Flight.Location.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.Location |
Flight.Location.parseFrom(InputStream input) |
static Flight.Location |
Flight.Location.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Flight.Location> |
Flight.FlightEndpointOrBuilder.getLocationList()
A list of URIs where this ticket can be redeemed via DoGet().
|
List<Flight.Location> |
Flight.FlightEndpoint.getLocationList()
A list of URIs where this ticket can be redeemed via DoGet().
|
List<Flight.Location> |
Flight.FlightEndpoint.Builder.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() |
Modifier and Type | Method and Description |
---|---|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.addLocation(Flight.Location value)
A list of URIs where this ticket can be redeemed via DoGet().
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.addLocation(int index,
Flight.Location value)
A list of URIs where this ticket can be redeemed via DoGet().
|
Flight.Location.Builder |
Flight.Location.Builder.mergeFrom(Flight.Location other) |
static Flight.Location.Builder |
Flight.Location.newBuilder(Flight.Location prototype) |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.setLocation(int index,
Flight.Location value)
A list of URIs where this ticket can be redeemed via DoGet().
|
Modifier and Type | Method and Description |
---|---|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.addAllLocation(Iterable<? extends Flight.Location> values)
A list of URIs where this ticket can be redeemed via DoGet().
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.