Uses of Class
net.quasardb.qdb.jni.Reference
Packages that use Reference
-
Uses of Reference in net.quasardb.qdb
Methods in net.quasardb.qdb with parameters of type ReferenceModifier and TypeMethodDescriptionstatic Buffer
Buffer.wrap
(Session session, Reference<ByteBuffer> ref) -
Uses of Reference in net.quasardb.qdb.jni
Methods in net.quasardb.qdb.jni that return ReferenceMethods in net.quasardb.qdb.jni with parameters of type ReferenceModifier and TypeMethodDescriptionstatic int
qdb.batch_read_blob_compare_and_swap
(long handle, long batch, int index, String alias, Reference<ByteBuffer> originalContent) static int
qdb.batch_read_blob_get
(long handle, long batch, int index, String alias, Reference<ByteBuffer> content) static int
qdb.batch_read_blob_get_and_update
(long handle, long batch, int index, String alias, Reference<ByteBuffer> content) static int
qdb.blob_compare_and_swap
(long handle, String alias, ByteBuffer newContent, ByteBuffer comparand, long expiry, Reference<ByteBuffer> originalContent) static int
qdb.blob_get
(long handle, String alias, Reference<ByteBuffer> content) static int
qdb.blob_get_and_remove
(long handle, String alias, Reference<ByteBuffer> content) static int
qdb.blob_get_and_update
(long handle, String alias, ByteBuffer newContent, long expiry, Reference<ByteBuffer> originalContent) static int
qdb.get_expiry_time
(long handle, String alias, Reference<Long> expiry) static int
static int
qdb.get_performance_traces
(long handle, Reference<PerformanceTrace.Trace[]> traces) static int
static int
static int
qdb.init_operations
(long handle, int count, Reference<Long> batch) static int
static int
static int
qdb.node_config
(long handle, String uri, Reference<String> content) static int
qdb.node_status
(long handle, String uri, Reference<String> content) static int
qdb.node_topology
(long handle, String uri, Reference<String> content) static int
qdb.query_execute
(long handle, String query, Reference<Result> result) static int
qdb.tag_iterator_begin
(long handle, String tag, Reference<Long> iterator)