Package | Description |
---|---|
org.apache.arrow.flight.impl |
Modifier and Type | Class and Description |
---|---|
static class |
Flight.FlightEndpoint
A particular stream or split associated with a flight.
|
static class |
Flight.FlightEndpoint.Builder
A particular stream or split associated with a flight.
|
Modifier and Type | Method and Description |
---|---|
Flight.FlightEndpointOrBuilder |
Flight.RenewFlightEndpointRequestOrBuilder.getEndpointOrBuilder()
.arrow.flight.protocol.FlightEndpoint endpoint = 1; |
Flight.FlightEndpointOrBuilder |
Flight.RenewFlightEndpointRequest.getEndpointOrBuilder()
.arrow.flight.protocol.FlightEndpoint endpoint = 1; |
Flight.FlightEndpointOrBuilder |
Flight.RenewFlightEndpointRequest.Builder.getEndpointOrBuilder()
.arrow.flight.protocol.FlightEndpoint endpoint = 1; |
Flight.FlightEndpointOrBuilder |
Flight.FlightInfoOrBuilder.getEndpointOrBuilder(int index)
A list of endpoints associated with the flight.
|
Flight.FlightEndpointOrBuilder |
Flight.FlightInfo.getEndpointOrBuilder(int index)
A list of endpoints associated with the flight.
|
Flight.FlightEndpointOrBuilder |
Flight.FlightInfo.Builder.getEndpointOrBuilder(int index)
A list of endpoints associated with the flight.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Flight.FlightEndpointOrBuilder> |
Flight.FlightInfoOrBuilder.getEndpointOrBuilderList()
A list of endpoints associated with the flight.
|
List<? extends Flight.FlightEndpointOrBuilder> |
Flight.FlightInfo.getEndpointOrBuilderList()
A list of endpoints associated with the flight.
|
List<? extends Flight.FlightEndpointOrBuilder> |
Flight.FlightInfo.Builder.getEndpointOrBuilderList()
A list of endpoints associated with the flight.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.