|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileBackedDeleteSet | |
---|---|
com.faunos.skwish.sys.mgr | The SegmentStore implementation. |
Uses of FileBackedDeleteSet in com.faunos.skwish.sys.mgr |
---|
Methods in com.faunos.skwish.sys.mgr that return FileBackedDeleteSet | |
---|---|
FileBackedDeleteSet |
UnitDir.loadDeleteSet()
Loads the delete-set in this unit, if any, and returns it in read-write mode; returns null if there is no delete-set file. |
FileBackedDeleteSet |
UnitDir.loadDeleteSet(boolean readOnly)
Loads the delete-set in this unit, if any, and returns it in the specified read/write mode; returns null if there is no
delete-set file. |
static FileBackedDeleteSet |
FileBackedDeleteSet.loadInstance(FileChannel deletedIdsFile)
Loads and returns an already existing instance from the given backing file. |
static FileBackedDeleteSet |
FileBackedDeleteSet.writeNewInstance(FileChannel deletedIdsFile,
long minId,
long maxId)
Writes a new, empty deleted ID list to the given backing file and returns a new instance of this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |