@Namespace(value="gloo::rendezvous") @NoOffset @Properties(inherit=gloo.class) public class Store extends IStore
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Store(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
_wait(StringVector keys) |
void |
_wait(StringVector keys,
org.bytedeco.javacpp.chrono.Milliseconds arg1) |
long |
add(BytePointer key,
long value) |
long |
add(String key,
long value) |
void |
append(BytePointer key,
ByteVector arg1) |
void |
append(String key,
ByteVector arg1) |
ByteVector |
get(BytePointer key) |
ByteVector |
get(String key) |
boolean |
has_v2_support() |
static org.bytedeco.javacpp.chrono.Milliseconds |
kDefaultTimeout() |
ByteVector |
multi_get(StringVector arg0) |
void |
multi_set(StringVector arg0,
ByteVector arg1) |
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 Store(Pointer p)
Pointer(Pointer)
.@MemberGetter @Const @ByRef public static org.bytedeco.javacpp.chrono.Milliseconds kDefaultTimeout()
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)
@Name(value="wait") public void _wait(@Const @ByRef StringVector keys, @Const @ByRef org.bytedeco.javacpp.chrono.Milliseconds arg1)
@Cast(value="std::vector<char>*") @StdVector public ByteVector multi_get(@Const @ByRef StringVector arg0)
public void multi_set(@Const @ByRef StringVector arg0, @Cast(value="std::vector<char>*") @StdVector ByteVector arg1)
public void append(@StdString BytePointer key, @Cast(value="const std::vector<char>*") @ByRef ByteVector arg1)
public void append(@StdString String key, @Cast(value="const std::vector<char>*") @ByRef ByteVector arg1)
@Cast(value="int64_t") public long add(@StdString BytePointer key, @Cast(value="int64_t") long value)
Copyright © 2024. All rights reserved.