- callback(long) - Method in interface org.lwjgl.util.lmdb.MDBCmpFuncI
-
- callback(long) - Method in interface org.lwjgl.util.lmdb.MDBMsgFuncI
-
- callback(long) - Method in interface org.lwjgl.util.lmdb.MDBRelFuncI
-
- calloc() - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new MDBEnvInfo instance allocated with memCalloc.
- calloc(int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
- calloc() - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new MDBStat instance allocated with memCalloc.
- calloc(int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
- calloc() - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new MDBVal instance allocated with memCalloc.
- calloc(int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
- callocStack() - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new MDBEnvInfo instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
- callocStack(MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new MDBEnvInfo instance allocated on the specified MemoryStack and initializes all its bits to zero.
- callocStack(int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo.Buffer instance allocated on the thread-local
MemoryStack and initializes all its bits to zero.
- callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo.Buffer instance allocated on the specified
MemoryStack and initializes all its bits to zero.
- callocStack() - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new MDBStat instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
- callocStack(MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new MDBStat instance allocated on the specified MemoryStack and initializes all its bits to zero.
- callocStack(int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat.Buffer instance allocated on the thread-local
MemoryStack and initializes all its bits to zero.
- callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat.Buffer instance allocated on the specified
MemoryStack and initializes all its bits to zero.
- callocStack() - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new MDBVal instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
- callocStack(MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new MDBVal instance allocated on the specified MemoryStack and initializes all its bits to zero.
- callocStack(int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal.Buffer instance allocated on the thread-local
MemoryStack and initializes all its bits to zero.
- callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal.Buffer instance allocated on the specified
MemoryStack and initializes all its bits to zero.
- create(long) - Static method in class org.lwjgl.util.lmdb.MDBCmpFunc
-
Creates a MDBCmpFunc instance from the specified function pointer.
- create(MDBCmpFuncI) - Static method in class org.lwjgl.util.lmdb.MDBCmpFunc
-
Creates a MDBCmpFunc instance that delegates to the specified MDBCmpFuncI instance.
- create() - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new MDBEnvInfo instance allocated with BufferUtils.
- create(long) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new MDBEnvInfo instance for the specified memory address.
- create(int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
- create(long, int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
- create(long) - Static method in class org.lwjgl.util.lmdb.MDBMsgFunc
-
Creates a MDBMsgFunc instance from the specified function pointer.
- create(MDBMsgFuncI) - Static method in class org.lwjgl.util.lmdb.MDBMsgFunc
-
Creates a MDBMsgFunc instance that delegates to the specified MDBMsgFuncI instance.
- create(long) - Static method in class org.lwjgl.util.lmdb.MDBRelFunc
-
Creates a MDBRelFunc instance from the specified function pointer.
- create(MDBRelFuncI) - Static method in class org.lwjgl.util.lmdb.MDBRelFunc
-
Creates a MDBRelFunc instance that delegates to the specified MDBRelFuncI instance.
- create() - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new MDBStat instance allocated with BufferUtils.
- create(long) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new MDBStat instance for the specified memory address.
- create(int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
- create(long, int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
- create() - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new MDBVal instance allocated with BufferUtils.
- create(long) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new MDBVal instance for the specified memory address.
- create(int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
- create(long, int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
- createSafe(long) - Static method in class org.lwjgl.util.lmdb.MDBCmpFunc
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Like
create, but returns
null if
address is
NULL.
- createSafe(long, int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Like
create, but returns
null if
address is
NULL.
- createSafe(long) - Static method in class org.lwjgl.util.lmdb.MDBMsgFunc
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.util.lmdb.MDBRelFunc
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Like
create, but returns
null if
address is
NULL.
- createSafe(long, int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Like
create, but returns
null if
address is
NULL.
- createSafe(long) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Like
create, but returns
null if
address is
NULL.
- createSafe(long, int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Like
create, but returns
null if
address is
NULL.
- malloc() - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new MDBEnvInfo instance allocated with memAlloc.
- malloc(int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
- malloc() - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new MDBStat instance allocated with memAlloc.
- malloc(int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
- malloc() - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new MDBVal instance allocated with memAlloc.
- malloc(int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
- mallocStack() - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new MDBEnvInfo instance allocated on the thread-local MemoryStack.
- mallocStack(MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new MDBEnvInfo instance allocated on the specified MemoryStack.
- mallocStack(int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
- mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
- mallocStack() - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new MDBStat instance allocated on the thread-local MemoryStack.
- mallocStack(MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new MDBStat instance allocated on the specified MemoryStack.
- mallocStack(int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat.Buffer instance allocated on the thread-local
MemoryStack.
- mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat.Buffer instance allocated on the specified
MemoryStack.
- mallocStack() - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new MDBVal instance allocated on the thread-local MemoryStack.
- mallocStack(MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new MDBVal instance allocated on the specified MemoryStack.
- mallocStack(int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal.Buffer instance allocated on the thread-local
MemoryStack.
- mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal.Buffer instance allocated on the specified
MemoryStack.
- MDB_APPEND - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Write flags.
- MDB_APPENDDUP - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Write flags.
- MDB_BAD_DBI - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_BAD_RSLOT - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_BAD_TXN - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_BAD_VALSIZE - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- mdb_cmp(long, int, MDBVal, MDBVal) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Compares two data items according to a particular database.
- MDB_CORRUPTED - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_CP_COMPACT - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Copy flags.
- MDB_CREATE - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Database flags.
- MDB_CURRENT - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Write flags.
- mdb_cursor_close(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Closes a cursor handle.
- mdb_cursor_count(long, PointerBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Returns count of duplicates for current key.
- mdb_cursor_dbi(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Return the cursor's database handle.
- mdb_cursor_del(long, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Deletes current key/data pair.
- MDB_CURSOR_FULL - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- mdb_cursor_get(long, MDBVal, MDBVal, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Retrieves by cursor.
- mdb_cursor_open(long, int, PointerBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Creates a cursor handle.
- mdb_cursor_put(long, MDBVal, MDBVal, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Stores by cursor.
- mdb_cursor_renew(long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Renews a cursor handle.
- mdb_cursor_txn(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Returns the cursor's transaction handle.
- mdb_dbi_close(long, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Closes a database handle.
- mdb_dbi_flags(long, int, IntBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Retrieve the DB flags for a database handle.
- mdb_dbi_flags(long, int, int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
- mdb_dbi_open(long, ByteBuffer, int, IntBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Opens a database in the environment.
- mdb_dbi_open(long, CharSequence, int, IntBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Opens a database in the environment.
- mdb_dbi_open(long, ByteBuffer, int, int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
- mdb_dbi_open(long, CharSequence, int, int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
- MDB_DBS_FULL - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- mdb_dcmp(long, int, MDBVal, MDBVal) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Compares two data items according to a particular database.
- mdb_del(long, int, MDBVal, MDBVal) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Deletes items from a database.
- mdb_drop(long, int, boolean) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Empties or deletes+closes a database.
- MDB_DUPFIXED - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Database flags.
- MDB_DUPSORT - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Database flags.
- mdb_env_close(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Closes the environment and releases the memory map.
- mdb_env_copy(long, ByteBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Copies an LMDB environment to the specified path.
- mdb_env_copy(long, CharSequence) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Copies an LMDB environment to the specified path.
- mdb_env_copy2(long, ByteBuffer, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Copies an LMDB environment to the specified path, with options.
- mdb_env_copy2(long, CharSequence, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Copies an LMDB environment to the specified path, with options.
- mdb_env_create(PointerBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Creates an LMDB environment handle.
- mdb_env_get_flags(long, IntBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Gets environment flags.
- mdb_env_get_flags(long, int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
- mdb_env_get_maxkeysize(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Gets the maximum size of keys and
DUPSORT data we can write.
- mdb_env_get_maxreaders(long, IntBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Gets the maximum number of threads/reader slots for the environment.
- mdb_env_get_maxreaders(long, int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
- mdb_env_get_path(long, PointerBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Returns the path that was used in
env_open.
- mdb_env_get_userctx(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Gets the application information associated with the MDB_env.
- mdb_env_info(long, MDBEnvInfo) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Returns information about the LMDB environment.
- mdb_env_open(long, ByteBuffer, int, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Opens an environment handle.
- mdb_env_open(long, CharSequence, int, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Opens an environment handle.
- mdb_env_set_flags(long, int, boolean) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Sets environment flags.
- mdb_env_set_mapsize(long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Sets the size of the memory map to use for this environment.
- mdb_env_set_maxdbs(long, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Sets the maximum number of named databases for the environment.
- mdb_env_set_maxreaders(long, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Sets the maximum number of threads/reader slots for the environment.
- mdb_env_set_userctx(long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Set application information associated with the MDB_env.
- mdb_env_stat(long, MDBStat) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Returns statistics about the LMDB environment.
- mdb_env_sync(long, boolean) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Flushes the data buffers to disk.
- MDB_FIRST - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- MDB_FIRST_DUP - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- MDB_FIXEDMAP - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Environment flags.
- mdb_get(long, int, MDBVal, MDBVal) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Gets items from a database.
- MDB_GET_BOTH - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- MDB_GET_BOTH_RANGE - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- MDB_GET_CURRENT - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- MDB_GET_MULTIPLE - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- MDB_INCOMPATIBLE - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_INTEGERDUP - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Database flags.
- MDB_INTEGERKEY - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Database flags.
- MDB_INVALID - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_KEYEXIST - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_LAST - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- MDB_LAST_DUP - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- MDB_LAST_ERRCODE - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_MAP_FULL - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_MAP_RESIZED - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_MAPASYNC - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Environment flags.
- MDB_MULTIPLE - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Write flags.
- MDB_NEXT - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- MDB_NEXT_DUP - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- MDB_NEXT_MULTIPLE - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- MDB_NEXT_NODUP - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- MDB_NODUPDATA - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Write flags.
- MDB_NOLOCK - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Environment flags.
- MDB_NOMEMINIT - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Environment flags.
- MDB_NOMETASYNC - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Environment flags.
- MDB_NOOVERWRITE - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Write flags.
- MDB_NORDAHEAD - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Environment flags.
- MDB_NOSUBDIR - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Environment flags.
- MDB_NOSYNC - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Environment flags.
- MDB_NOTFOUND - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_NOTLS - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Environment flags.
- MDB_PAGE_FULL - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_PAGE_NOTFOUND - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_PANIC - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_PREV - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- MDB_PREV_DUP - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- MDB_PREV_MULTIPLE - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- MDB_PREV_NODUP - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- mdb_put(long, int, MDBVal, MDBVal, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Stores items into a database.
- MDB_RDONLY - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Environment flags.
- mdb_reader_check(long, IntBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Checks for stale entries in the reader lock table.
- mdb_reader_check(long, int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
- mdb_reader_list(long, MDBMsgFuncI, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Dumps the entries in the reader lock table.
- MDB_READERS_FULL - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_RESERVE - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Write flags.
- MDB_REVERSEDUP - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Database flags.
- MDB_REVERSEKEY - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Database flags.
- MDB_SET - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- mdb_set_compare(long, int, MDBCmpFuncI) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Sets a custom key comparison function for a database.
- mdb_set_dupsort(long, int, MDBCmpFuncI) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Sets a custom data comparison function for a
DUPSORT database.
- MDB_SET_KEY - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- MDB_SET_RANGE - Static variable in class org.lwjgl.util.lmdb.LMDB
-
MDB_cursor_op
- mdb_set_relctx(long, int, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Sets a context pointer for a
FIXEDMAP database's relocation function.
- mdb_set_relfunc(long, int, MDBRelFuncI) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Sets a relocation function for a
FIXEDMAP database.
- mdb_stat(long, int, MDBStat) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Retrieves statistics for a database.
- mdb_strerror(int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Returns a string describing a given error code.
- MDB_SUCCESS - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_TLS_FULL - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- mdb_txn_abort(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Abandons all the operations of the transaction instead of saving them.
- mdb_txn_begin(long, long, int, PointerBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Creates a transaction for use with the environment.
- mdb_txn_commit(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Commits all the operations of a transaction into the database.
- mdb_txn_env(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Returns the transaction's MDB_env.
- MDB_TXN_FULL - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- mdb_txn_id(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Returns the transaction's ID.
- mdb_txn_renew(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Renews a read-only transaction.
- mdb_txn_reset(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Resets a read-only transaction.
- mdb_version(IntBuffer, IntBuffer, IntBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Returns the LMDB library version information.
- mdb_version(int[], int[], int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
- MDB_VERSION_MISMATCH - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- MDB_WRITEMAP - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Environment flags.
- MDBCmpFunc - Class in org.lwjgl.util.lmdb
-
Type
- MDBCmpFuncI - Interface in org.lwjgl.util.lmdb
-
Type
- MDBEnvInfo - Class in org.lwjgl.util.lmdb
-
Information about the environment.
- MDBEnvInfo(ByteBuffer) - Constructor for class org.lwjgl.util.lmdb.MDBEnvInfo
-
Creates a MDBEnvInfo instance at the current position of the specified ByteBuffer container.
- MDBEnvInfo.Buffer - Class in org.lwjgl.util.lmdb
-
- MDBMsgFunc - Class in org.lwjgl.util.lmdb
-
A callback function used to print a message from the library.
- MDBMsgFuncI - Interface in org.lwjgl.util.lmdb
-
A callback function used to print a message from the library.
- MDBRelFunc - Class in org.lwjgl.util.lmdb
-
A callback function used to relocate a position-dependent data item in a fixed-address database.
- MDBRelFuncI - Interface in org.lwjgl.util.lmdb
-
A callback function used to relocate a position-dependent data item in a fixed-address database.
- MDBStat - Class in org.lwjgl.util.lmdb
-
Statistics for a database in the environment.
- MDBStat(ByteBuffer) - Constructor for class org.lwjgl.util.lmdb.MDBStat
-
Creates a MDBStat instance at the current position of the specified ByteBuffer container.
- MDBStat.Buffer - Class in org.lwjgl.util.lmdb
-
- MDBVal - Class in org.lwjgl.util.lmdb
-
Generic structure used for passing keys and data in and out of the database.
- MDBVal(ByteBuffer) - Constructor for class org.lwjgl.util.lmdb.MDBVal
-
Creates a MDBVal instance at the current position of the specified ByteBuffer container.
- MDBVal.Buffer - Class in org.lwjgl.util.lmdb
-
- me_last_pgno() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the me_last_pgno field.
- ME_LAST_PGNO - Static variable in class org.lwjgl.util.lmdb.MDBEnvInfo
-
The struct member offsets.
- me_last_pgno() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns the value of the me_last_pgno field.
- me_last_txnid() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the me_last_txnid field.
- ME_LAST_TXNID - Static variable in class org.lwjgl.util.lmdb.MDBEnvInfo
-
The struct member offsets.
- me_last_txnid() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns the value of the me_last_txnid field.
- me_mapaddr() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the me_mapaddr field.
- ME_MAPADDR - Static variable in class org.lwjgl.util.lmdb.MDBEnvInfo
-
The struct member offsets.
- me_mapaddr() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns the value of the me_mapaddr field.
- me_mapsize() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the me_mapsize field.
- ME_MAPSIZE - Static variable in class org.lwjgl.util.lmdb.MDBEnvInfo
-
The struct member offsets.
- me_mapsize() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns the value of the me_mapsize field.
- me_maxreaders() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the me_maxreaders field.
- ME_MAXREADERS - Static variable in class org.lwjgl.util.lmdb.MDBEnvInfo
-
The struct member offsets.
- me_maxreaders() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns the value of the me_maxreaders field.
- me_numreaders() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the me_numreaders field.
- ME_NUMREADERS - Static variable in class org.lwjgl.util.lmdb.MDBEnvInfo
-
The struct member offsets.
- me_numreaders() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns the value of the me_numreaders field.
- ms_branch_pages() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the ms_branch_pages field.
- MS_BRANCH_PAGES - Static variable in class org.lwjgl.util.lmdb.MDBStat
-
The struct member offsets.
- ms_branch_pages() - Method in class org.lwjgl.util.lmdb.MDBStat
-
Returns the value of the ms_branch_pages field.
- ms_depth() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the ms_depth field.
- MS_DEPTH - Static variable in class org.lwjgl.util.lmdb.MDBStat
-
The struct member offsets.
- ms_depth() - Method in class org.lwjgl.util.lmdb.MDBStat
-
Returns the value of the ms_depth field.
- ms_entries() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the ms_entries field.
- MS_ENTRIES - Static variable in class org.lwjgl.util.lmdb.MDBStat
-
The struct member offsets.
- ms_entries() - Method in class org.lwjgl.util.lmdb.MDBStat
-
Returns the value of the ms_entries field.
- ms_leaf_pages() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the ms_leaf_pages field.
- MS_LEAF_PAGES - Static variable in class org.lwjgl.util.lmdb.MDBStat
-
The struct member offsets.
- ms_leaf_pages() - Method in class org.lwjgl.util.lmdb.MDBStat
-
Returns the value of the ms_leaf_pages field.
- ms_overflow_pages() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the ms_overflow_pages field.
- MS_OVERFLOW_PAGES - Static variable in class org.lwjgl.util.lmdb.MDBStat
-
The struct member offsets.
- ms_overflow_pages() - Method in class org.lwjgl.util.lmdb.MDBStat
-
Returns the value of the ms_overflow_pages field.
- ms_psize() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the ms_psize field.
- MS_PSIZE - Static variable in class org.lwjgl.util.lmdb.MDBStat
-
The struct member offsets.
- ms_psize() - Method in class org.lwjgl.util.lmdb.MDBStat
-
Returns the value of the ms_psize field.
- mv_data() - Method in class org.lwjgl.util.lmdb.MDBVal.Buffer
-
Returns a ByteBuffer view of the data pointed to by the mv_data field.
- mv_data(ByteBuffer) - Method in class org.lwjgl.util.lmdb.MDBVal.Buffer
-
Sets the address of the specified ByteBuffer to the mv_data field.
- MV_DATA - Static variable in class org.lwjgl.util.lmdb.MDBVal
-
The struct member offsets.
- mv_data() - Method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a ByteBuffer view of the data pointed to by the mv_data field.
- mv_data(ByteBuffer) - Method in class org.lwjgl.util.lmdb.MDBVal
-
Sets the address of the specified ByteBuffer to the mv_data field.
- mv_size() - Method in class org.lwjgl.util.lmdb.MDBVal.Buffer
-
Returns the value of the mv_size field.
- mv_size(long) - Method in class org.lwjgl.util.lmdb.MDBVal.Buffer
-
Sets the specified value to the mv_size field.
- MV_SIZE - Static variable in class org.lwjgl.util.lmdb.MDBVal
-
The struct member offsets.
- mv_size() - Method in class org.lwjgl.util.lmdb.MDBVal
-
Returns the value of the mv_size field.
- mv_size(long) - Method in class org.lwjgl.util.lmdb.MDBVal
-
Sets the specified value to the mv_size field.