public interface IPersistenceWorkItemState
| Modifier and Type | Method and Description |
|---|---|
void |
exportData(ConcurrentSkipListMap<Long,IWorkItemState> map) |
ConcurrentSkipListMap<Long,IWorkItemState> |
importData() |
void |
initialize(String directory) |
void initialize(String directory)
void exportData(ConcurrentSkipListMap<Long,IWorkItemState> map) throws IOException
IOExceptionConcurrentSkipListMap<Long,IWorkItemState> importData() throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.