| Package | Description |
|---|---|
| org.bytedeco.arrow_flight | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
arrow_flight.FlightStatusCode |
FlightStatusDetail.code()
\brief Get the Flight status code.
|
| Constructor and Description |
|---|
FlightStatusDetail(arrow_flight.FlightStatusCode code) |
FlightStatusDetail(arrow_flight.FlightStatusCode code,
String extra_info) |
| Modifier and Type | Method and Description |
|---|---|
arrow_flight.FlightStatusCode |
arrow_flight.FlightStatusCode.intern() |
static arrow_flight.FlightStatusCode |
arrow_flight.FlightStatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow_flight.FlightStatusCode[] |
arrow_flight.FlightStatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Status |
arrow_flight.MakeFlightError(arrow_flight.FlightStatusCode code,
String message)
\brief Make an appropriate Arrow status for the given
Flight-specific status.
|
static Status |
arrow_flight.MakeFlightError(arrow_flight.FlightStatusCode code,
String message,
String extra_info)
\brief Make an appropriate Arrow status for the given
Flight-specific status.
|
Copyright © 2021. All rights reserved.