| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.blob | |
| org.apache.jackrabbit.oak.spi.blob.osgi | |
| org.apache.jackrabbit.oak.spi.blob.split |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlobStoreWrapper |
interface |
GarbageCollectableBlobStore
A blob store that supports garbage collection.
|
| 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 |
FileBlobStore
A file blob store.
|
class |
MemoryBlobStore
A memory blob store.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
BlobStoreInputStream.readFully(BlobStore store,
String id) |
void |
BlobStoreWrapper.setBlobStore(BlobStore blobStore) |
| Constructor and Description |
|---|
BlobStoreInputStream(BlobStore store,
String id,
long pos) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SplitBlobStoreService.bindNewBlobStore(BlobStore blobStore) |
protected void |
SplitBlobStoreService.bindOldBlobStore(BlobStore blobStore) |
protected void |
SplitBlobStoreService.unbindNewBlobStore(BlobStore blobStore) |
protected void |
SplitBlobStoreService.unbindOldBlobStore(BlobStore blobStore) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SplitBlobStore |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSplitBlobStore |
class |
WrappingSplitBlobStore |
| Modifier and Type | Method and Description |
|---|---|
void |
WrappingSplitBlobStore.setBlobStore(BlobStore blobStore) |
| Constructor and Description |
|---|
DefaultSplitBlobStore(String repositoryDir,
BlobStore oldBlobStore,
BlobStore newBlobStore) |
WrappingSplitBlobStore(String repositoryDir,
BlobStore newBlobStore) |
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.