TestFile
Tests the in-memory file store.
| 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()
|
| LobStorageBackend |
getLobStorage()
|
| LobStorageBackend |
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 Exception
|
|