Constructor and Description |
---|
SpellCheckJoafipDAO(boolean removeFile) |
Constructor and Description |
---|
AbstractHugeList() |
Modifier and Type | Method and Description |
---|---|
protected IFilePersistence |
AbstractPersistence.createFilePersistence(boolean removeFiles)
creation of file persistence manager
|
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() |
IFilePersistence |
FilePersistenceBuilder.build() |
void |
IFilePersistence.clear()
clear all persisted data
|
void |
FilePersistence.clear() |
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) |
Object |
AbstractFilePersistenceDelegatingToStore.createObjectReadingInStoreOrGetExisting(DataRecordIdentifier dataRecordIdentifier) |
Object |
IDataAccessSessionCommon.getObject(long dataRecordIdentifier) |
Object |
AbstractDataAccessSession.getObject(long dataRecordIdentifier) |
void |
IDataAccessSessionCommon.open()
open this data access session, not synchronized with other session
|
void |
ExclusiveDataAccessSession.open() |
void |
DataAccessSession.open() |
void |
IDataAccessSession.openSynchronized()
open this data access session, synchronized with other session: will wait
for other session closed ( blocking )
|
void |
DataAccessSession.openSynchronized() |
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) |
void |
IFilePersistence.xmlImport(String directoryName,
boolean validating)
import from exported data in
directoryName |
void |
FilePersistence.xmlImport(String directoryName,
boolean validating) |
Constructor and Description |
---|
FilePersistence(String propertiesSetupResourceName,
boolean removeFiles)
create a persistence setup from properties
|
Modifier and Type | Method and Description |
---|---|
void |
CreateChangeLog.create() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleStore.open()
open a file persistence manager
|
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.