@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class KeyValueMetadata extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
KeyValueMetadata() |
KeyValueMetadata(long size)
Native array allocator.
|
KeyValueMetadata(Pointer p)
Pointer cast constructor.
|
KeyValueMetadata(StringStringMap map) |
KeyValueMetadata(StringVector keys,
StringVector values) |
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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic KeyValueMetadata(Pointer p)
Pointer(Pointer).public KeyValueMetadata(long size)
Pointer.position(long).public KeyValueMetadata()
public KeyValueMetadata(@ByVal StringVector keys, @ByVal StringVector values)
public KeyValueMetadata(@Const @ByRef StringStringMap map)
public KeyValueMetadata position(long position)
public KeyValueMetadata getPointer(long i)
getPointer in class Pointerpublic void ToUnorderedMap(StringStringMap out)
public void Append(@StdString String key, @StdString String value)
public void Append(@StdString BytePointer key, @StdString BytePointer value)
@ByVal public StringResult Get(@StdString String key)
@ByVal public StringResult Get(@StdString BytePointer key)
@Cast(value="bool") public boolean Contains(@StdString String key)
@Cast(value="bool") public boolean Contains(@StdString BytePointer key)
@ByVal public Status Delete(@StdString String key)
@ByVal public Status Delete(@StdString BytePointer key)
@ByVal public Status DeleteMany(@Cast(value="int64_t*") @StdVector LongPointer indices)
@ByVal public Status DeleteMany(@Cast(value="int64_t*") @StdVector LongBuffer indices)
@ByVal public Status DeleteMany(@Cast(value="int64_t*") @StdVector long[] indices)
@ByVal public Status Set(@StdString String key, @StdString String value)
@ByVal public Status Set(@StdString BytePointer key, @StdString BytePointer value)
@StdString public String key(@Cast(value="int64_t") long i)
@StdString public String value(@Cast(value="int64_t") long i)
@Const @ByRef public StringVector keys()
@Const @ByRef public StringVector values()
@ByVal public StringStringPairVector sorted_pairs()
public int FindKey(@StdString String key)
public int FindKey(@StdString BytePointer key)
@SharedPtr public KeyValueMetadata Copy()
@SharedPtr public KeyValueMetadata Merge(@Const @ByRef KeyValueMetadata other)
@Cast(value="bool") public boolean Equals(@Const @ByRef KeyValueMetadata other)
@StdString public String ToString()
Copyright © 2021. All rights reserved.