Interface | Description |
---|---|
ContentAddressableStore |
Defines a content-addressable store
|
ContentAddressableStoreListener |
Listens to changes to a ContentAddressableStore
|
ContentEncoding |
Defines an encoding for use with a ContentAddressableStore This allows data
to be stored in that format and retrieved using that format directly - ie the
work to compress/decompress is done once at storage time rather than multiple
times at retrieval time.
|
Class | Description |
---|---|
ContentAddressableStoreEvent | |
ContentAddressableStoreFactory | |
ContentAddressableStoreFileImpl |
A content-addressable store backed by the file system.
|
ContentAddressableStoreImpl | |
ContentAddressableStoreInfinispanImpl | |
ContentEncodingFactory |
Factory to create concrete types of ContentEncoding
Currently only supports gzip
|
GZIPContentEncoding | |
Hash |
Class representing a hash.
|
Enum | Description |
---|---|
ContentAddressableStoreFactory.ImplementationType |
Copyright © 2019. All rights reserved.