Package | Description |
---|---|
org.bytedeco.arrow_flight |
Modifier and Type | Method and Description |
---|---|
FlightDescriptor |
FlightDescriptor.cmd(String setter) |
FlightDescriptor |
FlightDescriptor.cmd(String setter) |
static FlightDescriptor |
FlightDescriptor.Command(BytePointer c) |
static FlightDescriptor |
FlightDescriptor.Command(BytePointer c) |
static FlightDescriptor |
FlightDescriptor.Command(String c) |
static FlightDescriptor |
FlightDescriptor.Command(String c) |
FlightDescriptor |
FlightInfo.descriptor()
The descriptor associated with this flight, may not be set
|
FlightDescriptor |
FlightInfo.Data.descriptor() |
FlightDescriptor |
FlightMessageReader.descriptor()
\brief Get the descriptor for this upload.
|
FlightDescriptor |
FlightMessageReader.descriptor()
\brief Get the descriptor for this upload.
|
FlightDescriptor |
FlightInfo.descriptor()
The descriptor associated with this flight, may not be set
|
FlightDescriptor |
FlightInfo.Data.descriptor() |
FlightDescriptor |
FlightDescriptor.getPointer(long i) |
FlightDescriptor |
FlightDescriptor.getPointer(long i) |
FlightDescriptor |
FlightDescriptor.path(StringVector setter) |
FlightDescriptor |
FlightDescriptor.path(StringVector setter) |
static FlightDescriptor |
FlightDescriptor.Path(StringVector p) |
static FlightDescriptor |
FlightDescriptor.Path(StringVector p) |
FlightDescriptor |
FlightDescriptor.position(long position) |
FlightDescriptor |
FlightDescriptor.position(long position) |
FlightDescriptor |
FlightDescriptor.type(FlightDescriptor.DescriptorType setter) |
FlightDescriptor |
FlightDescriptor.type(FlightDescriptor.DescriptorType setter) |
Modifier and Type | Method and Description |
---|---|
FlightInfo.Data |
FlightInfo.Data.descriptor(FlightDescriptor setter) |
FlightInfo.Data |
FlightInfo.Data.descriptor(FlightDescriptor setter) |
static Status |
FlightDescriptor.Deserialize(BytePointer serialized,
FlightDescriptor out) |
static Status |
FlightDescriptor.Deserialize(BytePointer serialized,
FlightDescriptor out) |
static Status |
FlightDescriptor.Deserialize(String serialized,
FlightDescriptor out)
\brief Parse the wire-format representation of this type.
|
static Status |
FlightDescriptor.Deserialize(String serialized,
FlightDescriptor out)
\brief Parse the wire-format representation of this type.
|
Status |
FlightClient.DoExchange(FlightCallOptions options,
FlightDescriptor descriptor,
FlightStreamWriter writer,
FlightStreamReader reader) |
Status |
FlightClient.DoExchange(FlightCallOptions options,
FlightDescriptor descriptor,
FlightStreamWriter writer,
FlightStreamReader reader) |
Status |
FlightClient.DoExchange(FlightDescriptor descriptor,
FlightStreamWriter writer,
FlightStreamReader reader) |
Status |
FlightClient.DoExchange(FlightDescriptor descriptor,
FlightStreamWriter writer,
FlightStreamReader reader) |
Status |
FlightClient.DoPut(FlightCallOptions options,
FlightDescriptor descriptor,
Schema schema,
FlightStreamWriter stream,
FlightMetadataReader reader)
\brief Upload data to a Flight described by the given
descriptor.
|
Status |
FlightClient.DoPut(FlightCallOptions options,
FlightDescriptor descriptor,
Schema schema,
FlightStreamWriter stream,
FlightMetadataReader reader)
\brief Upload data to a Flight described by the given
descriptor.
|
Status |
FlightClient.DoPut(FlightDescriptor descriptor,
Schema schema,
FlightStreamWriter stream,
FlightMetadataReader reader) |
Status |
FlightClient.DoPut(FlightDescriptor descriptor,
Schema schema,
FlightStreamWriter stream,
FlightMetadataReader reader) |
boolean |
FlightDescriptor.Equals(FlightDescriptor other) |
boolean |
FlightDescriptor.Equals(FlightDescriptor other) |
Status |
FlightClient.GetFlightInfo(FlightCallOptions options,
FlightDescriptor descriptor,
FlightInfo info)
\brief Request access plan for a single flight, which may be an existing
dataset or a command to be executed
|
Status |
FlightClient.GetFlightInfo(FlightCallOptions options,
FlightDescriptor descriptor,
FlightInfo info)
\brief Request access plan for a single flight, which may be an existing
dataset or a command to be executed
|
Status |
FlightClient.GetFlightInfo(FlightDescriptor descriptor,
FlightInfo info) |
Status |
FlightClient.GetFlightInfo(FlightDescriptor descriptor,
FlightInfo info) |
Status |
FlightServerBase.GetFlightInfo(ServerCallContext context,
FlightDescriptor request,
FlightInfo info)
\brief Retrieve the schema and an access plan for the indicated
descriptor
|
Status |
FlightServerBase.GetFlightInfo(ServerCallContext context,
FlightDescriptor request,
FlightInfo info)
\brief Retrieve the schema and an access plan for the indicated
descriptor
|
Status |
FlightClient.GetSchema(FlightCallOptions options,
FlightDescriptor descriptor,
SchemaResult schema_result)
\brief Request schema for a single flight, which may be an existing
dataset or a command to be executed
|
Status |
FlightClient.GetSchema(FlightCallOptions options,
FlightDescriptor descriptor,
SchemaResult schema_result)
\brief Request schema for a single flight, which may be an existing
dataset or a command to be executed
|
Status |
FlightClient.GetSchema(FlightDescriptor descriptor,
SchemaResult schema_result) |
Status |
FlightClient.GetSchema(FlightDescriptor descriptor,
SchemaResult schema_result) |
Status |
FlightServerBase.GetSchema(ServerCallContext context,
FlightDescriptor request,
SchemaResult schema)
\brief Retrieve the schema for the indicated descriptor
|
Status |
FlightServerBase.GetSchema(ServerCallContext context,
FlightDescriptor request,
SchemaResult schema)
\brief Retrieve the schema for the indicated descriptor
|
static FlightInfoResult |
FlightInfo.Make(Schema schema,
FlightDescriptor descriptor,
FlightEndpoint endpoints,
long total_records,
long total_bytes)
\brief Factory method to construct a FlightInfo.
|
static FlightInfoResult |
FlightInfo.Make(Schema schema,
FlightDescriptor descriptor,
FlightEndpoint endpoints,
long total_records,
long total_bytes)
\brief Factory method to construct a FlightInfo.
|
Copyright © 2022. All rights reserved.