-
Method Summary
Modifier and Type |
Method |
Description |
void |
addToQueryQueue(long queryHash) |
|
void |
addToStoreQueue(long fingerprintHash,
int resourceIdentifier,
int t1,
int f1) |
|
PanakoResourceMetadata |
getMetadata(long identifier) |
|
void |
processQueryQueue(java.util.Map<java.lang.Long,java.util.List<PanakoHit>> matchAccumulator,
int range) |
|
void |
processQueryQueue(java.util.Map<java.lang.Long,java.util.List<PanakoHit>> matchAccumulator,
int range,
java.util.Set<java.lang.Integer> resourcesToAvoid) |
|
void |
processStoreQueue() |
|
void |
storeMetadata(long resourceID,
java.lang.String resourcePath,
float duration,
int fingerprints) |
|
-
Method Details
-
-
addToStoreQueue
void addToStoreQueue(long fingerprintHash,
int resourceIdentifier,
int t1,
int f1)
-
processStoreQueue
void processStoreQueue()
-
-
addToQueryQueue
void addToQueryQueue(long queryHash)
-
processQueryQueue
void processQueryQueue(
java.util.Map<java.lang.Long,java.util.List<PanakoHit>> matchAccumulator,
int range)
-
processQueryQueue
void processQueryQueue(
java.util.Map<java.lang.Long,java.util.List<PanakoHit>> matchAccumulator,
int range,
java.util.Set<java.lang.Integer> resourcesToAvoid)