Interface | Description |
---|---|
BinaryGarbageCollector |
A Garbage Collector for a
BinaryManager . |
BinaryManager |
A binary manager stores binaries according to their digest.
|
FileStorage |
Interface to store a file or fetch a file or its length.
|
Class | Description |
---|---|
AbstractBinaryManager |
Abstract BinaryManager implementation that provides a few utilities
|
AESBinaryManager |
A binary manager that encrypts binaries on the filesystem using AES.
|
AESBinaryManager.CipherAndDigestOutputStream |
A
CipherOutputStream that also does a digest of the original stream at
the same time. |
Binary |
A binary object that can be read, and has a length and a digest.
|
BinaryBlob | |
BinaryBlobProvider | |
BinaryManagerRootDescriptor |
Descriptor for the configuration of an on-disk binaries storage.
|
BinaryManagerStatus |
Status of a BinaryManager, including files that may have just been deleted by GC
|
CachingBinaryManager |
Abstract class for a
BinaryManager that uses a cache for its files because fetching them is expensive. |
DefaultBinaryManager |
A simple filesystem-based binary manager.
|
LazyBinary |
Lazy Binary that fetches its remote stream on first access.
|
LocalBinaryManager |
A simple filesystem-based binary manager.
|
LocalBinaryManager.DefaultBinaryGarbageCollector |
Copyright © 2015 Nuxeo SA. All rights reserved.