| Constructor and Description |
|---|
ArtifactsIndexDB(String tableName,
NanoDB db) |
| Modifier and Type | Method and Description |
|---|---|
NanoDB |
NWorkspaceStoreOnDisk.cacheDB() |
NanoDB |
NWorkspaceStoreInMemory.cacheDB() |
NanoDB |
NWorkspaceStore.cacheDB() |
NanoDB |
NWorkspaceStoreOnDisk.varDB() |
NanoDB |
NWorkspaceStoreInMemory.varDB() |
NanoDB |
NWorkspaceStore.varDB() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNanoDB |
| Constructor and Description |
|---|
NanoDBTableDefinitionBuilderFromBean(Class<T> cls,
NanoDB db) |
| Modifier and Type | Class and Description |
|---|---|
class |
NanoDBOnDisk |
| Constructor and Description |
|---|
NanoDBTableStoreFile(Class<T> rowType,
File dir,
String tableName,
NanoDBSerializer<T> serializer,
NanoDB db,
NanoDBIndexDefinition<T>[] indexDefinitions) |
| Modifier and Type | Class and Description |
|---|---|
class |
NanoDBInMemory |
| Constructor and Description |
|---|
NanoDBTableStoreMem(Class<T> rowType,
String tableName,
NanoDB db,
NanoDBIndexDefinition<T>[] indexDefinitions) |
Copyright © 2026 vpc open source initiative. All rights reserved.