Uses of Class
org.apache.arrow.flight.FlightInfo.Builder
-
Uses of FlightInfo.Builder in org.apache.arrow.flight
Modifier and TypeMethodDescriptionstatic FlightInfo.Builder
FlightInfo.builder
(Schema schema, FlightDescriptor descriptor, List<FlightEndpoint> endpoints) Create a builder for FlightInfo.FlightInfo.Builder.setAppMetadata
(byte[] appMetadata) Set the app metadata to send along with the flight.FlightInfo.Builder.setBytes
(long bytes) Set the number of bytes for the flight.Set IPC write options.FlightInfo.Builder.setOrdered
(boolean ordered) Set whether the flight endpoints are ordered.FlightInfo.Builder.setRecords
(long records) Set the number of records for the flight.