public class DefaultNutsIndexStore extends AbstractNutsIndexStore
| Constructor and Description |
|---|
DefaultNutsIndexStore(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 |
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 |
subscribe(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsIndexStore |
unsubscribe(net.thevpc.nuts.NutsSession session) |
getRepository, isEnabled, isInaccessible, setEnabled, setInaccessible, setRepositorypublic DefaultNutsIndexStore(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 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.