|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SegmentStore | |
---|---|
com.faunos.skwish | A lightweight library for storing blobs on the file system. |
com.faunos.skwish.ext.http | An experimental read-only HTTP interface to skwish is provided here. |
com.faunos.skwish.spi | A service provider interface is defined here. |
com.faunos.skwish.sys.mgr | The SegmentStore implementation. |
Uses of SegmentStore in com.faunos.skwish |
---|
Methods in com.faunos.skwish that return SegmentStore | |
---|---|
static SegmentStore |
SegmentStore.loadInstance(String uri)
Loads and returns an existing segment store from the specified URI. |
static SegmentStore |
SegmentStore.writeNewInstance(String uri)
Writes a new segment store to the specified URI and returns the instance. |
Uses of SegmentStore in com.faunos.skwish.ext.http |
---|
Methods in com.faunos.skwish.ext.http that return SegmentStore | |
---|---|
SegmentStore |
MappedUriProvider.loadInstance(String uri)
Loads the store at the given uri by first retrieving the URI's mapped value and then invoking the loadInstance method on the contained instance. |
SegmentStore |
MappedUriProvider.writeNewInstance(String uri)
Not implemented. |
Methods in com.faunos.skwish.ext.http with parameters of type SegmentStore | |
---|---|
void |
SkwishHttpMountPoint.mapRelativeUriToSkwish(String relHttpUri,
SegmentStore store)
Maps the given HTTP URI subpath to the specified store. |
Uses of SegmentStore in com.faunos.skwish.spi |
---|
Methods in com.faunos.skwish.spi that return SegmentStore | |
---|---|
SegmentStore |
Provider.loadInstance(String uri)
|
SegmentStore |
Provider.writeNewInstance(String uri)
|
Uses of SegmentStore in com.faunos.skwish.sys.mgr |
---|
Subclasses of SegmentStore in com.faunos.skwish.sys.mgr | |
---|---|
class |
Store
The SegmentStore implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |