| Package | Description |
|---|---|
| com.cosmian.jna.findex | |
| com.cosmian.jna.findex.ffi | |
| com.cosmian.jna.findex.structs |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<Location> |
Database.listRemovedLocations(List<Location> locations)
Determine which of the passed
Location no longer exist in the main database/storage and return them. |
static Map<Keyword,Set<Location>> |
Findex.search(byte[] key,
byte[] label,
Set<Keyword> keyWords,
Database db) |
static Map<Keyword,Set<Location>> |
Findex.search(byte[] key,
byte[] label,
Set<Keyword> keyWords,
int maxResultsPerKeyword,
int maxDepth,
Database db) |
static Map<Keyword,Set<Location>> |
Findex.search(byte[] key,
byte[] label,
Set<Keyword> keyWords,
int maxResultsPerKeyword,
int maxDepth,
int insecureFetchChainsBatchSize,
Database db) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<Location> |
Database.listRemovedLocations(List<Location> locations)
Determine which of the passed
Location no longer exist in the main database/storage and return them. |
| Modifier and Type | Method and Description |
|---|---|
Map<Keyword,Set<Location>> |
SearchResults.getResults() |
List<Location> |
FindexUserCallbacks.DBListRemovedLocations.list(List<Location> locations) |
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
FindexUserCallbacks.DBListRemovedLocations.list(List<Location> locations) |
| Modifier and Type | Method and Description |
|---|---|
Location |
IndexedValue.getLocation() |
| Constructor and Description |
|---|
IndexedValue(Location location) |
Copyright © 2023. All rights reserved.