@Namespace(value="arrow::io::internal") @NoOffset @Properties(inherit=arrow.class) public class SharedExclusiveChecker extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SharedExclusiveChecker() |
SharedExclusiveChecker(long size)
Native array allocator.
|
SharedExclusiveChecker(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SharedExclusiveCheckerExclusiveLockGuard |
exclusive_guard() |
void |
LockExclusive() |
void |
LockShared() |
SharedExclusiveChecker |
position(long position) |
SharedExclusiveCheckerSharedLockGuard |
shared_guard() |
void |
UnlockExclusive() |
void |
UnlockShared() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic SharedExclusiveChecker(Pointer p)
Pointer.Pointer(Pointer).public SharedExclusiveChecker(long size)
Pointer.position(long).public SharedExclusiveChecker()
public SharedExclusiveChecker position(long position)
public void LockShared()
public void UnlockShared()
public void LockExclusive()
public void UnlockExclusive()
@ByVal public SharedExclusiveCheckerSharedLockGuard shared_guard()
@ByVal public SharedExclusiveCheckerExclusiveLockGuard exclusive_guard()
Copyright © 2020. All rights reserved.