@Version(value="1.0") @Export(optional="provide:=true")
| Interface | Description |
|---|---|
| BlobStore |
An interface to store and read large binary objects.
|
| GarbageCollectableBlobStore |
A blob store that supports garbage collection.
|
| Class | Description |
|---|---|
| AbstractBlobStore |
An abstract data store that splits the binaries in relatively small blocks,
so that each block fits in memory.
|
| AbstractBlobStore.BlockId |
A block id.
|
| AbstractBlobStore.Data |
The data for a block.
|
| BlobStoreInputStream |
An input stream to simplify reading from a store.
|
| FileBlobStore |
A file blob store.
|
| MemoryBlobStore |
A memory blob store.
|
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.