| Package | Description |
|---|---|
| com.cosmian.jna.findex | |
| com.cosmian.jna.findex.ffi | |
| com.cosmian.jna.findex.structs |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Map<Uid32,EntryTableValue> |
Database.fetchEntries(List<Uid32> uids)
Fetch the Entry Table lines for the list of given
Uid32. |
protected abstract Map<Uid32,EntryTableValue> |
Database.upsertEntries(Map<Uid32,EntryTableValues> uidsAndValues)
Upsert the given lines into the Entry Table.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Uid32,EntryTableValue> |
FindexUserCallbacks.DBFetchEntry.fetch(List<Uid32> uids) |
Map<Uid32,EntryTableValue> |
FindexUserCallbacks.DBUpsertEntry.upsert(Map<Uid32,EntryTableValues> uidsAndValues) |
| Modifier and Type | Method and Description |
|---|---|
void |
FindexUserCallbacks.DBUpdateLines.update(List<Uid32> removedChains,
Map<Uid32,EntryTableValue> newEntries,
Map<Uid32,ChainTableValue> newChains) |
| Modifier and Type | Method and Description |
|---|---|
EntryTableValue |
EntryTableValues.getNew() |
EntryTableValue |
EntryTableValues.getPrevious() |
| Constructor and Description |
|---|
EntryTableValues(EntryTableValue previousValue,
EntryTableValue newValue) |
Copyright © 2023. All rights reserved.