AutoCloseable, ContentAddressableStoreContentAddressableStoreFileImpl, ContentAddressableStoreInfinispanImplpublic abstract class ContentAddressableStoreImpl extends Object implements ContentAddressableStore
| Constructor | Description |
|---|---|
ContentAddressableStoreImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addListener(ContentAddressableStoreListener contentAddressableStoreListener) |
Add a listener to this store.
|
protected void |
notifyListenersContentAdded(Hash hash) |
|
protected void |
notifyListenersContentRemoved(Hash hash) |
|
void |
removeListener(ContentAddressableStoreListener contentAddressableStoreListener) |
Remove a listener to this store.
|
close, contains, contains, delete, getContentLength, getContentLength, getHashes, read, read, write, writepublic void addListener(ContentAddressableStoreListener contentAddressableStoreListener)
ContentAddressableStoreaddListener in interface ContentAddressableStorepublic void removeListener(ContentAddressableStoreListener contentAddressableStoreListener)
ContentAddressableStoreremoveListener in interface ContentAddressableStoreprotected void notifyListenersContentAdded(Hash hash)
protected void notifyListenersContentRemoved(Hash hash)
Copyright © 2018. All rights reserved.