public class FlightInfo extends Object
| Constructor and Description |
|---|
FlightInfo(Schema schema,
FlightDescriptor descriptor,
List<FlightEndpoint> endpoints,
long bytes,
long records) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytes() |
FlightDescriptor |
getDescriptor() |
List<FlightEndpoint> |
getEndpoints() |
long |
getRecords() |
Schema |
getSchema() |
public FlightInfo(Schema schema, FlightDescriptor descriptor, List<FlightEndpoint> endpoints, long bytes, long records)
public Schema getSchema()
public long getBytes()
public long getRecords()
public FlightDescriptor getDescriptor()
public List<FlightEndpoint> getEndpoints()
Copyright © 2019 The Apache Software Foundation. All rights reserved.