A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages

A

ABORT - org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.Decision
 
addAsterisk(String, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
addStoreEventListener(StoreEventListener) - Method in class org.dizitart.no2.mvstore.MVStoreConfig
 
addStoreEventListener(StoreEventListener) - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
Adds a StoreEventListener to the module builder.
allocate(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FreeSpaceBitSet
Allocate a number of blocks and mark them as used.
ALLOWED_CLASSES - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
append(K, V) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Appends entry to this map.
appendHex(StringBuilder, long, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
appendMap(StringBuilder, String, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Append a key-value pair to the string builder.
appendMap(StringBuilder, String, long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Append a key-value pair to the string builder.
appendMap(StringBuilder, String, String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Append a key-value pair to the string builder.
appendMap(StringBuilder, HashMap<String, ?>) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Append a map to the string builder, sorted by key.
appendZeroPadded(StringBuilder, int, long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
arrayCombine(String[], char) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
arraySplit(String, char, boolean) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
asString() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk
Get the chunk data as a string.
AUTH_CONFIG_FILE - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
autoCommit() - Method in class org.dizitart.no2.mvstore.MVStoreConfig
Indicates whether auto-commit mode is enabled for the MVStore.
autoCommit() - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
Flag to enable/disable auto-commit mode.
autoCommit(boolean) - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
Flag to enable/disable auto-commit mode.
autoCommitBufferSize() - Method in class org.dizitart.no2.mvstore.MVStoreConfig
The size of the buffer used for auto-commit operations.
autoCommitBufferSize() - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
The size of the buffer used for auto-commit.
autoCommitBufferSize(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Set the size of the write buffer, in KB disk space (for file-based stores).
autoCommitBufferSize(int) - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
The size of the buffer used for auto-commit.
autoCommitDisabled() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Disable auto-commit, by setting the auto-commit delay and auto-commit buffer size to 0.
autoCompact() - Method in class org.dizitart.no2.mvstore.MVStoreConfig
Sets a value indicating whether the MVStore should automatically compact itself when it is closed.
autoCompactFillRate(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Set the auto-compact target fill rate.

B

backgroundExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Set the listener to be used for exceptions that occur when writing in the background thread.
BIG_DECIMAL_IS_DECIMAL - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
BIND_ADDRESS - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
Bits - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.util
 
block - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk
The start block number within the file.
build() - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
Builds an instance of MVStoreModule with the configured parameters.
Builder() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.Builder
 
Builder() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Creates new instance of MVStore.Builder.

C

cache(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
cacheConcurrency() - Method in class org.dizitart.no2.mvstore.MVStoreConfig
The number of threads that can concurrently access the MVStore cache.
cacheConcurrency() - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
The read cache concurrency used by MVStore.
cacheConcurrency(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Set the read cache concurrency.
cacheConcurrency(int) - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
The read cache concurrency used by MVStore.
CacheLongKeyLIRS<V> - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.cache
A scan resistant cache that uses keys of type long.
CacheLongKeyLIRS(CacheLongKeyLIRS.Config) - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Create a new cache with the given memory size.
CacheLongKeyLIRS.Config - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.cache
The cache configuration.
cacheSize() - Method in class org.dizitart.no2.mvstore.MVStoreConfig
The size of the cache (in KB) used by the MVStore.
cacheSize() - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
The size of the read cache in MB used by the MVStore.
cacheSize(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Set the read cache size in MB.
cacheSize(int) - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
The size of the read cache in MB used by the MVStore.
canWrite() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
canWrite() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
canWrite() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
canWrite(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
capacity() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Get the capacity.
ceilingKey(K) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the smallest key that is larger or equal to this key.
ceilingKey(Page, K) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the smallest key that is larger or equal to this key, for the given root page.
CHECK - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
checkArgument(boolean, String, Object...) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Throw an IllegalArgumentException if the argument is invalid.
Chunk - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
A chunk of data, containing one or multiple pages.
Chunk.PositionComparator - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
 
clear() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Remove all entries.
clear() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Mark the file as empty.
clear() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FreeSpaceBitSet
Reset the list.
clear() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Remove all entries.
clear() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Clear the buffer after use.
clearCache() - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
CLIENT_TRACE_DIRECTORY - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
clone() - Method in class org.dizitart.no2.mvstore.MVStoreConfig
Creates and returns a copy of this object.
cloneCharArray(char[]) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
close() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Close this store.
close() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileChannelInputStream
 
close() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileChannelOutputStream
 
close() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Close the file and the store.
close(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Close the file and the store.
closeImmediately() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Close the file and the store, without writing anything.
closeSilently(AutoCloseable) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
COLLATOR_CACHE_SIZE - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
commit() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Commit the changes.
compact(int, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Try to increase the fill rate by re-writing partially full chunks.
compactFile(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Compact store file, that is, compact blocks that have a low fill rate, and move chunks next to each other.
compactMoveChunks() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Compact by moving all chunks next to each other.
compare(Object, Object) - Method in interface org.dizitart.no2.mvstore.compat.v1.mvstore.type.DataType
Compare two keys.
compare(Object, Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.type.ObjectDataType
 
compare(Object, Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.type.StringDataType
 
compare(Chunk, Chunk) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk.PositionComparator
 
compareNotNull(byte[], byte[]) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.type.ObjectDataType
Compare the contents of two byte arrays.
compareNotNull(char[], char[]) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 
compareNotNullSigned(byte[], byte[]) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 
compareNotNullUnsigned(byte[], byte[]) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 
compress() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Compress data before writing using the LZF algorithm.
compress() - Method in class org.dizitart.no2.mvstore.MVStoreConfig
Indicates whether the MVStore should compress data or not.
compress() - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
Flag to enable/disable compression of data in MVStore.
compress(boolean) - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
Flag to enable/disable compression of data in MVStore.
compress(byte[], int, byte[], int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.compress.CompressDeflate
 
compress(byte[], int, byte[], int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.compress.CompressLZF
 
compress(byte[], int, byte[], int) - Method in interface org.dizitart.no2.mvstore.compat.v1.mvstore.compress.Compressor
 
compress(ByteBuffer, int, byte[], int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.compress.CompressLZF
 
CompressDeflate - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.compress
 
CompressDeflate() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.compress.CompressDeflate
 
COMPRESSED_VAR_INT_MAX - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The maximum integer that needs less space when using variable size encoding (only 3 bytes instead of 4).
COMPRESSED_VAR_LONG_MAX - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The maximum long that needs less space when using variable size encoding (only 7 bytes instead of 8).
compressHigh() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Compress data before writing using the Deflate algorithm.
compressHigh() - Method in class org.dizitart.no2.mvstore.MVStoreConfig
Indicates whether to use high compression for data blocks.
compressHigh() - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
Flag to enable high compression for the MVStore.
compressHigh(boolean) - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
Flag to enable high compression for the MVStore.
CompressLZF - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.compress
 
CompressLZF() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.compress.CompressLZF
 
Compressor - Interface in org.dizitart.no2.mvstore.compat.v1.mvstore.compress
 
Config() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS.Config
 
CONSOLE_MAX_PROCEDURES_LIST_COLUMNS - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
CONSOLE_MAX_TABLES_LIST_COLUMNS - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
CONSOLE_MAX_TABLES_LIST_INDEXES - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
CONSOLE_STREAM - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
CONSOLE_TIMEOUT - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
containsKey(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Check whether there is a resident entry for the given key.
containsKey(Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
 
containsValue(V) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Check whether the given value is stored.
convertBytesToHex(byte[]) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
convertBytesToHex(byte[], int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
convertBytesToHex(StringBuilder, byte[]) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
convertBytesToHex(StringBuilder, byte[], int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
convertHexToBytes(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
convertHexWithSpacesToBytes(ByteArrayOutputStream, String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
convertToIOException(Throwable) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
copy() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Create a copy of this page.
copy(InputStream, OutputStream) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
copy(InputStream, OutputStream, long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
copyAndClose(InputStream, OutputStream) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
copyAndCloseInput(InputStream, OutputStream) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
copyAndCloseInput(Reader, Writer, long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
copyExcept(Object, Object, int, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Copy the elements of an array, and remove one element.
copyFiles(String, String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
copyWithGap(Object, Object, int, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Copy the elements of an array, with a gap.
create(MVStore, Map<String, Object>) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.BasicBuilder
 
create(MVStore, Map<String, Object>) - Method in interface org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.MapBuilder
Create a new map of the given type.
createDirectories(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
createDirectory() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
createDirectory() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
createDirectory() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
createDirectory(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
createFile() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
createFile() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
createFile() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
createFile(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
createNode(MVMap<?, ?>, Object[], Page.PageReference[], long, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Create a new non-leaf page.
createTempFile(String, boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
createTempFile(String, boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
createTempFile(String, boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
createTempFile(String, String, boolean) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
cursor(K) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get a cursor to iterate over a number of keys and values.
Cursor<K,​V> - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
A cursor to iterate over elements in ascending order.
Cursor(Page, K) - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.Cursor
 
Cursor(Page, K, K) - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.Cursor
 
CursorPos - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
A position in a cursor.
CursorPos(Page, int, CursorPos) - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.CursorPos
 
CUSTOM_DATA_TYPES_HANDLER - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 

D

DATASOURCE_TRACE_LEVEL - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
DataType - Interface in org.dizitart.no2.mvstore.compat.v1.mvstore.type
A data type.
DataUtils - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
Utility methods
DataUtils() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
 
dbConfig() - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
The configuration for the MVStore.
dbConfig(MVStoreConfig) - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
The configuration for the MVStore.
decide(V, V) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.DecisionMaker
Makes a decision about how to proceed with the update.
DecisionMaker() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.DecisionMaker
 
decodePageLength(int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Get the maximum length for the given code.
DEFAULT - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.DecisionMaker
Decision maker for transaction rollback.
DEFLATE - Static variable in interface org.dizitart.no2.mvstore.compat.v1.mvstore.compress.Compressor
 
DELAY_WRONG_PASSWORD_MAX - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
DELAY_WRONG_PASSWORD_MIN - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
delete() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
delete() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
delete() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
delete(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
deleteRecursive(String, boolean) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
deregisterVersionUsage(MVStore.TxCounter) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
De-register (close) completed operation (transaction).
deserialize(byte[]) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.type.ObjectDataType
De-serialize the byte array to an object.

E

EMPTY - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page.PageReference
Singleton object used when arrays of PageReference have not yet been filled.
ENABLE_ANONYMOUS_TLS - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
encodeLength(int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Convert the length to a length code 0..31.
encryptionKey() - Method in class org.dizitart.no2.mvstore.MVStoreConfig
The encryption key to be used for encrypting and decrypting the data.
encryptionKey() - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
The encryption key to be used for encrypting the MVStore.
encryptionKey(char[]) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Encrypt / decrypt the file using the given password.
encryptionKey(char[]) - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
The encryption key to be used for encrypting the MVStore.
entrySet() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Get the entry set for all resident entries.
entrySet() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
 
equals(Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk
 
equals(Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
 
equals(Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
 
ERROR_BLOCK_NOT_FOUND - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The block in the stream store was not found.
ERROR_CHUNK_NOT_FOUND - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The application was trying to read data from a chunk that is no longer available.
ERROR_CLOSED - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The object is already closed.
ERROR_FILE_CORRUPT - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The file is corrupt or (for encrypted files) the encryption key is wrong.
ERROR_FILE_LOCKED - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The file is locked.
ERROR_INTERNAL - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
An internal error occurred.
ERROR_READING_FAILED - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
An error occurred while reading from the file.
ERROR_SERIALIZATION - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
An error occurred when serializing or de-serializing.
ERROR_TOO_MANY_OPEN_TRANSACTIONS - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
There are too many open transactions.
ERROR_TRANSACTION_CORRUPT - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The transaction store is corrupt.
ERROR_TRANSACTION_ILLEGAL_STATE - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The transaction store is in an illegal state (for example, not yet initialized).
ERROR_TRANSACTION_LOCKED - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
An entry is still locked by another transaction.
ERROR_TRANSACTION_TOO_BIG - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The transaction contains too many changes.
ERROR_TRANSACTIONS_DEADLOCK - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Deadlock discovered and one of transactions involved chosen as victim and rolled back.
ERROR_UNSUPPORTED_FORMAT - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The file format is not supported.
ERROR_WRITING_FAILED - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
An error occurred when trying to write to the file.
escapeMetaDataPattern(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
eventListeners() - Method in class org.dizitart.no2.mvstore.MVStoreConfig
The set of event listeners for the MVStore.
eventListeners() - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
Set of event listeners to be registered with the MVStore.
exists() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
exists() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
exists() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
exists(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
expand(byte[], int, int, byte[], int, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.compress.CompressDeflate
 
expand(byte[], int, int, byte[], int, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.compress.CompressLZF
 
expand(byte[], int, int, byte[], int, int) - Method in interface org.dizitart.no2.mvstore.compat.v1.mvstore.compress.Compressor
 
expand(ByteBuffer, ByteBuffer) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.compress.CompressLZF
 
expandUserHomeDirectory(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 

F

FILE_SEPARATOR - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
FileBase - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.fs
 
FileBase() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
FileChannelInputStream - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.fs
 
FileChannelInputStream(FileChannel, boolean) - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileChannelInputStream
 
FileChannelOutputStream - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.fs
 
FileChannelOutputStream(FileChannel, boolean) - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileChannelOutputStream
 
FileEncrypt(String, byte[], FileChannel) - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt.FileEncrypt
 
fileName(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Use the following file name.
filePath() - Method in class org.dizitart.no2.mvstore.MVStoreConfig
The file path of the MVStore file.
filePath() - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
The file path of the MVStore file.
filePath(File) - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
Sets the file path for the MVStore.
filePath(String) - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
Sets the file path for the MVStore.
FilePath - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.fs
 
FilePath() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
FilePathCache - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.cache
A file with a read cache.
FilePathCache() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.FilePathCache
 
FilePathCache.FileCache - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.cache
A file with a read cache.
FilePathDisk - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.fs
 
FilePathDisk() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
FilePathEncrypt - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.fs
 
FilePathEncrypt() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt
 
FilePathEncrypt.FileEncrypt - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.fs
 
FilePathNio - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.fs
 
FilePathNio() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathNio
 
FilePathWrapper - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.fs
 
FilePathWrapper() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
fileStore() - Method in class org.dizitart.no2.mvstore.MVStoreConfig
The file store used by the MVStore.
fileStore() - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
The file store used by the MVStore.
fileStore(FileStore) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Use the provided file store instead of the default one.
fileStore(FileStore<?>) - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
The file store used by the MVStore.
FileStore - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
The default storage mechanism of the MVStore.
FileStore() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
 
FileUtils - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.fs
 
FileUtils() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
firstKey() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the first key, or null if the map is empty.
firstKey(Page) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the first key of this page.
floorKey(K) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the largest key that is smaller or equal to this key.
floorKey(Page, K) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the largest key that is smaller or equal to this key, for the given root page.
flushAndGetRoot() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the root reference, flushing any current append buffer.
force(boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.FilePathCache.FileCache
 
force(boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
force(boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt.FileEncrypt
 
FORCE_AUTOCOMMIT_OFF_ON_COMMIT - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
formatMessage(int, String, Object...) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Format an error message.
free(long, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Mark the space as free.
free(long, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FreeSpaceBitSet
Mark the space as free.
FreeSpaceBitSet - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
A free space bit set.
FreeSpaceBitSet(int, int) - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.FreeSpaceBitSet
Create a new free space map.
fromLines(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.SortedProperties
 
fromString(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk
Build a block from the given string.
fromString(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Read the configuration from a string.

G

get(byte[]) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Copy the data into the destination array.
get(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Get the value for the given key if the entry is cached.
get(Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the value for the given key, or null if not found.
get(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
get(Page, Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the value for the given key from a snapshot, or null if not found.
getAlgorithm() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.compress.CompressDeflate
 
getAlgorithm() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.compress.CompressLZF
 
getAlgorithm() - Method in interface org.dizitart.no2.mvstore.compat.v1.mvstore.compress.Compressor
 
getAppendCursorPos(CursorPos) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Extend path from a given CursorPos chain to "append point" in a B-tree, rooted at this Page.
getAsciiReader(InputStream) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
getAutoCommitDelay() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Get the auto-commit delay.
getAutoCommitMemory() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Get the maximum memory (in bytes) used for unsaved pages.
getBaseDir() - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
getBooleanProperty(Properties, String, boolean) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.SortedProperties
 
getBuffer() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Get the byte buffer.
getBufferedReader(InputStream) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
getBufferedWriter(OutputStream) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
getCache() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Get the cache.
getCacheHitRatio() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
 
getCacheSize() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Get the maximum cache size, in MB.
getCacheSizeUsed() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Get the amount of memory used for caching, in MB.
getCheckValue(int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Calculate a check value for the given integer.
getChildPage(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Get the child page at the given index.
getChildPagePos(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Get the position of the child.
getChunksFillRate() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Get the current fill rate (percentage of used space in the file).
getConfigParam(Map<String, ?>, String, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Get the configuration parameter value, or default.
getCreateVersion() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
 
getCurrentVersion() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Get the current version of the data.
getDefaultRetentionTime() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Get the default retention time for this store in milliseconds.
getDiskSpaceUsed() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Amount of used disk space in persistent case including child pages.
getEncryptedFile() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Get the encrypted file instance, if encryption is used.
getErrorCode(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Get the error code from an exception message.
getFile() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Get the file instance in use.
getFileName() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Get the file name.
getFileStore() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Get the file store.
getFillRate() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
 
getFillRate() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
 
getFletcher32(byte[], int, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Calculate the Fletcher32 checksum.
getFromMap(String, String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Parse a specified pair from key-value pair list.
getHits() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Get the number of cache hits.
getId() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the map id.
getInputStreamFromString(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
getIntProperty(Properties, String, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.SortedProperties
 
getKey() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Cursor
Get the last read key if there was one.
getKey(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Get the key at the given index.
getKey(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the key at the given index.
getKeyCount() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Get the number of keys in this page.
getKeyIndex(K) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the index of the given key in the map.
getKeysPerPage() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
 
getKeyType() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.BasicBuilder
 
getKeyType() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the key type.
getKeyType() - Method in interface org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.MapBuilder
 
getMap() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Convert this cache to a map.
getMap(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Get map by id.
getMapId() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Get the id of the page's owner map
getMapName(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Get the name of the given map.
getMapName(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Parse a name from key-value pair list.
getMapNames() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Get the set of all map names.
getMaxItemSize() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Determines max size of the data item size to fit into cache
getMaxMemory() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Get the maximum memory to use.
getMaxPageSize() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
 
getMemory() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
 
getMemory(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Get the memory used for the given key.
getMemory(Object) - Method in interface org.dizitart.no2.mvstore.compat.v1.mvstore.type.DataType
Estimate the used memory in bytes.
getMemory(Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.type.ObjectDataType
 
getMemory(Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.type.StringDataType
 
getMetaMap() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Get the metadata map.
getMisses() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Get the number of cache misses.
getName() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
getName() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the map name.
getName(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
getNodeType() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
 
getPage() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page.PageReference
 
getPageChunkId(long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Get the chunk id from the position.
getPageMaxLength(long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Get the maximum length for the given page position.
getPageOffset(long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Get the offset from the position.
getPagePos(int, int, int, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Get the position of this page.
getPageSplitSize() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
 
getPageType(long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Get the page type from the position.
getPanicException() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
 
getParent() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
getParent() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
getParent() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
getParent(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
getPasswordBytes(char[]) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt
 
getPath(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
getPath(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
getPath(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
getPos() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Get the position of the page
getPrependCursorPos(CursorPos) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Extend path from a given CursorPos chain to "prepend point" in a B-tree, rooted at this Page.
getProjectedFillRate(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Calculates a prospective fill rate, which store would have after rewrite of sparsely populated chunk(s) and evacuation of still live data into a new chunk.
getRawChildPageCount() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
 
getReadBytes() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Get the number of read bytes since this store was opened.
getReadCount() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Get the number of read operations since this store was opened.
getReader(InputStream) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
getRetentionTime() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
 
getReuseSpace() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
 
getRoot() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
 
getRootPage() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
The current root page (may not be null).
getScheme() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.FilePathCache
 
getScheme() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
getScheme() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
getScheme() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt
 
getScheme() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathNio
 
getScriptDirectory() - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
getStore() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
 
getStore() - Method in class org.dizitart.no2.mvstore.MVStoreModule
Returns a new instance of NitriteStore with the configured StoreConfig.
getStoreHeader() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Get the store header.
getStoreVersion() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Get the store version.
getStringProperty(Properties, String, String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.SortedProperties
 
getTotalCount() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Get the total number of key-value pairs, including child pages.
getTotalCount() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.RootReference
 
getType() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the map type.
getUnsavedMemory() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Get the estimated memory (in bytes) of unsaved data.
getUpdateFailureRatio() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
 
getUsedMemory() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Get the currently used memory.
getValue() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Cursor
Get the last read value if there was one.
getValue(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Get the value at the given index.
getValueType() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.BasicBuilder
 
getValueType() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the value type.
getValueType() - Method in interface org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.MapBuilder
 
getVarIntLen(int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Get the length of the variable size int.
getVarLongLen(long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Get the length of the variable size long.
getVersion() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get version of the map, which is the version of the store, at the moment when map was modified last time.
getVersionsToKeep() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Get the oldest version to retain in memory (for in-memory stores).
getWriteBytes() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Get the number of written bytes since this store was opened.
getWriteCount() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Get the number of write operations since this store was opened.

H

H2_BROWSER - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
H2_SCRIPT_DIRECTORY - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
hasData(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Check whether a given map exists and has data.
hashCode() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk
 
hashCode() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
 
hashCode() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
 
hasMap(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Check whether a given map exists.
hasNext() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Cursor
 
hasUnsavedChanges() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Check whether there are any unsaved changes.
higherKey(K) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the smallest key that is larger than the given key, or null if no such key exists.
higherKey(Page, K) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the smallest key that is larger than the given key, for the given root page, or null if no such key exists.

I

id - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk
The chunk id.
IMPLICIT_RELATIVE_PATH - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
indent(StringBuilder, String, int, boolean) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
index - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.CursorPos
Index of the key (within page above) used to go down to a lower level in case of intermediate nodes, or index of the target key for leaf a node.
insertLeaf(int, Object, Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Insert a key-value pair into this leaf.
insertNode(int, Object, Page) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Insert a child page into this node.
INSTANCE - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.FilePathCache
The instance.
INSTANCE - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk.PositionComparator
 
INSTANCE - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.type.StringDataType
 
IOUtils - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.util
 
isAbsolute() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
isAbsolute() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
isAbsolute() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
isAbsolute(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
isBackgroundThread() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
 
isClosed() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
 
isClosed() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Determine that store is open, or wait for it to be closed (by other thread)
isComplete() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
 
isDirectory() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
isDirectory() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
isDirectory() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
isDirectory(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
isEmpty() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Check whether the cache is empty.
isEmpty() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
 
isFree(long, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FreeSpaceBitSet
Check whether one of the blocks is free.
isLeaf() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Check whether this is a leaf page.
isLeafPosition(long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Determines whether specified file position corresponds to a leaf page
isLockedByCurrentThread() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.RootReference
 
isNullOrEmpty(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
isNumber(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
isPageSaved(long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Find out if page was saved.
isReadOnly() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
 
isReadOnly() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
 
isReadOnly() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Whether the store is read-only.
isReadOnly() - Method in class org.dizitart.no2.mvstore.MVStoreConfig
A flag indicating whether the MVStore should be opened in read-only mode.
isRemoved() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
 
isSaved() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
 
isUsed(long, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FreeSpaceBitSet
Check whether one of the blocks is in use.
isVolatile() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Whether this is volatile map, meaning that changes are not persisted.
isWhitespaceOrEmpty(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 

J

JAVA_OBJECT_SERIALIZER - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
JAVA_SYSTEM_COMPILER - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
javaDecode(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
javaEncode(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
javaEncode(String, StringBuilder, boolean) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
join(StringBuilder, ArrayList<String>, String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 

K

keyIterator(K) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Iterate over a number of keys.
keyList() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the key list.
keys() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.SortedProperties
 
keys(boolean, boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Get the list of keys.
keySet() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Get the set of keys for resident entries.
keySet() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
 
keyType(DataType) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.BasicBuilder
Set the key data type.
keyType(DataType) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.Builder
 

L

lastKey() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the last key, or null if the map is empty.
lastKey(Page) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the last key of this page.
lastModified() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
lastModified() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
lastModified() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
lastModified(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
len - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk
The length in number of blocks.
limit() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Get the limit.
limit(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Set the limit, possibly growing the buffer.
LINE_SEPARATOR - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
loadProperties(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.SortedProperties
 
LOB_CLIENT_MAX_SIZE_MEMORY - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
LOB_FILES_PER_DIRECTORY - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
lobCloseBetweenReads - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
lock(long, long, boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
lowerKey(K) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the largest key that is smaller than the given key, or null if no such key exists.
lowerKey(Page, K) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the largest key that is smaller than the given key, for the given root page, or null if no such key exists.
LZF - Static variable in interface org.dizitart.no2.mvstore.compat.v1.mvstore.compress.Compressor
 

M

map - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Map this page belongs to
map(FileChannel.MapMode, long, long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
mapId - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk
The last used map id.
markUsed(long, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Mark the space as in use.
markUsed(long, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FreeSpaceBitSet
Mark the space as in use.
MAX_FILE_RETRY - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
MAX_ID - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk
The maximum chunk id.
MAX_MEMORY_ROWS - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
MAX_RECONNECT - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
MAX_TRACE_DATA_LENGTH - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
MAX_VAR_INT_LEN - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The maximum length of a variable size int.
MAX_VAR_LONG_LEN - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The maximum length of a variable size long.
maxLen - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk
The sum of the max length of all pages.
maxLenLive - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk
The sum of the max length of all pages that are in use.
maxMemory - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS.Config
The maximum memory to use (1 or larger).
META_CHUNK - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The prefix for chunks ("chunk.").
META_MAP - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The prefix for maps ("map.").
META_NAME - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The prefix for names ("name.").
META_ROOT - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The prefix for root positions of maps ("root.").
MODIFY_ON_WRITE - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
move(String, String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
moveAtomicReplace(String, String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
moveTo(FilePath, boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
moveTo(FilePath, boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
moveTo(FilePath, boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
MVMap<K,​V> - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
A stored map.
MVMap.BasicBuilder<M extends MVMap<K,​V>,​K,​V> - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
A builder for this class.
MVMap.Builder<K,​V> - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
A builder for this class.
MVMap.Decision - Enum in org.dizitart.no2.mvstore.compat.v1.mvstore
 
MVMap.DecisionMaker<V> - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
Class DecisionMaker provides callback interface (and should become a such in Java 8) for MVMap.operate method.
MVMap.MapBuilder<M extends MVMap<K,​V>,​K,​V> - Interface in org.dizitart.no2.mvstore.compat.v1.mvstore
A builder for maps.
MVStore - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
A persistent storage for maps.
MVStore.Builder - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
A builder for an MVStore.
MVStore.TxCounter - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
Class TxCounter is a simple data structure to hold version of the store along with the counter of open transactions, which are still operating on this version.
MVStoreConfig - Class in org.dizitart.no2.mvstore
Configuration class for MVStore.
MVStoreModule - Class in org.dizitart.no2.mvstore
A Nitrite module that provides a Nitrite store implementation using H2 MVStore.
MVStoreModule(String) - Constructor for class org.dizitart.no2.mvstore.MVStoreModule
Constructs a new instance of MVStoreModule with the specified file path.
MVStoreModuleBuilder - Class in org.dizitart.no2.mvstore
The MVStoreModuleBuilder class is responsible for building an instance of MVStoreModule.

N

needFlush() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.RootReference
Whether flushing is needed.
newDirectoryStream() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
newDirectoryStream() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
newDirectoryStream() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
newDirectoryStream(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
newIllegalArgumentException(String, Object...) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Create a new IllegalArgumentException.
newIllegalStateException(int, String, Object...) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Create a new IllegalStateException.
newInputStream() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
newInputStream() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
newInputStream() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt
 
newInputStream() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
newInputStream(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
newOutputStream(boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
newOutputStream(boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
newOutputStream(boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt
 
newOutputStream(boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
newOutputStream(String, boolean) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
newUnsupportedOperationException(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Create a new UnsupportedOperationException.
next - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk
The predicted position of the next chunk.
next() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Cursor
 
NIO_CLEANER_HACK - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
NIO_LOAD_MAPPED - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
NO - Static variable in interface org.dizitart.no2.mvstore.compat.v1.mvstore.compress.Compressor
 
nonResidentQueueSize - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS.Config
Low water mark for the number of entries in the non-resident queue, as a factor of the number of all other entries in the map.
nonResidentQueueSizeHigh - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS.Config
High watermark for the number of entries in the non-resident queue, as a factor of the number of all other entries in the map

O

OBJECT_CACHE - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
OBJECT_CACHE_MAX_PER_ELEMENT_SIZE - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
OBJECT_CACHE_SIZE - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
ObjectDataType - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.type
A data type implementation for the most common data types, including serializable objects.
ObjectDataType() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.type.ObjectDataType
 
OLD_RESULT_SET_GET_OBJECT - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
open() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Open the store.
open(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.FilePathCache
 
open(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
open(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
open(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt
 
open(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathNio
 
open(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
open(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Open a store in exclusive mode.
open(String, boolean, char[]) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Try to open the file.
open(String, String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
openMap(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Open a map with the default settings.
openMap(String, MVMap.MapBuilder<M, K, V>) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Open a map with the given builder.
openVersion(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Open an old version for the given map.
operate(K, V, MVMap.DecisionMaker<? super V>) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Add, replace or remove a key-value pair.
org.dizitart.no2.mvstore - package org.dizitart.no2.mvstore
 
org.dizitart.no2.mvstore.compat.v1.mvstore - package org.dizitart.no2.mvstore.compat.v1.mvstore
 
org.dizitart.no2.mvstore.compat.v1.mvstore.cache - package org.dizitart.no2.mvstore.compat.v1.mvstore.cache
 
org.dizitart.no2.mvstore.compat.v1.mvstore.compress - package org.dizitart.no2.mvstore.compat.v1.mvstore.compress
 
org.dizitart.no2.mvstore.compat.v1.mvstore.fs - package org.dizitart.no2.mvstore.compat.v1.mvstore.fs
 
org.dizitart.no2.mvstore.compat.v1.mvstore.type - package org.dizitart.no2.mvstore.compat.v1.mvstore.type
 
org.dizitart.no2.mvstore.compat.v1.mvstore.util - package org.dizitart.no2.mvstore.compat.v1.mvstore.util
 

P

pad(String, int, String, boolean) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
page - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.CursorPos
The page at the current level.
Page - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
A page (a node or a leaf).
PAGE_COMPRESSED - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The bit mask for compressed pages (compression level fast).
PAGE_COMPRESSED_HIGH - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The bit mask for compressed pages (compression level high).
PAGE_LARGE - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The marker size of a very large page.
PAGE_TYPE_LEAF - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The type for leaf page.
PAGE_TYPE_NODE - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
The type for node page.
Page.PageReference - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
A pointer to a page, either in-memory or using a page position.
PageReference(Page) - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.Page.PageReference
 
pageSplitSize() - Method in class org.dizitart.no2.mvstore.MVStoreConfig
Sets the page split size for the MVStore.
pageSplitSize() - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
The amount of memory a MVStore page should contain at most, in bytes, before it is split.
pageSplitSize(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Set the amount of memory a page should contain at most, in bytes, before it is split.
pageSplitSize(int) - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
The amount of memory a MVStore page should contain at most, in bytes, before it is split.
parent - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.CursorPos
Next node in the linked list, representing the position within parent level, or null, if we are at the root level already.
parseHexInt(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Parse an unsigned, hex long.
parseHexLong(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Parse an unsigned, hex long.
parseMap(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Parse a key-value pair list.
parseUInt31(String, int, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
peek(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Get the value for the given key if the entry is cached.
PG_DEFAULT_CLIENT_ENCODING - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
plugins() - Method in class org.dizitart.no2.mvstore.MVStoreModule
 
position() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.FilePathCache.FileCache
 
position() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
position() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt.FileEncrypt
 
position() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Get the current position.
position(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Set the position.
position(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.FilePathCache.FileCache
 
position(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
position(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt.FileEncrypt
 
PREFIX_TEMP_FILE - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
PREVIEW - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
put(byte) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Put a byte.
put(byte[]) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Put a byte array.
put(byte[], int, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Put a byte array.
put(long, V) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Add an entry to the cache using the average memory size.
put(long, V, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Add an entry to the cache.
put(ByteBuffer) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Put the contents of a byte buffer.
put(K, V) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Add or replace a key-value pair.
PUT - org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.Decision
 
PUT - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.DecisionMaker
Decision maker for put().
putAll(Map<Long, ? extends V>) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Add all elements of the map to this cache.
putChar(char) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Put a character.
putDouble(double) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Put a double.
putFloat(float) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Put a float.
putIfAbsent(K, V) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Add a key-value pair if it does not yet exist.
putInt(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Put an integer.
putInt(int, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Update an integer at the given index.
putLong(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Put a long.
putShort(int, short) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Update a short at the given index.
putShort(short) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Put a short.
putStringData(String, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Write the characters of a string in a format similar to UTF-8.
putVarInt(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Write a variable size integer.
putVarLong(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
Write a variable size long.

Q

quoteIdentifier(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
quoteIdentifier(StringBuilder, String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
quoteJavaIntArray(int[]) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
quoteJavaString(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
quoteJavaStringArray(String[]) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
quoteRemarkSQL(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
quoteStringSQL(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
quoteStringSQL(StringBuilder, String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 

R

read() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileChannelInputStream
 
read(byte[]) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileChannelInputStream
 
read(byte[], int, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileChannelInputStream
 
read(ByteBuffer) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.FilePathCache.FileCache
 
read(ByteBuffer) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
read(ByteBuffer) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt.FileEncrypt
 
read(ByteBuffer) - Method in interface org.dizitart.no2.mvstore.compat.v1.mvstore.type.DataType
Read an object.
read(ByteBuffer) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.type.ObjectDataType
 
read(ByteBuffer) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.type.StringDataType
 
read(ByteBuffer[], int, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
read(ByteBuffer, long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.FilePathCache.FileCache
 
read(ByteBuffer, long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
read(ByteBuffer, long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt.FileEncrypt
 
read(ByteBuffer, Object[], int, boolean) - Method in interface org.dizitart.no2.mvstore.compat.v1.mvstore.type.DataType
Read a list of objects.
read(ByteBuffer, Object[], int, boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.type.ObjectDataType
 
read(ByteBuffer, Object[], int, boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.type.StringDataType
 
readBytesAndClose(InputStream, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
readDouble(byte[], int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 
readDoubleLE(byte[], int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 
readFully(long, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Read from the file.
readFully(InputStream, byte[], int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
readFully(Reader, char[], int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
readFully(FileChannel, long, ByteBuffer) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Read from a file channel until the buffer is full.
readFully(FileChannel, ByteBuffer) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
readHexInt(Map<String, ?>, String, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Read a hex int value from a map.
readHexLong(Map<String, ?>, String, long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Read a hex long value from a map.
readInt(byte[], int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 
readIntLE(byte[], int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 
readLong(byte[], int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 
readLongLE(byte[], int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 
readOnly() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Open the file in read-only mode.
readOnly() - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
Indicates whether the MVStore instance should be opened in read-only mode.
readOnly(boolean) - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
Indicates whether the MVStore instance should be opened in read-only mode.
readString(ByteBuffer) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Read a string.
readString(ByteBuffer, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Read a string.
readStringAndClose(Reader, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
readVarInt(ByteBuffer) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Read a variable size int.
readVarLong(ByteBuffer) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Read a variable size long.
recover(String) - Static method in class org.dizitart.no2.mvstore.Recovery
Attempt a database file recovery by rolling back to the newest good version.
Recovery - Class in org.dizitart.no2.mvstore
The Recovery class provides methods to attempt a MVStore file recovery by rolling back to the newest good version.
Recovery() - Constructor for class org.dizitart.no2.mvstore.Recovery
 
recoveryMode() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
Open the file in recovery mode, where some errors may be ignored.
recoveryMode() - Method in class org.dizitart.no2.mvstore.MVStoreConfig
Indicates whether the MVStore should be opened in recovery mode or not.
recoveryMode() - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
Indicates whether the MVStore should be opened in recovery mode or not.
recoveryMode(boolean) - Method in class org.dizitart.no2.mvstore.MVStoreModuleBuilder
Indicates whether the MVStore should be opened in recovery mode or not.
register() - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt
 
register(FilePath) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
registerUnsavedMemory(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Adjust amount of "unsaved memory" meaning amount of RAM occupied by pages not saved yet to the file.
registerVersionUsage() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Register opened operation (transaction).
remove() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Cursor
 
remove(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Remove the key and value (or child) at the given index.
remove(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Remove an entry.
remove(Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Remove a key-value pair, if the key exists.
remove(Object, Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Remove a key-value pair if the value matches the stored one.
REMOVE - org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.Decision
 
REMOVE - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.DecisionMaker
Decision maker for remove().
removeAllRecursive(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Remove all page data recursively.
removeMap(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Remove map by name.
removeMap(MVMap<?, ?>) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Remove a map from the current version of the store.
removePage(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Make accounting changes (chunk occupancy or "unsaved" RAM), related to this page removal.
renameMap(MVMap<?, ?>, String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Rename a map.
REPEAT - org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.Decision
 
replace(K, V) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Replace a value for an existing key.
replace(K, V, V) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Replace a value for an existing key, if the value matches.
replaceAll(String, String, String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
reset() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.DecisionMaker
Resets internal state (if any) of a this DecisionMaker to it's initial state.
RETURN_OFFSET_DATE_TIME - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
rollback() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Revert to the beginning of the current version, reverting all uncommitted changes.
rollbackTo(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Revert to the beginning of the given version.
root - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.RootReference
The root page.
RootReference - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
Class RootReference is an immutable structure to represent state of the MVMap as a whole (not related to a particular B-Tree node).

S

segmentCount - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS.Config
The number of cache segments (must be a power of 2).
selectValue(T, T) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.DecisionMaker
Provides revised value for insert/update based on original input value and value currently existing in the map.
serialize(Object) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.type.ObjectDataType
Serialize the object to a byte array.
serializeJavaObject - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
SERVER_CACHED_OBJECTS - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
SERVER_RESULT_SET_FETCH_SIZE - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
setAutoCommitDelay(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Set the maximum delay in milliseconds to auto-commit changes.
setBaseDir(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
setCacheSize(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Set the read cache size in MB.
setChild(int, Page) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Replace the child page.
setComplete() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Called when done with copying page.
setKey(int, Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Replace the key at an index in this page.
setKeyType(DataType) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.BasicBuilder
 
setKeyType(DataType) - Method in interface org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.MapBuilder
 
setMaxMemory(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Set the maximum memory this cache should use.
setOptions(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.compress.CompressDeflate
 
setOptions(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.compress.CompressLZF
 
setOptions(String) - Method in interface org.dizitart.no2.mvstore.compat.v1.mvstore.compress.Compressor
 
setReadOnly() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
setReadOnly() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
setReadOnly() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
setReadOnly(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
setRetentionTime(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
How long to retain old, persisted chunks, in milliseconds.
setReuseSpace(boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Whether empty space in the file should be re-used.
setStoreVersion(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Update the store version.
setValue(int, Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
Replace the value at an index in this page.
setValueType(DataType) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.BasicBuilder
 
setValueType(DataType) - Method in interface org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.MapBuilder
 
setVersionsToKeep(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
How many versions to retain for in-memory stores.
setVolatile(boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Set the volatile flag of the map.
singleWriter() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.Builder
Set up this Builder to produce MVMap, which can be used in append mode by a single thread.
size() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Get the number of resident entries.
size() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.FilePathCache.FileCache
 
size() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Get the file size.
size() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
size() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
size() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
size() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt.FileEncrypt
 
size() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt
 
size() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
size() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the number of entries, as a integer.
size(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
sizeAsLong() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Get the number of entries, as a long.
sizeHot() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Get the number of hot entries in the cache.
sizeMapArray() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Get the length of the internal map array.
sizeNonResident() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Get the number of non-resident entries in the cache.
skip(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Cursor
Skip over that many entries.
skipFully(InputStream, long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
skipFully(Reader, long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
SOCKET_CONNECT_RETRY - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
SOCKET_CONNECT_TIMEOUT - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
SORT_BINARY_UNSIGNED - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
SORT_NULLS_HIGH - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
SORT_UUID_UNSIGNED - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
SortedProperties - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.util
 
SortedProperties() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.util.SortedProperties
 
SPLIT_FILE_SIZE_SHIFT - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
stackMoveDistance - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS.Config
How many other item are to be moved to the top of the stack before the current item is moved.
store - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
The store.
store(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.SortedProperties
 
StringDataType - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.type
A string type.
StringDataType() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.type.StringDataType
 
StringUtils - Class in org.dizitart.no2.mvstore.compat.v1.mvstore.util
 
sync() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Flush all changes.
sync() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Force all stored changes to be written to the storage.
SYNC_METHOD - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
SysProperties - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
 

T

THREAD_DEADLOCK_DETECTOR - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
time - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk
When this chunk was created, in milliseconds after the store was created.
toLines() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.SortedProperties
 
toLowerEnglish(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
toRealPath() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
toRealPath() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
 
toRealPath() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
toRealPath(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
toString() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.FilePathCache.FileCache
 
toString() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk
 
toString() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.CursorPos
 
toString() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
 
toString() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FreeSpaceBitSet
 
toString() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
toString() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt.FileEncrypt
 
toString() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
 
toString() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.Builder
 
toString() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.TxCounter
 
toString() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page.PageReference
 
toString() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.Page
 
toString() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.RootReference
 
toUpperEnglish(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
trace(String, String, Object) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.IOUtils
 
TRACE_IO - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
transferFrom(ReadableByteChannel, long, long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
transferTo(long, long, WritableByteChannel) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
traverseDown(Page, Object) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.CursorPos
Searches for a given key and creates a breadcrumb trail through a B-tree rooted at a given Page.
trim(String, boolean, boolean, String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
trimLast() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
Removes last entry from this map.
trimNonResidentQueue() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Loop through segments, trimming the non resident queue.
trimSubstring(StringBuilder, String, int, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
trimSubstring(String, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
trimSubstring(String, int, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
truncate(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.FilePathCache.FileCache
 
truncate(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Truncate the file.
truncate(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
truncate(long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt.FileEncrypt
 
tryCommit() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
Unlike regular commit this method returns immediately if there is commit in progress on another thread, otherwise it acts as regular commit.
tryDelete(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
tryLock(long, long, boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.FilePathCache.FileCache
 
tryLock(long, long, boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
tryLock(long, long, boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt.FileEncrypt
 

U

unEnclose(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
unregister(FilePath) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
unused - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk
When this chunk was no longer needed, in milliseconds after the store was created.
unwrap() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
 
unwrap() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
unwrap(String) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt
 
unwrap(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
URL_MAP - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
urlDecode(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
urlEncode(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
USE_THREAD_CONTEXT_CLASS_LOADER - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
USER_HOME - Static variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.SysProperties
 
uuidToBytes(long, long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 
uuidToBytes(UUID) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 

V

valueOf(String) - Static method in enum org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.Decision
Returns the enum constant of this type with the specified name.
values() - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.CacheLongKeyLIRS
Get the values for all resident entries.
values() - Static method in enum org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.Decision
Returns an array containing the constants of this enum type, in the order they are declared.
valueType(DataType) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.BasicBuilder
Set the value data type.
valueType(DataType) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.Builder
 
version - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.Chunk
The version stored in this chunk.
version - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore.TxCounter
Version of a store, this TxCounter is related to
version - Variable in class org.dizitart.no2.mvstore.compat.v1.mvstore.RootReference
The version used for writing.

W

withConfig() - Static method in class org.dizitart.no2.mvstore.MVStoreModule
Returns a new instance of MVStoreModuleBuilder to configure the MVStore module.
wrap(FileChannel) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.FilePathCache
 
wrap(FilePath) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
 
write(byte[]) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileChannelOutputStream
 
write(byte[], int, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileChannelOutputStream
 
write(int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileChannelOutputStream
 
write(ByteBuffer) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.FilePathCache.FileCache
 
write(ByteBuffer) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
write(ByteBuffer) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt.FileEncrypt
 
write(ByteBuffer[], int, int) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
write(ByteBuffer, long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.cache.FilePathCache.FileCache
 
write(ByteBuffer, long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileBase
 
write(ByteBuffer, long) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathEncrypt.FileEncrypt
 
write(WriteBuffer, Object) - Method in interface org.dizitart.no2.mvstore.compat.v1.mvstore.type.DataType
Write an object.
write(WriteBuffer, Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.type.ObjectDataType
 
write(WriteBuffer, Object) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.type.StringDataType
 
write(WriteBuffer, Object[], int, boolean) - Method in interface org.dizitart.no2.mvstore.compat.v1.mvstore.type.DataType
Write a list of objects.
write(WriteBuffer, Object[], int, boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.type.ObjectDataType
 
write(WriteBuffer, Object[], int, boolean) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.type.StringDataType
 
WriteBuffer - Class in org.dizitart.no2.mvstore.compat.v1.mvstore
An auto-resize buffer to write data into a ByteBuffer.
WriteBuffer() - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
 
WriteBuffer(int) - Constructor for class org.dizitart.no2.mvstore.compat.v1.mvstore.WriteBuffer
 
writeDouble(byte[], int, double) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 
writeDoubleLE(byte[], int, double) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 
writeFully(long, ByteBuffer) - Method in class org.dizitart.no2.mvstore.compat.v1.mvstore.FileStore
Write to the file.
writeFully(FileChannel, long, ByteBuffer) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Write to a file channel.
writeFully(FileChannel, ByteBuffer) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FileUtils
 
writeInt(byte[], int, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 
writeIntLE(byte[], int, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 
writeLong(byte[], int, long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 
writeLongLE(byte[], int, long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.Bits
 
writeStringData(ByteBuffer, String, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Write characters from a string (without the length).
writeVarInt(OutputStream, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Write a variable size int.
writeVarInt(ByteBuffer, int) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Write a variable size int.
writeVarLong(OutputStream, long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Write a variable size long.
writeVarLong(ByteBuffer, long) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.DataUtils
Write a variable size long.

X

xmlAttr(String, String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
xmlCData(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
xmlComment(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
xmlNode(String, String, String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
xmlNode(String, String, String, boolean) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
xmlStartDoc() - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
xmlText(String) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
xmlText(String, boolean) - Static method in class org.dizitart.no2.mvstore.compat.v1.mvstore.util.StringUtils
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages