public class DummyNIndexStore extends AbstractNIndexStore
| Constructor and Description |
|---|
DummyNIndexStore(net.thevpc.nuts.NRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NIndexStore |
invalidate(net.thevpc.nuts.NId id) |
boolean |
isEnabled() |
boolean |
isSubscribed() |
net.thevpc.nuts.NIndexStore |
revalidate(net.thevpc.nuts.NId id) |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> |
search(net.thevpc.nuts.NDefinitionFilter filter) |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> |
searchVersions(net.thevpc.nuts.NId id) |
net.thevpc.nuts.NIndexStore |
setEnabled(boolean enabled) |
net.thevpc.nuts.NIndexStore |
subscribe() |
net.thevpc.nuts.NIndexStore |
unsubscribe() |
getRepository, getWorkspace, isInaccessible, setInaccessible, setRepositorypublic net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> searchVersions(net.thevpc.nuts.NId id)
public net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> search(net.thevpc.nuts.NDefinitionFilter filter)
public boolean isEnabled()
isEnabled in interface net.thevpc.nuts.NIndexStoreisEnabled in class AbstractNIndexStorepublic net.thevpc.nuts.NIndexStore setEnabled(boolean enabled)
setEnabled in interface net.thevpc.nuts.NIndexStoresetEnabled in class AbstractNIndexStorepublic net.thevpc.nuts.NIndexStore invalidate(net.thevpc.nuts.NId id)
public net.thevpc.nuts.NIndexStore revalidate(net.thevpc.nuts.NId id)
public net.thevpc.nuts.NIndexStore subscribe()
public net.thevpc.nuts.NIndexStore unsubscribe()
public boolean isSubscribed()
Copyright © 2025 vpc open source initiative. All rights reserved.