public class ArtifactsIndexDB extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ARTIFACT_TABLE_NAME |
| Constructor and Description |
|---|
ArtifactsIndexDB(String tableName,
NanoDB db,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
boolean |
contains(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsStream<net.thevpc.nuts.NutsId> |
findAll(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsStream<net.thevpc.nuts.NutsId> |
findByArtifactId(String artifactId,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsStream<net.thevpc.nuts.NutsId> |
findByGroupId(String groupId,
net.thevpc.nuts.NutsSession session) |
void |
flush(net.thevpc.nuts.NutsSession session) |
static ArtifactsIndexDB |
of(net.thevpc.nuts.NutsSession session) |
public static final String DEFAULT_ARTIFACT_TABLE_NAME
public static ArtifactsIndexDB of(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsStream<net.thevpc.nuts.NutsId> findAll(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsStream<net.thevpc.nuts.NutsId> findByGroupId(String groupId, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsStream<net.thevpc.nuts.NutsId> findByArtifactId(String artifactId, net.thevpc.nuts.NutsSession session)
public void add(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
public void flush(net.thevpc.nuts.NutsSession session)
public boolean contains(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.