public static interface Flight.FlightGetInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Flight.FlightEndpoint |
getEndpoint(int index)
A list of endpoints associated with the flight.
|
int |
getEndpointCount()
A list of endpoints associated with the flight.
|
List<Flight.FlightEndpoint> |
getEndpointList()
A list of endpoints associated with the flight.
|
Flight.FlightEndpointOrBuilder |
getEndpointOrBuilder(int index)
A list of endpoints associated with the flight.
|
List<? extends Flight.FlightEndpointOrBuilder> |
getEndpointOrBuilderList()
A list of endpoints associated with the flight.
|
Flight.FlightDescriptor |
getFlightDescriptor()
The descriptor associated with this info.
|
Flight.FlightDescriptorOrBuilder |
getFlightDescriptorOrBuilder()
The descriptor associated with this info.
|
com.google.protobuf.ByteString |
getSchema()
schema of the dataset as described in Schema.fbs::Schema.
|
long |
getTotalBytes()
uint64 total_bytes = 5; |
long |
getTotalRecords()
uint64 total_records = 4; |
boolean |
hasFlightDescriptor()
The descriptor associated with this info.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getSchema()
schema of the dataset as described in Schema.fbs::Schema.
bytes schema = 1;boolean hasFlightDescriptor()
The descriptor associated with this info.
.arrow.flight.protocol.FlightDescriptor flight_descriptor = 2;Flight.FlightDescriptor getFlightDescriptor()
The descriptor associated with this info.
.arrow.flight.protocol.FlightDescriptor flight_descriptor = 2;Flight.FlightDescriptorOrBuilder getFlightDescriptorOrBuilder()
The descriptor associated with this info.
.arrow.flight.protocol.FlightDescriptor flight_descriptor = 2;List<Flight.FlightEndpoint> getEndpointList()
A list of endpoints associated with the flight. To consume the whole flight, all endpoints must be consumed.
repeated .arrow.flight.protocol.FlightEndpoint endpoint = 3;Flight.FlightEndpoint getEndpoint(int index)
A list of endpoints associated with the flight. To consume the whole flight, all endpoints must be consumed.
repeated .arrow.flight.protocol.FlightEndpoint endpoint = 3;int getEndpointCount()
A list of endpoints associated with the flight. To consume the whole flight, all endpoints must be consumed.
repeated .arrow.flight.protocol.FlightEndpoint endpoint = 3;List<? extends Flight.FlightEndpointOrBuilder> getEndpointOrBuilderList()
A list of endpoints associated with the flight. To consume the whole flight, all endpoints must be consumed.
repeated .arrow.flight.protocol.FlightEndpoint endpoint = 3;Flight.FlightEndpointOrBuilder getEndpointOrBuilder(int index)
A list of endpoints associated with the flight. To consume the whole flight, all endpoints must be consumed.
repeated .arrow.flight.protocol.FlightEndpoint endpoint = 3;long getTotalRecords()
uint64 total_records = 4;long getTotalBytes()
uint64 total_bytes = 5;Copyright © 2019 The Apache Software Foundation. All rights reserved.