Interface KeyObjectStore
- All Known Subinterfaces:
KeyObjectStoreDelegate
- All Known Implementing Classes:
KeyObjectStoreDelegateBase,KeyObjectStoreFromMap,KeyObjectStoreImpl,KeyObjectStoreWithKeyTransform
public interface KeyObjectStore
-
Method Summary
-
Method Details
-
put
- Throws:
IOException
-
get
- Throws:
IOExceptionClassNotFoundException
-
computeIfAbsent
<T> T computeIfAbsent(Iterable<String> keySegments, Callable<T> initializer) throws IOException, ClassNotFoundException, ExecutionException
-