public class DummyNutsIndexStore extends AbstractNutsIndexStore
| Constructor and Description |
|---|
DummyNutsIndexStore(net.thevpc.nuts.NutsRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsIndexStore |
invalidate(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
boolean |
isEnabled() |
boolean |
isSubscribed(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsIndexStore |
revalidate(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> |
search(net.thevpc.nuts.NutsIdFilter filter,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> |
searchVersions(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsIndexStore |
setEnabled(boolean enabled) |
net.thevpc.nuts.NutsIndexStore |
subscribe(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsIndexStore |
unsubscribe(net.thevpc.nuts.NutsSession session) |
getRepository, isInaccessible, setInaccessible, setRepositorypublic DummyNutsIndexStore(net.thevpc.nuts.NutsRepository repository)
public net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> searchVersions(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> search(net.thevpc.nuts.NutsIdFilter filter,
net.thevpc.nuts.NutsSession session)
public boolean isEnabled()
isEnabled in interface net.thevpc.nuts.NutsIndexStoreisEnabled in class AbstractNutsIndexStorepublic net.thevpc.nuts.NutsIndexStore setEnabled(boolean enabled)
setEnabled in interface net.thevpc.nuts.NutsIndexStoresetEnabled in class AbstractNutsIndexStorepublic net.thevpc.nuts.NutsIndexStore invalidate(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsIndexStore revalidate(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsIndexStore subscribe(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsIndexStore unsubscribe(net.thevpc.nuts.NutsSession session)
public boolean isSubscribed(net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.