public class DefaultNIndexStore extends AbstractNIndexStore
| Constructor and Description |
|---|
DefaultNIndexStore(net.thevpc.nuts.NRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NIndexStore |
invalidate(net.thevpc.nuts.NId id) |
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 |
subscribe() |
net.thevpc.nuts.NIndexStore |
unsubscribe() |
getRepository, getWorkspace, isEnabled, isInaccessible, setEnabled, setInaccessible, setRepositorypublic DefaultNIndexStore(net.thevpc.nuts.NRepository repository)
public 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 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.