|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BlobStore | |
|---|---|
| org.apache.jackrabbit.oak.spi.blob | |
| Uses of BlobStore in org.apache.jackrabbit.oak.spi.blob |
|---|
| Subinterfaces of BlobStore in org.apache.jackrabbit.oak.spi.blob | |
|---|---|
interface |
GarbageCollectableBlobStore
A blob store that supports garbage collection. |
| Classes in org.apache.jackrabbit.oak.spi.blob that implement BlobStore | |
|---|---|
class |
AbstractBlobStore
An abstract data store that splits the binaries in relatively small blocks, so that each block fits in memory. |
class |
FileBlobStore
A file blob store. |
class |
MemoryBlobStore
A memory blob store. |
| Methods in org.apache.jackrabbit.oak.spi.blob with parameters of type BlobStore | |
|---|---|
static byte[] |
BlobStoreInputStream.readFully(BlobStore store,
String id)
|
| Constructors in org.apache.jackrabbit.oak.spi.blob with parameters of type BlobStore | |
|---|---|
BlobStoreInputStream(BlobStore store,
String id,
long pos)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||