| Package | Description |
|---|---|
| com.cosmian.jna.findex | |
| com.cosmian.jna.findex.structs |
| Modifier and Type | Method and Description |
|---|---|
List<Tuple<Uid32,EntryTableValue>> |
EntryTableDatabase.fetch(List<Uid32> uids)
Fetch the Entry Table lines for the list of given
Uid32. |
Map<Uid32,EntryTableValue> |
EntryTableDatabase.upsert(Map<Uid32,EntryTableValues> uidsAndValues)
Upsert the given lines into the Entry Table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntryTableDatabase.insert(Map<Uid32,EntryTableValue> uidsAndValues)
Insert the given lines in the Chain Table.
|
| 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.