| Package | Description |
|---|---|
| com.cosmian.jna.findex | |
| com.cosmian.jna.findex.ffi |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Map<Uid32,ChainTableValue> |
Database.fetchChains(List<Uid32> uids)
Fetch the Chain Table lines for the list of given
Uid32. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
Database.updateTables(List<Uid32> removedChains,
Map<Uid32,EntryTableValue> newEntries,
Map<Uid32,ChainTableValue> newChains)
Update the database tables with the new values.
|
protected abstract void |
Database.upsertChains(Map<Uid32,ChainTableValue> uidsAndValues)
Upsert the given lines into the Chain Table *
|
| Modifier and Type | Method and Description |
|---|---|
Map<Uid32,ChainTableValue> |
FindexUserCallbacks.DBFetchChain.fetch(List<Uid32> uids) |
| Modifier and Type | Method and Description |
|---|---|
void |
FindexUserCallbacks.DBUpdateLines.update(List<Uid32> removedChains,
Map<Uid32,EntryTableValue> newEntries,
Map<Uid32,ChainTableValue> newChains) |
void |
FindexUserCallbacks.DBUpsertChain.upsert(Map<Uid32,ChainTableValue> uidsAndValues) |
Copyright © 2023. All rights reserved.