TestMVStore

Tests the MVStore.

Methods
static void log(String msg)
Log the message.
static void log(String msg)
Log the message.
Parameters:
msg - the message
static void main(String... a)
Run just this test.
static void main(String... a) throws Exception
Run just this test.
Parameters:
a - ignored
static MVStore openStore(String fileName)
Open a store for the given file name, using a small page size.
static MVStore openStore(String fileName)
Open a store for the given file name, using a small page size.
Parameters:
fileName - the file name (null for in-memory)
Returns:
the store
static MVStore openStore(String fileName, int pageSplitSize)
Open a store for the given file name, using a small page size.
static MVStore openStore(String fileName, int pageSplitSize)
Open a store for the given file name, using a small page size.
Parameters:
fileName - the file name (null for in-memory)
pageSplitSize - the page split size
Returns:
the store
void test()
void test() throws Exception