public class arrow_flight extends arrow_flight
| Modifier and Type | Class and Description |
|---|---|
static class |
arrow_flight.FlightStatusCode
\brief A Flight-specific status code.
|
| Constructor and Description |
|---|
arrow_flight() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DieWithMessage(BytePointer msg) |
static void |
DieWithMessage(String msg) |
static void |
InvalidValueOrDie(Status st) |
static String |
kSchemeGrpc() |
static String |
kSchemeGrpcTcp() |
static String |
kSchemeGrpcTls() |
static String |
kSchemeGrpcUnix() |
static Status |
MakeFlightError(arrow_flight.FlightStatusCode code,
String message) |
static Status |
MakeFlightError(arrow_flight.FlightStatusCode code,
String message,
String extra_info)
\brief Make an appropriate Arrow status for the given
Flight-specific status.
|
static Status |
MakeFlightError(byte code,
BytePointer message) |
static Status |
MakeFlightError(byte code,
BytePointer message,
BytePointer extra_info) |
map@Namespace(value="arrow::internal") public static void DieWithMessage(@StdString String msg)
@Namespace(value="arrow::internal") public static void DieWithMessage(@StdString BytePointer msg)
@Namespace(value="arrow::internal") public static void InvalidValueOrDie(@Const @ByRef Status st)
@Namespace(value="arrow::flight") @ByVal public static Status MakeFlightError(arrow_flight.FlightStatusCode code, @StdString String message, @StdString String extra_info)
code - The Flight status code.message - The message for the error.extra_info - Optional extra binary info for the error (eg protobuf)@Namespace(value="arrow::flight") @ByVal public static Status MakeFlightError(arrow_flight.FlightStatusCode code, @StdString String message)
@Namespace(value="arrow::flight") @ByVal public static Status MakeFlightError(@Cast(value="arrow::flight::FlightStatusCode") byte code, @StdString BytePointer message, @StdString BytePointer extra_info)
@Namespace(value="arrow::flight") @ByVal public static Status MakeFlightError(@Cast(value="arrow::flight::FlightStatusCode") byte code, @StdString BytePointer message)
@Namespace(value="arrow::flight") @MemberGetter public static String kSchemeGrpc()
@Namespace(value="arrow::flight") @MemberGetter public static String kSchemeGrpcTcp()
@Namespace(value="arrow::flight") @MemberGetter public static String kSchemeGrpcUnix()
@Namespace(value="arrow::flight") @MemberGetter public static String kSchemeGrpcTls()
Copyright © 2021. All rights reserved.