AbstractBinaryManager |
Abstract BinaryManager implementation that provides a few utilities
|
AESBinaryManager |
A binary manager that encrypts binaries on the filesystem using AES.
|
AESBinaryManager.CipherAndDigestOutputStream |
|
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 |
|