@Namespace(value="arrow") @Properties(inherit=arrow.class) public class ExtensionTypeRegistry extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ExtensionTypeRegistry(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtensionTypeRegistry |
GetGlobalRegistry()
\brief Provide access to the global registry to allow code to control for
race conditions in registry teardown when some types need to be
unregistered and destroyed first
|
ExtensionType |
GetType(BytePointer type_name) |
ExtensionType |
GetType(String type_name) |
Status |
RegisterType(ExtensionType type) |
Status |
UnregisterType(BytePointer type_name) |
Status |
UnregisterType(String type_name) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ExtensionTypeRegistry(Pointer p)
Pointer(Pointer).@SharedPtr public static ExtensionTypeRegistry GetGlobalRegistry()
@ByVal public Status RegisterType(@SharedPtr ExtensionType type)
@ByVal public Status UnregisterType(@StdString String type_name)
@ByVal public Status UnregisterType(@StdString BytePointer type_name)
@SharedPtr public ExtensionType GetType(@StdString String type_name)
@SharedPtr public ExtensionType GetType(@StdString BytePointer type_name)
Copyright © 2021. All rights reserved.