@Namespace(value="c10d") @NoOffset @Properties(inherit=torch.class) public class Store extends CustomClassHolder
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Store(Pointer p)
Pointer cast constructor.
|
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()
@MemberGetter @Const @ByRef public static org.bytedeco.javacpp.chrono.Milliseconds kNoTimeout()
public void set(@StdString BytePointer key, @StdString BytePointer value)
public void set(@StdString String key, @StdString String value)
public void set(@StdString BytePointer key, @Cast(value="const std::vector<uint8_t>*") @ByRef ByteVector value)
public void set(@StdString String key, @Cast(value="const std::vector<uint8_t>*") @ByRef ByteVector value)
@StdString public BytePointer compareSet(@StdString BytePointer key, @StdString BytePointer currentValue, @StdString BytePointer newValue)
@StdString public String compareSet(@StdString String key, @StdString String currentValue, @StdString String newValue)
@ByVal @Cast(value="std::vector<uint8_t>*") public ByteVector compareSet(@StdString BytePointer key, @Cast(value="const std::vector<uint8_t>*") @ByRef ByteVector currentValue, @Cast(value="const std::vector<uint8_t>*") @ByRef ByteVector newValue)
@ByVal @Cast(value="std::vector<uint8_t>*") public ByteVector compareSet(@StdString String key, @Cast(value="const std::vector<uint8_t>*") @ByRef ByteVector currentValue, @Cast(value="const std::vector<uint8_t>*") @ByRef ByteVector newValue)
@StdString public BytePointer get_to_str(@StdString BytePointer key)
@StdString public String get_to_str(@StdString String key)
@ByVal @Cast(value="std::vector<uint8_t>*") public ByteVector get(@StdString BytePointer key)
@ByVal @Cast(value="std::vector<uint8_t>*") public ByteVector get(@StdString String key)
@Cast(value="int64_t") public long add(@StdString BytePointer key, @Cast(value="int64_t") long value)
@Cast(value="int64_t") public long add(@StdString String key, @Cast(value="int64_t") long value)
@Cast(value="bool") public boolean deleteKey(@StdString BytePointer key)
@Cast(value="bool") public boolean deleteKey(@StdString String key)
@Cast(value="bool") public boolean check(@Const @ByRef StringVector keys)
@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 timeout)
@Const @ByRef @NoException(value=true) public org.bytedeco.javacpp.chrono.Milliseconds getTimeout()
public void setTimeout(@Const @ByRef org.bytedeco.javacpp.chrono.Milliseconds timeout)
public void append(@StdString BytePointer key, @Cast(value="const std::vector<uint8_t>*") @ByRef ByteVector value)
public void append(@StdString String key, @Cast(value="const std::vector<uint8_t>*") @ByRef ByteVector value)
@Cast(value="std::vector<uint8_t>*") @StdVector public ByteVector multiGet(@Const @ByRef StringVector keys)
public void multiSet(@Const @ByRef StringVector keys, @Cast(value="std::vector<uint8_t>*") @StdVector ByteVector values)
Copyright © 2024. All rights reserved.