B C G I L M O S
B
- Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Creates a new
MDBEnvInfo.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Creates a new
MDBStat.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lmdb.MDBVal.Buffer
-
Creates a new
MDBVal.Bufferinstance backed by the specified container.
C
- 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
MDBEnvInfoinstance allocated withmemCalloc. - calloc() - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStatinstance allocated withmemCalloc. - calloc() - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBValinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo.Bufferinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat.Bufferinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal.Bufferinstance allocated withmemCalloc. - callocStack() - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfoinstance allocated on the thread-localMemoryStackand initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStatinstance allocated on the thread-localMemoryStackand initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBValinstance allocated on the thread-localMemoryStackand initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfoinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStatinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBValinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - create() - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfoinstance allocated withBufferUtils. - create() - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStatinstance allocated withBufferUtils. - create() - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBValinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo.Bufferinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat.Bufferinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal.Bufferinstance allocated withBufferUtils. - create(long) - Static method in class org.lwjgl.util.lmdb.MDBCmpFunc
-
Creates a
MDBCmpFuncinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
- create(long) - Static method in class org.lwjgl.util.lmdb.MDBMsgFunc
-
Creates a
MDBMsgFuncinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.util.lmdb.MDBRelFunc
-
Creates a
MDBRelFuncinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.util.lmdb.MDBStat
- create(long) - Static method in class org.lwjgl.util.lmdb.MDBVal
- create(long, int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Create a
MDBEnvInfo.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Create a
MDBStat.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Create a
MDBVal.Bufferinstance at the specified memory. - create(MDBCmpFuncI) - Static method in class org.lwjgl.util.lmdb.MDBCmpFunc
-
Creates a
MDBCmpFuncinstance that delegates to the specifiedMDBCmpFuncIinstance. - create(MDBMsgFuncI) - Static method in class org.lwjgl.util.lmdb.MDBMsgFunc
-
Creates a
MDBMsgFuncinstance that delegates to the specifiedMDBMsgFuncIinstance. - create(MDBRelFuncI) - Static method in class org.lwjgl.util.lmdb.MDBRelFunc
-
Creates a
MDBRelFuncinstance that delegates to the specifiedMDBRelFuncIinstance.
G
- getSignature() - Method in interface org.lwjgl.util.lmdb.MDBCmpFuncI
- getSignature() - Method in interface org.lwjgl.util.lmdb.MDBMsgFuncI
- getSignature() - Method in interface org.lwjgl.util.lmdb.MDBRelFuncI
I
- invoke(long, long) - Method in interface org.lwjgl.util.lmdb.MDBCmpFuncI
-
A callback function used to compare two keys in a database.
- invoke(long, long) - Method in interface org.lwjgl.util.lmdb.MDBMsgFuncI
-
A callback function used to print a message from the library.
- invoke(long, long, long, long) - Method in interface org.lwjgl.util.lmdb.MDBRelFuncI
-
A callback function used to relocate a position-dependent data item in a fixed-address database.
L
- LMDB - Class in org.lwjgl.util.lmdb
-
Contains bindings to LMDB, the Symas Lightning Memory-Mapped Database.
M
- malloc() - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfoinstance allocated withmemAlloc. - malloc() - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStatinstance allocated withmemAlloc. - malloc() - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBValinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo.Bufferinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat.Bufferinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal.Bufferinstance allocated withmemAlloc. - mallocStack() - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfoinstance allocated on the thread-localMemoryStack. - mallocStack() - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStatinstance allocated on the thread-localMemoryStack. - mallocStack() - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBValinstance allocated on the thread-localMemoryStack. - mallocStack(int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo.Bufferinstance allocated on the thread-localMemoryStack. - mallocStack(int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat.Bufferinstance allocated on the thread-localMemoryStack. - mallocStack(int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal.Bufferinstance allocated on the thread-localMemoryStack. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo.Bufferinstance allocated on the specifiedMemoryStack. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat.Bufferinstance allocated on the specifiedMemoryStack. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal.Bufferinstance allocated on the specifiedMemoryStack. - mallocStack(MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfoinstance allocated on the specifiedMemoryStack. - mallocStack(MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStatinstance allocated on the specifiedMemoryStack. - mallocStack(MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBValinstance allocated on the specifiedMemoryStack. - 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, int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Array version of:
dbi_flags - 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_open(long, CharSequence, int, int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Array version of:
dbi_open - 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
-
Array version of:
dbi_open - mdb_dbi_open(long, ByteBuffer, int, IntBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Opens a database in the environment.
- 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, CharSequence) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Copies an LMDB environment to the specified path.
- mdb_env_copy(long, ByteBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Copies an LMDB environment to the specified path.
- 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_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_create(PointerBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Creates an LMDB environment handle.
- mdb_env_get_flags(long, int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Array version of:
env_get_flags - mdb_env_get_flags(long, IntBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Gets environment flags.
- mdb_env_get_maxkeysize(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Gets the maximum size of keys and
DUPSORTdata we can write. - mdb_env_get_maxreaders(long, int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Array version of:
env_get_maxreaders - 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_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, CharSequence, int, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Opens an environment handle.
- mdb_env_open(long, ByteBuffer, 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_PREVMETA - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Environment flags.
- MDB_PROBLEM - Static variable in class org.lwjgl.util.lmdb.LMDB
-
Return codes.
- 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, int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Array version of:
reader_check - 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_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
DUPSORTdatabase. - 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
FIXEDMAPdatabase's relocation function. - mdb_set_relfunc(long, int, MDBRelFuncI) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Sets a relocation function for a
FIXEDMAPdatabase. - 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(int[], int[], int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Array version of:
version - mdb_version(IntBuffer, IntBuffer, IntBuffer) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Returns the LMDB library version information.
- 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
- MDBCmpFuncI - Interface in org.lwjgl.util.lmdb
- MDBEnvInfo - Class in org.lwjgl.util.lmdb
-
Information about the environment.
- MDBEnvInfo(ByteBuffer) - Constructor for class org.lwjgl.util.lmdb.MDBEnvInfo
-
Creates a
MDBEnvInfoinstance at the current position of the specifiedByteBuffercontainer. - MDBEnvInfo.Buffer - Class in org.lwjgl.util.lmdb
-
An array of
MDBEnvInfostructs. - 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
MDBStatinstance at the current position of the specifiedByteBuffercontainer. - MDBStat.Buffer - Class in org.lwjgl.util.lmdb
-
An array of
MDBStatstructs. - 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
MDBValinstance at the current position of the specifiedByteBuffercontainer. - MDBVal.Buffer - Class in org.lwjgl.util.lmdb
-
An array of
MDBValstructs. - me_last_pgno() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the
me_last_pgnofield. - me_last_pgno() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns the value of the
me_last_pgnofield. - me_last_txnid() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the
me_last_txnidfield. - me_last_txnid() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns the value of the
me_last_txnidfield. - me_mapaddr() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the
me_mapaddrfield. - me_mapaddr() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns the value of the
me_mapaddrfield. - me_mapsize() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the
me_mapsizefield. - me_mapsize() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns the value of the
me_mapsizefield. - me_maxreaders() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the
me_maxreadersfield. - me_maxreaders() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns the value of the
me_maxreadersfield. - me_numreaders() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the
me_numreadersfield. - me_numreaders() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns the value of the
me_numreadersfield. - ms_branch_pages() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the
ms_branch_pagesfield. - ms_branch_pages() - Method in class org.lwjgl.util.lmdb.MDBStat
-
Returns the value of the
ms_branch_pagesfield. - ms_depth() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the
ms_depthfield. - ms_depth() - Method in class org.lwjgl.util.lmdb.MDBStat
-
Returns the value of the
ms_depthfield. - ms_entries() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the
ms_entriesfield. - ms_entries() - Method in class org.lwjgl.util.lmdb.MDBStat
-
Returns the value of the
ms_entriesfield. - ms_leaf_pages() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the
ms_leaf_pagesfield. - ms_leaf_pages() - Method in class org.lwjgl.util.lmdb.MDBStat
-
Returns the value of the
ms_leaf_pagesfield. - ms_overflow_pages() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the
ms_overflow_pagesfield. - ms_overflow_pages() - Method in class org.lwjgl.util.lmdb.MDBStat
-
Returns the value of the
ms_overflow_pagesfield. - ms_psize() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the
ms_psizefield. - ms_psize() - Method in class org.lwjgl.util.lmdb.MDBStat
-
Returns the value of the
ms_psizefield. - mv_data() - Method in class org.lwjgl.util.lmdb.MDBVal.Buffer
-
Returns a
ByteBufferview of the data pointed to by themv_datafield. - mv_data() - Method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a
ByteBufferview of the data pointed to by themv_datafield. - mv_data(ByteBuffer) - Method in class org.lwjgl.util.lmdb.MDBVal.Buffer
-
Sets the address of the specified
ByteBufferto themv_datafield. - mv_data(ByteBuffer) - Method in class org.lwjgl.util.lmdb.MDBVal
-
Sets the address of the specified
ByteBufferto themv_datafield. - mv_size() - Method in class org.lwjgl.util.lmdb.MDBVal.Buffer
-
Returns the value of the
mv_sizefield. - mv_size() - Method in class org.lwjgl.util.lmdb.MDBVal
-
Returns the value of the
mv_sizefield. - mv_size(long) - Method in class org.lwjgl.util.lmdb.MDBVal.Buffer
-
Sets the specified value to the
mv_sizefield. - mv_size(long) - Method in class org.lwjgl.util.lmdb.MDBVal
-
Sets the specified value to the
mv_sizefield.
O
- org.lwjgl.util.lmdb - package org.lwjgl.util.lmdb
-
Bindings to LMDB, the Symas Lightning Memory-Mapped Database.
S
- set(long, ByteBuffer) - Method in class org.lwjgl.util.lmdb.MDBVal
-
Initializes this struct with the specified values.
- set(MDBVal) - Method in class org.lwjgl.util.lmdb.MDBVal
-
Copies the specified struct data to this struct.
- SIGNATURE - Static variable in interface org.lwjgl.util.lmdb.MDBCmpFuncI
- SIGNATURE - Static variable in interface org.lwjgl.util.lmdb.MDBMsgFuncI
- SIGNATURE - Static variable in interface org.lwjgl.util.lmdb.MDBRelFuncI
- sizeof() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
- sizeof() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
- sizeof() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
- sizeof() - Method in class org.lwjgl.util.lmdb.MDBStat
- sizeof() - Method in class org.lwjgl.util.lmdb.MDBVal.Buffer
- sizeof() - Method in class org.lwjgl.util.lmdb.MDBVal
- SIZEOF - Static variable in class org.lwjgl.util.lmdb.MDBEnvInfo
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.lmdb.MDBStat
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.lmdb.MDBVal
-
The struct size in bytes.