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