Constructor and Description |
---|
SpellCheckJoafipDAO(boolean removeFile) |
Modifier and Type | Method and Description |
---|---|
static void |
AddAndGarbage.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractInserter.export(String directoryName) |
protected void |
AbstractPerfService.initialize(String pathName,
IHeapDataManager dataManager,
Boolean useCache) |
protected void |
InserterBtreePlusWhithCache.run() |
protected void |
AbstractGarbageSweep.run(String pathName,
IHeapDataManager dataManager,
Boolean useCache) |
protected void |
AbstractSearcher.run(String insertLogFilePath,
String pathName,
IHeapDataManager dataManager,
Boolean useCache) |
protected void |
AbstractDeleter.run(String insertLogFilePath,
String pathName,
IHeapDataManager dataManager,
Boolean useCache) |
protected void |
AbstractDeleteForGarbage.run(String insertLogFilePath,
String pathName,
IHeapDataManager dataManager,
Boolean useCache) |
protected void |
AbstractInserter.run(String insertLogFilePath,
String pathName,
IHeapDataManager dataManager,
Boolean useCache,
int numberOfItem) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCrash.assertContent() |
boolean |
IFilePersistenceAutoSaver.autoSave() |
boolean |
FilePersistence.autoSave() |
void |
IExclusiveDataAccessSession.close()
saving close
|
void |
ExclusiveDataAccessSession.close() |
void |
IExclusiveDataAccessSession.close(EnumFilePersistenceCloseAction action) |
EnumFilePersistenceCloseAction |
IDataAccessSession.close(EnumFilePersistenceCloseAction action)
close data access session with a save action
possible save actions EnumFilePersistenceCloseAction.SAVE ask for save modification, can be canceled by not save action by other data access session close. |
void |
ExclusiveDataAccessSession.close(EnumFilePersistenceCloseAction action) |
EnumFilePersistenceCloseAction |
DataAccessSession.close(EnumFilePersistenceCloseAction action) |
EnumFilePersistenceCloseAction |
IDataAccessSession.closeAndWait(EnumFilePersistenceCloseAction action)
as
IDataAccessSession.close(EnumFilePersistenceCloseAction) , but wait for effective
execution of action |
EnumFilePersistenceCloseAction |
DataAccessSession.closeAndWait(EnumFilePersistenceCloseAction action) |
void |
IExclusiveDataAccessSession.save()
save objects, session keep opened
|
void |
FilePersistence.save() |
void |
ExclusiveDataAccessSession.save() |
protected void |
AbstractCrash.setupAndCreate() |
void |
IFilePersistence.xmlExport(String directoryName,
String temporaryDirectoryName,
boolean exportPersistedClassByteCode)
export persisted data in file export.xml put in
directoryName |
void |
AbstractFilePersistenceDelegatingToStore.xmlExport(String directoryName,
String temporaryDirectoryName,
boolean exportPersistedClassByteCode) |
Modifier and Type | Method and Description |
---|---|
void |
CreateChangeLog.create() |
Modifier and Type | Method and Description |
---|---|
Object |
SimpleStore.readObject(String key)
read object from file
|
void |
SimpleStore.writeObject(String key,
Object object)
write object in file
|
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.