Package | Description |
---|---|
be.panako.strategy.nfft.storage |
Defines the interface to a key-value-store.
|
be.panako.strategy.nfft.storage.redisson |
Modifier and Type | Method and Description |
---|---|
java.util.List<NFFTFingerprintQueryMatch> |
Storage.getMatches(java.util.List<NFFTFingerprint> fingerprints,
int size) |
java.util.List<NFFTFingerprintQueryMatch> |
NFFTMapDBStorage.getMatches(java.util.List<NFFTFingerprint> fingerprints,
int size) |
Modifier and Type | Method and Description |
---|---|
java.util.List<NFFTFingerprintQueryMatch> |
NFFTRedisStorage.getMatches(java.util.List<NFFTFingerprint> fingerprints,
int size) |