static void |
Ffi.compact(int numberOfReindexingPhasesBeforeFullSet,
MasterKeys masterKeys,
byte[] label,
FfiWrapper.FetchEntryCallback fetchEntry,
FfiWrapper.FetchChainCallback fetchChain,
FfiWrapper.FetchAllEntryCallback fetchAllEntry,
FfiWrapper.UpdateLinesCallback updateLines,
FfiWrapper.ListRemovedLocationsCallback listRemovedLocations) |
static void |
Ffi.graph_upsert(MasterKeys masterKeys,
byte[] label,
HashMap<IndexedValue,Word[]> indexedValuesAndWords,
FfiWrapper.FetchEntryCallback fetchEntry,
FfiWrapper.UpsertEntryCallback upsertEntry,
FfiWrapper.UpsertChainCallback upsertChain) |
int |
FfiWrapper.h_compact(int numberOfReindexingPhasesBeforeFullSet,
String masterKeysJson,
com.sun.jna.Pointer labelPointer,
int labelSize,
FfiWrapper.FetchEntryCallback fetchEntry,
FfiWrapper.FetchChainCallback fetchChain,
FfiWrapper.FetchAllEntryCallback fetchAllEntry,
FfiWrapper.UpdateLinesCallback updateLines,
FfiWrapper.ListRemovedLocationsCallback listRemovedLocations) |
int |
FfiWrapper.h_graph_upsert(String masterKeysJson,
com.sun.jna.Pointer labelPointer,
int labelSize,
String dbUidsAndWordsJson,
FfiWrapper.FetchEntryCallback fetchEntry,
FfiWrapper.UpsertEntryCallback upsertEntry,
FfiWrapper.UpsertChainCallback upsertChain) |
int |
FfiWrapper.h_search(byte[] dbUidsPtr,
com.sun.jna.ptr.IntByReference dbUidsSize,
com.sun.jna.Pointer keyKPointer,
int keyKLength,
com.sun.jna.Pointer labelPointer,
int labelSize,
String words,
int loopIterationLimit,
int maxDepth,
FfiWrapper.ProgressCallback progress,
FfiWrapper.FetchEntryCallback fetchEntry,
FfiWrapper.FetchChainCallback fetchChain) |
int |
FfiWrapper.h_upsert(String masterKeysJson,
com.sun.jna.Pointer labelPointer,
int labelSize,
String dbUidsAndWordsJson,
FfiWrapper.FetchEntryCallback fetchEntry,
FfiWrapper.UpsertEntryCallback upsertEntry,
FfiWrapper.UpsertChainCallback upsertChain) |
static List<byte[]> |
Ffi.search(byte[] keyK,
byte[] label,
Word[] words,
int loopIterationLimit,
int maxDepth,
FfiWrapper.ProgressCallback progress,
FfiWrapper.FetchEntryCallback fetchEntry,
FfiWrapper.FetchChainCallback fetchChain) |
static void |
Ffi.upsert(MasterKeys masterKeys,
byte[] label,
HashMap<IndexedValue,Word[]> indexedValuesAndWords,
FfiWrapper.FetchEntryCallback fetchEntry,
FfiWrapper.UpsertEntryCallback upsertEntry,
FfiWrapper.UpsertChainCallback upsertChain) |