@Namespace(value="arrow::ipc") @Properties(inherit=arrow.class) public class WriteStats extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
WriteStats()
Default native constructor.
|
WriteStats(long size)
Native array allocator.
|
WriteStats(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
WriteStats |
getPointer(long i) |
long |
num_dictionary_batches()
Number of dictionary batches written.
|
WriteStats |
num_dictionary_batches(long setter) |
long |
num_dictionary_deltas()
Number of dictionary deltas written.
|
WriteStats |
num_dictionary_deltas(long setter) |
long |
num_messages()
Number of IPC messages written.
|
WriteStats |
num_messages(long setter) |
long |
num_record_batches()
Number of record batches written.
|
WriteStats |
num_record_batches(long setter) |
long |
num_replaced_dictionaries()
Number of replaced dictionaries (i.e.
|
WriteStats |
num_replaced_dictionaries(long setter) |
WriteStats |
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 WriteStats()
public WriteStats(long size)
Pointer.position(long).public WriteStats(Pointer p)
Pointer(Pointer).public WriteStats position(long position)
public WriteStats getPointer(long i)
getPointer in class Pointerpublic WriteStats num_messages(long setter)
@Cast(value="int64_t") public long num_record_batches()
public WriteStats num_record_batches(long setter)
@Cast(value="int64_t") public long num_dictionary_batches()
public WriteStats num_dictionary_batches(long setter)
@Cast(value="int64_t") public long num_dictionary_deltas()
public WriteStats num_dictionary_deltas(long setter)
@Cast(value="int64_t") public long num_replaced_dictionaries()
public WriteStats num_replaced_dictionaries(long setter)
Copyright © 2021. All rights reserved.