A B C G I L M N O S
A
- ALIGNOF - Static variable in class org.lwjgl.util.lmdb.MDBEnvInfo
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.lmdb.MDBStat
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.lmdb.MDBVal
-
The struct alignment in bytes.
B
- Buffer(long, int) - Constructor for class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.lmdb.MDBStat.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.lmdb.MDBVal.Buffer
- Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Creates a new
MDBEnvInfo.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Creates a new
MDBStat.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lmdb.MDBVal.Buffer
-
Creates a new
MDBVal.Buffer
instance 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
MDBEnvInfo
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal.Buffer
instance allocated withmemCalloc
. - callocStack() - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo
instance allocated on the thread-localMemoryStack
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-localMemoryStack
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-localMemoryStack
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-localMemoryStack
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-localMemoryStack
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-localMemoryStack
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 specifiedMemoryStack
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 specifiedMemoryStack
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 specifiedMemoryStack
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 specifiedMemoryStack
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 specifiedMemoryStack
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 specifiedMemoryStack
and initializes all its bits to zero. - create() - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal.Buffer
instance allocated withBufferUtils
. - create(long) - Static method in class org.lwjgl.util.lmdb.MDBCmpFunc
-
Creates a
MDBCmpFunc
instance from the specified function pointer. - create(long) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo
instance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.lmdb.MDBMsgFunc
-
Creates a
MDBMsgFunc
instance from the specified function pointer. - create(long) - Static method in class org.lwjgl.util.lmdb.MDBRelFunc
-
Creates a
MDBRelFunc
instance from the specified function pointer. - create(long) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat
instance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal
instance for the specified memory address. - create(long, int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Create a
MDBEnvInfo.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Create a
MDBStat.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Create a
MDBVal.Buffer
instance at the specified memory. - create(MDBCmpFuncI) - Static method in class org.lwjgl.util.lmdb.MDBCmpFunc
-
Creates a
MDBCmpFunc
instance that delegates to the specifiedMDBCmpFuncI
instance. - create(MDBMsgFuncI) - Static method in class org.lwjgl.util.lmdb.MDBMsgFunc
-
Creates a
MDBMsgFunc
instance that delegates to the specifiedMDBMsgFuncI
instance. - create(MDBRelFuncI) - Static method in class org.lwjgl.util.lmdb.MDBRelFunc
-
Creates a
MDBRelFunc
instance that delegates to the specifiedMDBRelFuncI
instance. - createSafe(long) - Static method in class org.lwjgl.util.lmdb.MDBCmpFunc
- createSafe(long) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
- createSafe(long) - Static method in class org.lwjgl.util.lmdb.MDBMsgFunc
- createSafe(long) - Static method in class org.lwjgl.util.lmdb.MDBRelFunc
- createSafe(long) - Static method in class org.lwjgl.util.lmdb.MDBStat
- createSafe(long) - Static method in class org.lwjgl.util.lmdb.MDBVal
- createSafe(long, int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
- createSafe(long, int) - Static method in class org.lwjgl.util.lmdb.MDBStat
- createSafe(long, int) - Static method in class org.lwjgl.util.lmdb.MDBVal
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
MDBEnvInfo
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal.Buffer
instance allocated withmemAlloc
. - mallocStack() - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns a new
MDBEnvInfo
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Returns a new
MDBStat
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a new
MDBVal
instance 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
DUPSORT
data 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_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
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(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
-
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 specifiedByteBuffer
container. - MDBEnvInfo.Buffer - Class in org.lwjgl.util.lmdb
-
An array of
MDBEnvInfo
structs. - 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 specifiedByteBuffer
container. - MDBStat.Buffer - Class in org.lwjgl.util.lmdb
-
An array of
MDBStat
structs. - 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 specifiedByteBuffer
container. - MDBVal.Buffer - Class in org.lwjgl.util.lmdb
-
An array of
MDBVal
structs. - me_last_pgno() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the
me_last_pgno
field. - me_last_pgno() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
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_txnid() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the
me_last_txnid
field. - me_last_txnid() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
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_mapaddr() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the
me_mapaddr
field. - me_mapaddr() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns the value of the
me_mapaddr
field. - ME_MAPADDR - Static variable in class org.lwjgl.util.lmdb.MDBEnvInfo
-
The struct member offsets.
- me_mapsize() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the
me_mapsize
field. - me_mapsize() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns the value of the
me_mapsize
field. - ME_MAPSIZE - Static variable in class org.lwjgl.util.lmdb.MDBEnvInfo
-
The struct member offsets.
- me_maxreaders() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the
me_maxreaders
field. - me_maxreaders() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns the value of the
me_maxreaders
field. - ME_MAXREADERS - Static variable in class org.lwjgl.util.lmdb.MDBEnvInfo
-
The struct member offsets.
- me_numreaders() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo.Buffer
-
Returns the value of the
me_numreaders
field. - me_numreaders() - Method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Returns the value of the
me_numreaders
field. - ME_NUMREADERS - Static variable in class org.lwjgl.util.lmdb.MDBEnvInfo
-
The struct member offsets.
- ms_branch_pages() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the
ms_branch_pages
field. - ms_branch_pages() - Method in class org.lwjgl.util.lmdb.MDBStat
-
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_depth() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the
ms_depth
field. - ms_depth() - Method in class org.lwjgl.util.lmdb.MDBStat
-
Returns the value of the
ms_depth
field. - MS_DEPTH - Static variable in class org.lwjgl.util.lmdb.MDBStat
-
The struct member offsets.
- ms_entries() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the
ms_entries
field. - ms_entries() - Method in class org.lwjgl.util.lmdb.MDBStat
-
Returns the value of the
ms_entries
field. - MS_ENTRIES - Static variable in class org.lwjgl.util.lmdb.MDBStat
-
The struct member offsets.
- ms_leaf_pages() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the
ms_leaf_pages
field. - ms_leaf_pages() - Method in class org.lwjgl.util.lmdb.MDBStat
-
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_overflow_pages() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the
ms_overflow_pages
field. - ms_overflow_pages() - Method in class org.lwjgl.util.lmdb.MDBStat
-
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_psize() - Method in class org.lwjgl.util.lmdb.MDBStat.Buffer
-
Returns the value of the
ms_psize
field. - ms_psize() - Method in class org.lwjgl.util.lmdb.MDBStat
-
Returns the value of the
ms_psize
field. - MS_PSIZE - Static variable in class org.lwjgl.util.lmdb.MDBStat
-
The struct member offsets.
- mv_data() - Method in class org.lwjgl.util.lmdb.MDBVal.Buffer
-
Returns a
ByteBuffer
view of the data pointed to by themv_data
field. - mv_data() - Method in class org.lwjgl.util.lmdb.MDBVal
-
Returns a
ByteBuffer
view of the data pointed to by themv_data
field. - mv_data(ByteBuffer) - Method in class org.lwjgl.util.lmdb.MDBVal.Buffer
-
Sets the address of the specified
ByteBuffer
to themv_data
field. - mv_data(ByteBuffer) - Method in class org.lwjgl.util.lmdb.MDBVal
-
Sets the address of the specified
ByteBuffer
to themv_data
field. - MV_DATA - Static variable in class org.lwjgl.util.lmdb.MDBVal
-
The struct member offsets.
- mv_size() - Method in class org.lwjgl.util.lmdb.MDBVal.Buffer
-
Returns the value of the
mv_size
field. - 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.Buffer
-
Sets the specified value to the
mv_size
field. - mv_size(long) - Method in class org.lwjgl.util.lmdb.MDBVal
-
Sets the specified value to the
mv_size
field. - MV_SIZE - Static variable in class org.lwjgl.util.lmdb.MDBVal
-
The struct member offsets.
N
- nmdb_cmp(long, int, long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
cmp
- nmdb_cursor_close(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
cursor_close
- nmdb_cursor_count(long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
cursor_count
- nmdb_cursor_dbi(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
cursor_dbi
- nmdb_cursor_del(long, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
cursor_del
- nmdb_cursor_get(long, long, long, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
cursor_get
- nmdb_cursor_open(long, int, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
cursor_open
- nmdb_cursor_put(long, long, long, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
cursor_put
- nmdb_cursor_renew(long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
cursor_renew
- nmdb_cursor_txn(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
cursor_txn
- nmdb_dbi_close(long, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
dbi_close
- nmdb_dbi_flags(long, int, int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Array version of:
LMDB.nmdb_dbi_flags(long, int, long)
- nmdb_dbi_flags(long, int, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
dbi_flags
- nmdb_dbi_open(long, long, int, int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Array version of:
LMDB.nmdb_dbi_open(long, long, int, long)
- nmdb_dbi_open(long, long, int, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
dbi_open
- nmdb_dcmp(long, int, long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
dcmp
- nmdb_del(long, int, long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
del
- nmdb_drop(long, int, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
drop
- nmdb_env_close(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_close
- nmdb_env_copy(long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_copy
- nmdb_env_copy2(long, long, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_copy2
- nmdb_env_create(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_create
- nmdb_env_get_flags(long, int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Array version of:
LMDB.nmdb_env_get_flags(long, long)
- nmdb_env_get_flags(long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_get_flags
- nmdb_env_get_maxkeysize(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_get_maxkeysize
- nmdb_env_get_maxreaders(long, int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Array version of:
LMDB.nmdb_env_get_maxreaders(long, long)
- nmdb_env_get_maxreaders(long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_get_maxreaders
- nmdb_env_get_path(long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_get_path
- nmdb_env_get_userctx(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_get_userctx
- nmdb_env_info(long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_info
- nmdb_env_open(long, long, int, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_open
- nmdb_env_set_flags(long, int, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_set_flags
- nmdb_env_set_mapsize(long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_set_mapsize
- nmdb_env_set_maxdbs(long, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_set_maxdbs
- nmdb_env_set_maxreaders(long, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_set_maxreaders
- nmdb_env_set_userctx(long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_set_userctx
- nmdb_env_stat(long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_stat
- nmdb_env_sync(long, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
env_sync
- nmdb_get(long, int, long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
get
- nmdb_put(long, int, long, long, int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
put
- nmdb_reader_check(long, int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Array version of:
LMDB.nmdb_reader_check(long, long)
- nmdb_reader_check(long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
reader_check
- nmdb_reader_list(long, long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
reader_list
- nmdb_set_compare(long, int, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
set_compare
- nmdb_set_dupsort(long, int, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
set_dupsort
- nmdb_set_relctx(long, int, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
set_relctx
- nmdb_set_relfunc(long, int, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
set_relfunc
- nmdb_stat(long, int, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
stat
- nmdb_strerror(int) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
strerror
- nmdb_txn_abort(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
txn_abort
- nmdb_txn_begin(long, long, int, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
txn_begin
- nmdb_txn_commit(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
txn_commit
- nmdb_txn_env(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
txn_env
- nmdb_txn_id(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
txn_id
- nmdb_txn_renew(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
txn_renew
- nmdb_txn_reset(long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
txn_reset
- nmdb_version(int[], int[], int[]) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Array version of:
LMDB.nmdb_version(long, long, long)
- nmdb_version(long, long, long) - Static method in class org.lwjgl.util.lmdb.LMDB
-
Unsafe version of:
version
- nme_last_pgno(long) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Unsafe version of
MDBEnvInfo.me_last_pgno()
. - nme_last_txnid(long) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Unsafe version of
MDBEnvInfo.me_last_txnid()
. - nme_mapaddr(long) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Unsafe version of
MDBEnvInfo.me_mapaddr()
. - nme_mapsize(long) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Unsafe version of
MDBEnvInfo.me_mapsize()
. - nme_maxreaders(long) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Unsafe version of
MDBEnvInfo.me_maxreaders()
. - nme_numreaders(long) - Static method in class org.lwjgl.util.lmdb.MDBEnvInfo
-
Unsafe version of
MDBEnvInfo.me_numreaders()
. - nms_branch_pages(long) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Unsafe version of
MDBStat.ms_branch_pages()
. - nms_depth(long) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Unsafe version of
MDBStat.ms_depth()
. - nms_entries(long) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Unsafe version of
MDBStat.ms_entries()
. - nms_leaf_pages(long) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Unsafe version of
MDBStat.ms_leaf_pages()
. - nms_overflow_pages(long) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Unsafe version of
MDBStat.ms_overflow_pages()
. - nms_psize(long) - Static method in class org.lwjgl.util.lmdb.MDBStat
-
Unsafe version of
MDBStat.ms_psize()
. - nmv_data(long) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Unsafe version of
mv_data
. - nmv_data(long, ByteBuffer) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Unsafe version of
mv_data
. - nmv_size(long) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Unsafe version of
MDBVal.mv_size()
. - nmv_size(long, long) - Static method in class org.lwjgl.util.lmdb.MDBVal
-
Sets the specified value to the
mv_size
field of the specifiedstruct
.
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
- sizeof() - Method in class org.lwjgl.util.lmdb.MDBStat
- 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.