Uses of Interface
org.aksw.commons.store.object.key.api.KeyObjectStore
Packages that use KeyObjectStore
-
Uses of KeyObjectStore in org.aksw.commons.store.object.key.impl
Subinterfaces of KeyObjectStore in org.aksw.commons.store.object.key.implClasses in org.aksw.commons.store.object.key.impl that implement KeyObjectStoreModifier and TypeClassDescriptionclassclassclassclassFields in org.aksw.commons.store.object.key.impl declared as KeyObjectStoreMethods in org.aksw.commons.store.object.key.impl that return KeyObjectStoreModifier and TypeMethodDescriptionstatic KeyObjectStoreKeyObjectStoreImpl.create(Path rootPath, ObjectFileStore objectFileStore) static KeyObjectStoreKeyObjectStoreImpl.createSimple(Path rootPath) KeyObjectStoreDelegate.getDelegate()KeyObjectStoreDelegateBase.getDelegate()static KeyObjectStoreKeyObjectStoreWithKeyTransform.wrap(KeyObjectStore delegate, Function<? super Iterable<String>, ? extends Iterable<String>> keyTransformer) static KeyObjectStoreKeyObjectStoreWithKeyTransform.wrapWithPrefix(KeyObjectStore delegate, List<String> prefix) Methods in org.aksw.commons.store.object.key.impl with parameters of type KeyObjectStoreModifier and TypeMethodDescriptionstatic KeyObjectStoreKeyObjectStoreWithKeyTransform.wrap(KeyObjectStore delegate, Function<? super Iterable<String>, ? extends Iterable<String>> keyTransformer) static KeyObjectStoreKeyObjectStoreWithKeyTransform.wrapWithPrefix(KeyObjectStore delegate, List<String> prefix) Constructors in org.aksw.commons.store.object.key.impl with parameters of type KeyObjectStoreModifierConstructorDescriptionKeyObjectStoreDelegateBase(KeyObjectStore delegate) KeyObjectStoreWithKeyTransform(KeyObjectStore delegate, Function<? super Iterable<String>, ? extends Iterable<String>> keyTransformer)