public interface DataManager
Modifier and Type | Method and Description |
---|---|
void |
addInterestInFile(int file) |
void |
close() |
void |
consolidateDataFiles() |
boolean |
delete() |
void |
force() |
String |
getName() |
Marshaller |
getRedoMarshaller() |
Object |
readItem(Marshaller marshaller,
StoreLocation item) |
void |
recoverRedoItems(RedoListener listener) |
void |
removeInterestInFile(int file) |
void |
setRedoMarshaller(Marshaller redoMarshaller) |
StoreLocation |
storeDataItem(Marshaller marshaller,
Object payload) |
StoreLocation |
storeRedoItem(Object payload) |
void |
updateItem(StoreLocation location,
Marshaller marshaller,
Object payload) |
Object readItem(Marshaller marshaller, StoreLocation item) throws IOException
IOException
StoreLocation storeDataItem(Marshaller marshaller, Object payload) throws IOException
IOException
StoreLocation storeRedoItem(Object payload) throws IOException
IOException
void updateItem(StoreLocation location, Marshaller marshaller, Object payload) throws IOException
IOException
void recoverRedoItems(RedoListener listener) throws IOException
IOException
void close() throws IOException
IOException
void force() throws IOException
IOException
boolean delete() throws IOException
IOException
void addInterestInFile(int file) throws IOException
IOException
void removeInterestInFile(int file) throws IOException
IOException
void consolidateDataFiles() throws IOException
IOException
Marshaller getRedoMarshaller()
void setRedoMarshaller(Marshaller redoMarshaller)
Copyright © 2005–2016. All rights reserved.