@Namespace(value="arrow::flight") @Properties(inherit=arrow_flight.class) public class FlightDescriptor extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
FlightDescriptor.DescriptorType |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FlightDescriptor()
Default native constructor.
|
FlightDescriptor(long size)
Native array allocator.
|
FlightDescriptor(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
cmd()
Opaque value used to express a command.
|
FlightDescriptor |
cmd(String setter) |
static FlightDescriptor |
Command(BytePointer c) |
static FlightDescriptor |
Command(String c) |
static Status |
Deserialize(BytePointer serialized,
FlightDescriptor out) |
static Status |
Deserialize(String serialized,
FlightDescriptor out)
\brief Parse the wire-format representation of this type.
|
boolean |
Equals(FlightDescriptor other) |
FlightDescriptor |
getPointer(long i) |
StringVector |
path()
List of strings identifying a particular dataset.
|
FlightDescriptor |
path(StringVector setter) |
static FlightDescriptor |
Path(StringVector p) |
FlightDescriptor |
position(long position) |
Status |
SerializeToString(BytePointer out)
\brief Get the wire-format representation of this type.
|
String |
ToString()
\brief Get a human-readable form of this descriptor.
|
FlightDescriptor.DescriptorType |
type()
The descriptor type
|
FlightDescriptor |
type(FlightDescriptor.DescriptorType setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public FlightDescriptor()
public FlightDescriptor(long size)
Pointer.position(long)
.public FlightDescriptor(Pointer p)
Pointer(Pointer)
.public FlightDescriptor position(long position)
public FlightDescriptor getPointer(long i)
getPointer
in class Pointer
public FlightDescriptor.DescriptorType type()
public FlightDescriptor type(FlightDescriptor.DescriptorType setter)
@StdString public String cmd()
public FlightDescriptor cmd(String setter)
@ByRef public StringVector path()
public FlightDescriptor path(StringVector setter)
@Cast(value="bool") public boolean Equals(@Const @ByRef FlightDescriptor other)
@StdString public String ToString()
@ByVal public Status SerializeToString(@StdString @Cast(value={"char*","std::string*"}) BytePointer out)
@ByVal public static Status Deserialize(@StdString String serialized, FlightDescriptor out)
@ByVal public static Status Deserialize(@StdString BytePointer serialized, FlightDescriptor out)
@ByVal public static FlightDescriptor Command(@StdString String c)
@ByVal public static FlightDescriptor Command(@StdString BytePointer c)
@ByVal public static FlightDescriptor Path(@Const @ByRef StringVector p)
Copyright © 2022. All rights reserved.