Modifier and Type | Method and Description |
---|---|
Hash |
ContentAddressableStoreEvent.getHash()
Each event is associated with a hash.
|
Hash |
ContentAddressableStoreInfinispanImpl.write(InputStream inputStream) |
Hash |
ContentAddressableStoreFileImpl.write(InputStream inputStream) |
Hash |
ContentAddressableStore.write(InputStream stream)
Write content to the store, returning its hash.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Hash> |
ContentAddressableStoreInfinispanImpl.getHashes() |
List<Hash> |
ContentAddressableStoreFileImpl.getHashes() |
List<Hash> |
ContentAddressableStore.getHashes()
Get a list of all hashes in the store.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContentAddressableStoreInfinispanImpl.contains(Hash hash) |
boolean |
ContentAddressableStoreFileImpl.contains(Hash hash) |
boolean |
ContentAddressableStore.contains(Hash hash)
Check whether content exists in the store with the specified hash
|
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
|
boolean |
ContentAddressableStoreInfinispanImpl.delete(Hash hash) |
boolean |
ContentAddressableStoreFileImpl.delete(Hash hash) |
boolean |
ContentAddressableStore.delete(Hash hash)
Delete content from the store.
|
long |
ContentAddressableStoreInfinispanImpl.getContentLength(Hash hash) |
long |
ContentAddressableStoreFileImpl.getContentLength(Hash hash) |
long |
ContentAddressableStore.getContentLength(Hash hash)
Get the length of the content with the specified hash
|
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.
|
protected void |
ContentAddressableStoreImpl.notifyListenersContentAdded(Hash hash) |
protected void |
ContentAddressableStoreImpl.notifyListenersContentRemoved(Hash hash) |
InputStream |
ContentAddressableStoreInfinispanImpl.read(Hash hash) |
InputStream |
ContentAddressableStoreFileImpl.read(Hash hash) |
InputStream |
ContentAddressableStore.read(Hash hash)
Read content from the store.
|
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.
|
Constructor and Description |
---|
ContentAddressableStoreEvent(ContentAddressableStore source,
Hash hash)
Constructor
|
Copyright © 2019. All rights reserved.