@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class ColumnEncryptionProperties extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
ColumnEncryptionProperties.Builder |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ColumnEncryptionProperties() |
ColumnEncryptionProperties(ColumnEncryptionProperties other) |
ColumnEncryptionProperties(long size)
Native array allocator.
|
ColumnEncryptionProperties(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
column_path() |
ColumnEncryptionProperties |
DeepClone() |
ColumnEncryptionProperties |
getPointer(long i) |
boolean |
is_encrypted_with_footer_key() |
boolean |
is_encrypted() |
boolean |
is_utilized() |
String |
key_metadata() |
String |
key() |
ColumnEncryptionProperties |
position(long position) |
void |
set_utilized()
ColumnEncryptionProperties object can be used for writing one file only.
|
void |
WipeOutEncryptionKey()
Upon completion of file writing, the encryption key
will be wiped out.
|
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 ColumnEncryptionProperties(Pointer p)
Pointer(Pointer)
.public ColumnEncryptionProperties(long size)
Pointer.position(long)
.public ColumnEncryptionProperties()
public ColumnEncryptionProperties(@Const @ByRef ColumnEncryptionProperties other)
public ColumnEncryptionProperties position(long position)
public ColumnEncryptionProperties getPointer(long i)
getPointer
in class Pointer
@StdString public String column_path()
@StdString public String key()
@StdString public String key_metadata()
public void WipeOutEncryptionKey()
public void set_utilized()
@SharedPtr public ColumnEncryptionProperties DeepClone()
Copyright © 2022. All rights reserved.