@Namespace(value="arrow::ipc") @Properties(inherit=arrow.class) public class Listener extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Listener()
Default native constructor.
|
Listener(long size)
Native array allocator.
|
Listener(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Listener |
getPointer(long i) |
Status |
OnEOS()
\brief Called when end-of-stream is received.
|
Status |
OnRecordBatchDecoded(RecordBatch record_batch)
\brief Called when a record batch is decoded.
|
Status |
OnSchemaDecoded(Schema schema)
\brief Called when a schema is decoded.
|
Listener |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Listener()
public Listener(long size)
Pointer.position(long).public Listener(Pointer p)
Pointer(Pointer).public Listener getPointer(long i)
getPointer in class Pointer@ByVal public Status OnEOS()
StreamDecoder@ByVal public Status OnRecordBatchDecoded(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::RecordBatch>"}) RecordBatch record_batch)
record_batch - [in] a record batch decodedStreamDecoder@ByVal public Status OnSchemaDecoded(@SharedPtr @ByVal Schema schema)
schema - [in] a schema decodedStreamDecoderCopyright © 2021. All rights reserved.