| Package | Description |
|---|---|
| com.cosmian.jna.findex | |
| com.cosmian.jna.findex.ffi |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Set<Uid32> |
Database.fetchAllEntryTableUids()
Fetch all Uids of the Entry Table
|
protected abstract Map<Uid32,ChainTableValue> |
Database.fetchChains(List<Uid32> uids)
Fetch the Chain Table lines for the list of given
Uid32. |
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 Map<Uid32,ChainTableValue> |
Database.fetchChains(List<Uid32> uids)
Fetch the Chain Table lines for the list of given
Uid32. |
protected abstract Map<Uid32,EntryTableValue> |
Database.fetchEntries(List<Uid32> uids)
Fetch the Entry Table lines for the list of given
Uid32. |
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.updateTables(List<Uid32> removedChains,
Map<Uid32,EntryTableValue> newEntries,
Map<Uid32,ChainTableValue> newChains)
Update the database tables with the new values.
|
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 *
|
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 |
|---|---|
Map<Uid32,EntryTableValue> |
FindexUserCallbacks.DBFetchEntry.fetch(List<Uid32> uids) |
Map<Uid32,ChainTableValue> |
FindexUserCallbacks.DBFetchChain.fetch(List<Uid32> uids) |
Set<Uid32> |
FindexUserCallbacks.DBFetchAllEntryTableUids.fetchAll() |
Map<Uid32,EntryTableValue> |
FindexUserCallbacks.DBUpsertEntry.upsert(Map<Uid32,EntryTableValues> uidsAndValues) |
| Modifier and Type | Method and Description |
|---|---|
Map<Uid32,EntryTableValue> |
FindexUserCallbacks.DBFetchEntry.fetch(List<Uid32> uids) |
Map<Uid32,ChainTableValue> |
FindexUserCallbacks.DBFetchChain.fetch(List<Uid32> uids) |
void |
FindexUserCallbacks.DBUpdateLines.update(List<Uid32> removedChains,
Map<Uid32,EntryTableValue> newEntries,
Map<Uid32,ChainTableValue> newChains) |
void |
FindexUserCallbacks.DBUpdateLines.update(List<Uid32> removedChains,
Map<Uid32,EntryTableValue> newEntries,
Map<Uid32,ChainTableValue> newChains) |
void |
FindexUserCallbacks.DBUpdateLines.update(List<Uid32> removedChains,
Map<Uid32,EntryTableValue> newEntries,
Map<Uid32,ChainTableValue> newChains) |
void |
FindexUserCallbacks.DBUpsertChain.upsert(Map<Uid32,ChainTableValue> uidsAndValues) |
Map<Uid32,EntryTableValue> |
FindexUserCallbacks.DBUpsertEntry.upsert(Map<Uid32,EntryTableValues> uidsAndValues) |
Copyright © 2023. All rights reserved.