|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteSet | |
---|---|
com.faunos.skwish.sys.filters | A collection of views on one or more underlying segments. |
com.faunos.skwish.sys.mgr | The SegmentStore implementation. |
Uses of DeleteSet in com.faunos.skwish.sys.filters |
---|
Methods in com.faunos.skwish.sys.filters that return DeleteSet | |
---|---|
static DeleteSet |
DeleteSet.combine(DeleteSet a,
DeleteSet b)
Creates and returns a new combined version of the two given instances. |
Methods in com.faunos.skwish.sys.filters with parameters of type DeleteSet | |
---|---|
static DeleteSet |
DeleteSet.combine(DeleteSet a,
DeleteSet b)
Creates and returns a new combined version of the two given instances. |
boolean |
DeleteSet.include(DeleteSet other)
Adds the set of deleted IDs of the other instance
to this instance's set. |
Constructors in com.faunos.skwish.sys.filters with parameters of type DeleteSet | |
---|---|
DeleteSet(DeleteSet copy)
Copy constructor. |
|
DeleteSetFilterSegment(Segment inner,
DeleteSet deletedIds)
Creates a new instance using the given inner instance,
and deletedIds . |
Uses of DeleteSet in com.faunos.skwish.sys.mgr |
---|
Subclasses of DeleteSet in com.faunos.skwish.sys.mgr | |
---|---|
class |
FileBackedDeleteSet
A DeleteSet that is backed by a file. |
Methods in com.faunos.skwish.sys.mgr that return DeleteSet | |
---|---|
DeleteSet |
DeleteSetManager.getDeleteSet()
|
Methods in com.faunos.skwish.sys.mgr with parameters of type DeleteSet | |
---|---|
boolean |
FileBackedDeleteSet.include(DeleteSet other)
Operation not supported. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |