public class VolatileOnlyTransactionRecoveryStorage extends Object implements ITransactionRecoveryStorageContext, ITransactionRecoveryStorage
Constructor and Description |
---|
VolatileOnlyTransactionRecoveryStorage() |
Modifier and Type | Method and Description |
---|---|
ITransactionRecoveryStorageContext |
create() |
void |
createFile(String name,
Action1<InputStream> createFile) |
void |
deleteFile(String name) |
List<String> |
getFileNames(String filter) |
InputStream |
openRead(String name) |
public VolatileOnlyTransactionRecoveryStorage()
public void createFile(String name, Action1<InputStream> createFile)
createFile
in interface ITransactionRecoveryStorageContext
public void deleteFile(String name)
deleteFile
in interface ITransactionRecoveryStorageContext
public List<String> getFileNames(String filter)
getFileNames
in interface ITransactionRecoveryStorageContext
public InputStream openRead(String name)
openRead
in interface ITransactionRecoveryStorageContext
public ITransactionRecoveryStorageContext create()
create
in interface ITransactionRecoveryStorage
Copyright © 2016. All Rights Reserved.