@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class StringKeyIdRetriever extends DecryptionKeyRetriever
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
StringKeyIdRetriever()
Default native constructor.
|
StringKeyIdRetriever(long size)
Native array allocator.
|
StringKeyIdRetriever(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
BytePointer |
GetKey(BytePointer key_metadata) |
String |
GetKey(String key_metadata) |
StringKeyIdRetriever |
getPointer(long i) |
StringKeyIdRetriever |
position(long position) |
void |
PutKey(BytePointer key_id,
BytePointer key) |
void |
PutKey(String key_id,
String key) |
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 StringKeyIdRetriever()
public StringKeyIdRetriever(long size)
Pointer.position(long)
.public StringKeyIdRetriever(Pointer p)
Pointer(Pointer)
.public StringKeyIdRetriever position(long position)
public StringKeyIdRetriever getPointer(long i)
getPointer
in class Pointer
public void PutKey(@StdString String key_id, @StdString String key)
public void PutKey(@StdString BytePointer key_id, @StdString BytePointer key)
@StdString public String GetKey(@StdString String key_metadata)
GetKey
in class DecryptionKeyRetriever
@StdString public BytePointer GetKey(@StdString BytePointer key_metadata)
GetKey
in class DecryptionKeyRetriever
Copyright © 2022. All rights reserved.