| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_flight |
| Modifier and Type | Method and Description |
|---|---|
StatusDetail |
Status.detail()
\brief Return the status detail attached to this message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StatusDetail.equals(StatusDetail other) |
Status |
Status.WithDetail(StatusDetail new_detail)
\brief Return a new Status copying the existing status, but
updating with the existing detail.
|
| Constructor and Description |
|---|
Status(arrow.StatusCode code,
String msg,
StatusDetail detail)
\brief Pluggable constructor for use by sub-systems.
|
Status(byte code,
BytePointer msg,
StatusDetail detail) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlightStatusDetail
\brief Flight-specific error information in a Status.
|
class |
FlightWriteSizeStatusDetail
\brief Indicate that the client attempted to write a message
larger than the soft limit set via write_size_limit_bytes.
|
Copyright © 2021. All rights reserved.