Package | Description |
---|---|
org.apache.arrow.flight.impl |
Modifier and Type | Method and Description |
---|---|
Flight.FlightEndpoint |
Flight.FlightEndpoint.Builder.build() |
Flight.FlightEndpoint |
Flight.FlightEndpoint.Builder.buildPartial() |
static Flight.FlightEndpoint |
Flight.FlightEndpoint.getDefaultInstance() |
Flight.FlightEndpoint |
Flight.FlightEndpoint.getDefaultInstanceForType() |
Flight.FlightEndpoint |
Flight.FlightEndpoint.Builder.getDefaultInstanceForType() |
Flight.FlightEndpoint |
Flight.RenewFlightEndpointRequestOrBuilder.getEndpoint()
.arrow.flight.protocol.FlightEndpoint endpoint = 1; |
Flight.FlightEndpoint |
Flight.RenewFlightEndpointRequest.getEndpoint()
.arrow.flight.protocol.FlightEndpoint endpoint = 1; |
Flight.FlightEndpoint |
Flight.RenewFlightEndpointRequest.Builder.getEndpoint()
.arrow.flight.protocol.FlightEndpoint endpoint = 1; |
Flight.FlightEndpoint |
Flight.FlightInfoOrBuilder.getEndpoint(int index)
A list of endpoints associated with the flight.
|
Flight.FlightEndpoint |
Flight.FlightInfo.getEndpoint(int index)
A list of endpoints associated with the flight.
|
Flight.FlightEndpoint |
Flight.FlightInfo.Builder.getEndpoint(int index)
A list of endpoints associated with the flight.
|
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(ByteBuffer data) |
static Flight.FlightEndpoint |
Flight.FlightEndpoint.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
List<Flight.FlightEndpoint> |
Flight.FlightInfoOrBuilder.getEndpointList()
A list of endpoints associated with the flight.
|
List<Flight.FlightEndpoint> |
Flight.FlightInfo.getEndpointList()
A list of endpoints associated with the flight.
|
List<Flight.FlightEndpoint> |
Flight.FlightInfo.Builder.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() |
Modifier and Type | Method and Description |
---|---|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.addEndpoint(Flight.FlightEndpoint value)
A list of endpoints associated with the flight.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.addEndpoint(int index,
Flight.FlightEndpoint value)
A list of endpoints associated with the flight.
|
Flight.RenewFlightEndpointRequest.Builder |
Flight.RenewFlightEndpointRequest.Builder.mergeEndpoint(Flight.FlightEndpoint value)
.arrow.flight.protocol.FlightEndpoint endpoint = 1; |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.mergeFrom(Flight.FlightEndpoint other) |
static Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.newBuilder(Flight.FlightEndpoint prototype) |
Flight.RenewFlightEndpointRequest.Builder |
Flight.RenewFlightEndpointRequest.Builder.setEndpoint(Flight.FlightEndpoint value)
.arrow.flight.protocol.FlightEndpoint endpoint = 1; |
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.setEndpoint(int index,
Flight.FlightEndpoint value)
A list of endpoints associated with the flight.
|
Modifier and Type | Method and Description |
---|---|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.addAllEndpoint(Iterable<? extends Flight.FlightEndpoint> values)
A list of endpoints associated with the flight.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.