| Package | Description |
|---|---|
| org.calrissian.accumulorecipes.blobstore.ext | |
| org.calrissian.accumulorecipes.blobstore.ext.impl | |
| org.calrissian.accumulorecipes.blobstore.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedBlobStore
A blob store with the ability to store and retrieve additional metadata about the blobs stored in the store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedAccumuloBlobStore
This implementation is an extension of the
AccumuloBlobStore which stores additional data
including the storage size (in bytes) and the properties for the data. |
class |
HighSpeedIngestBlobStore
This is an implementation of the blob store using a single large batch writer to the blob store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccumuloBlobStore
An accumulo representation of the blob store.
|
Copyright © 2014 Calrissian. All Rights Reserved.