TestValueMemory

Tests the memory consumption of values. Values can estimate how much memory they occupy, and this tests if this estimation is correct.

Methods
static void main(String... a)
Run just this test.
static void main(String... a) throws Exception
Run just this test.
Parameters:
a - ignored
void checkPowerOff()
void checkPowerOff()
void checkWritingAllowed()
void checkWritingAllowed()
CompareMode getCompareMode()
CompareMode getCompareMode()
String getDatabasePath()
String getDatabasePath()
JavaObjectSerializer getJavaObjectSerializer()
JavaObjectSerializer getJavaObjectSerializer()
String getLobCompressionAlgorithm(int type)
String getLobCompressionAlgorithm(int type)
SmallLRUCache getLobFileListCache()
SmallLRUCache getLobFileListCache()
LobStorageFrontend getLobStorage()
LobStorageFrontend getLobStorage()
Object getLobSyncObject()
Object getLobSyncObject()
int getMaxLengthInplaceLob()
int getMaxLengthInplaceLob()
TempFileDeleter getTempFileDeleter()
TempFileDeleter getTempFileDeleter()
FileStore openFile(String name, String mode, boolean mustExist)
FileStore openFile(String name, String mode, boolean mustExist)
int readLob(long lobId, byte[] hmac, long offset, byte[] buff, int off, int length)
int readLob(long lobId, byte[] hmac, long offset, byte[] buff, int off, int length)
void test()
void test() throws SQLException