| Package | Description |
|---|---|
| com.cosmian.jna.findex |
| Modifier and Type | Method and Description |
|---|---|
List<Tuple<Uid32,ChainTableValue>> |
ChainTableDatabase.fetch(List<Uid32> uids)
Fetch the Chain Table lines for the list of given
Uid32. |
List<Tuple<Uid32,EntryTableValue>> |
EntryTableDatabase.fetch(List<Uid32> uids)
Fetch the Entry Table lines for the list of given
Uid32. |
Set<Uid32> |
EntryTableDatabase.fetchAllUids()
Fetch all the Entry Table Uids.
|
Map<Uid32,EntryTableValue> |
EntryTableDatabase.upsert(Map<Uid32,EntryTableValues> uidsAndValues)
Upsert the given lines into the Entry Table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChainTableDatabase.delete(List<Uid32> uids)
Delete the lines indexed by the given UIDs
Uid32 from the Chain Table. |
void |
EntryTableDatabase.delete(List<Uid32> uids)
Delete the lines with the given UIDs.
|
List<Tuple<Uid32,ChainTableValue>> |
ChainTableDatabase.fetch(List<Uid32> uids)
Fetch the Chain Table lines for the list of given
Uid32. |
List<Tuple<Uid32,EntryTableValue>> |
EntryTableDatabase.fetch(List<Uid32> uids)
Fetch the Entry Table lines for the list of given
Uid32. |
void |
ChainTableDatabase.insert(Map<Uid32,ChainTableValue> uidsAndValues)
Insert the given lines in the Chain Table.
|
void |
EntryTableDatabase.insert(Map<Uid32,EntryTableValue> uidsAndValues)
Insert the given lines in the Chain Table.
|
Map<Uid32,EntryTableValue> |
EntryTableDatabase.upsert(Map<Uid32,EntryTableValues> uidsAndValues)
Upsert the given lines into the Entry Table.
|
Copyright © 2023. All rights reserved.