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
IOExceptionStoreLocation storeDataItem(Marshaller marshaller, Object payload) throws IOException
IOExceptionStoreLocation storeRedoItem(Object payload) throws IOException
IOExceptionvoid updateItem(StoreLocation location, Marshaller marshaller, Object payload) throws IOException
IOExceptionvoid recoverRedoItems(RedoListener listener) throws IOException
IOExceptionvoid close() throws IOException
IOExceptionvoid force() throws IOException
IOExceptionboolean delete() throws IOException
IOExceptionvoid addInterestInFile(int file) throws IOException
IOExceptionvoid removeInterestInFile(int file) throws IOException
IOExceptionvoid consolidateDataFiles() throws IOException
IOExceptionMarshaller getRedoMarshaller()
void setRedoMarshaller(Marshaller redoMarshaller)
Copyright © 2005–2017. All rights reserved.