| Interface | Description |
|---|---|
| BlobService |
A simple store and retrieve binary large objects (BLOBs).
|
| BlobStore |
A blob store.
|
| BlobStoreService |
Service interface for the BlobStore which allows to close and clean up its data.
|
| BlobView |
View on blobs stored in a
BlobStore. |
| Class | Description |
|---|---|
| BlobCache |
The BLOB cache implements a local cache for content-addressable BLOBs.
|
| BlobClient |
The BLOB client can communicate with the BLOB server and either upload (PUT), download (GET),
or delete (DELETE) BLOBs.
|
| BlobKey |
A BLOB key uniquely identifies a BLOB.
|
| BlobServer |
This class implements the BLOB server.
|
| BlobServerProtocol | |
| BlobUtils |
Utility class to work with blob data.
|
| FileSystemBlobStore |
Blob store backed by
FileSystem. |
| VoidBlobStore |
A blob store doing nothing.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.