@Namespace(value="gloo") @Properties(inherit=gloo.class) public class IStore extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
IStore(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
_wait(StringVector keys,
org.bytedeco.javacpp.chrono.Milliseconds timeout) |
ByteVector |
get(BytePointer key) |
ByteVector |
get(String key) |
void |
set(BytePointer key,
ByteVector data) |
void |
set(String key,
ByteVector data) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public IStore(Pointer p)
Pointer(Pointer)
.public void set(@StdString BytePointer key, @Cast(value="const std::vector<char>*") @ByRef ByteVector data)
public void set(@StdString String key, @Cast(value="const std::vector<char>*") @ByRef ByteVector data)
@ByVal @Cast(value="std::vector<char>*") public ByteVector get(@StdString BytePointer key)
@ByVal @Cast(value="std::vector<char>*") public ByteVector get(@StdString String key)
@Name(value="wait") public void _wait(@Const @ByRef StringVector keys, @Const @ByRef org.bytedeco.javacpp.chrono.Milliseconds timeout)
Copyright © 2024. All rights reserved.