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) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(NId id) |
boolean |
contains(NId id) |
NStream<NId> |
findAll() |
NStream<NId> |
findByArtifactId(String artifactId) |
NStream<NId> |
findByGroupId(String groupId) |
void |
flush() |
static ArtifactsIndexDB |
of() |
public static final String DEFAULT_ARTIFACT_TABLE_NAME
public static ArtifactsIndexDB of()
public void add(NId id)
public void flush()
public boolean contains(NId id)
Copyright © 2026 vpc open source initiative. All rights reserved.