Modifier and Type | Class and Description |
---|---|
class |
GZIPContentEncoding |
Modifier and Type | Method and Description |
---|---|
static ContentEncoding |
ContentEncodingFactory.createEncoding(String encodingName) |
Modifier and Type | Method and Description |
---|---|
boolean |
ContentAddressableStoreInfinispanImpl.contains(Hash hash,
ContentEncoding contentEncoding) |
boolean |
ContentAddressableStoreFileImpl.contains(Hash hash,
ContentEncoding contentEncoding) |
boolean |
ContentAddressableStore.contains(Hash hash,
ContentEncoding contentEncoding)
Check whether content exists in the store with the specified hash with the specified encoding
|
long |
ContentAddressableStoreInfinispanImpl.getContentLength(Hash hash,
ContentEncoding contentEncoding) |
long |
ContentAddressableStoreFileImpl.getContentLength(Hash hash,
ContentEncoding contentEncoding) |
long |
ContentAddressableStore.getContentLength(Hash hash,
ContentEncoding contentEncoding)
Get the length of the encoded content with the specified hash.
|
InputStream |
ContentAddressableStoreInfinispanImpl.read(Hash hash,
ContentEncoding contentEncoding) |
InputStream |
ContentAddressableStoreFileImpl.read(Hash hash,
ContentEncoding contentEncoding) |
InputStream |
ContentAddressableStore.read(Hash hash,
ContentEncoding contentEncoding)
Read content from the store, returning using the given encoding.
|
Modifier and Type | Method and Description |
---|---|
Hash |
ContentAddressableStoreInfinispanImpl.write(InputStream inputStream,
List<ContentEncoding> encodings) |
Hash |
ContentAddressableStoreFileImpl.write(InputStream inputStream,
List<ContentEncoding> encodings) |
Hash |
ContentAddressableStore.write(InputStream stream,
List<ContentEncoding> encodings)
Write content to the store in raw format and also formats specified in
the ContentEncodings.
|
Copyright © 2019. All rights reserved.