| Package | Description |
|---|---|
| org.apache.jackrabbit.mk.blobs | |
| org.apache.jackrabbit.mk.core |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBlobStore
An abstract data store that splits the binaries in relatively small blocks,
so that each block fits in memory.
|
class |
DbBlobStore
A database blob store.
|
class |
FileBlobStore
A file blob store.
|
class |
MemoryBlobStore
A memory blob store.
|
| Modifier and Type | Method and Description |
|---|---|
BlobStore |
Repository.getBlobStore() |
| Constructor and Description |
|---|
Repository(RevisionStore rs,
BlobStore bs)
Alternate constructor, used for testing.
|
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.