@Namespace(value="arrow::flight") @Properties(inherit=arrow_flight.class) public class Ticket extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Ticket()
Default native constructor.
|
Ticket(long size)
Native array allocator.
|
Ticket(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static Status |
Deserialize(BytePointer serialized,
Ticket out) |
static Status |
Deserialize(String serialized,
Ticket out)
\brief Parse the wire-format representation of this type.
|
boolean |
Equals(Ticket other) |
Ticket |
getPointer(long i) |
Ticket |
position(long position) |
Status |
SerializeToString(BytePointer out)
\brief Get the wire-format representation of this type.
|
String |
ticket() |
Ticket |
ticket(String 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 Ticket()
public Ticket(long size)
Pointer.position(long)
.public Ticket(Pointer p)
Pointer(Pointer)
.public Ticket getPointer(long i)
getPointer
in class Pointer
@StdString public String ticket()
@ByVal public Status SerializeToString(@StdString @Cast(value={"char*","std::string*"}) BytePointer out)
@ByVal public static Status Deserialize(@StdString String serialized, Ticket out)
@ByVal public static Status Deserialize(@StdString BytePointer serialized, Ticket out)
Copyright © 2022. All rights reserved.