public interface PredicateIndex
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
generate(ProgressListener listener) |
long |
getBase(long pred) |
long |
getNumOcurrences(long pred) |
long |
getOccurrence(long base,
long occ) |
void |
load(InputStream in) |
void |
mapIndex(CountInputStream input,
File f,
ProgressListener listener) |
void |
save(OutputStream in) |
long getNumOcurrences(long pred)
long getBase(long pred)
long getOccurrence(long base,
long occ)
void load(InputStream in) throws IOException
IOExceptionvoid save(OutputStream in) throws IOException
IOExceptionvoid mapIndex(CountInputStream input, File f, ProgressListener listener) throws IOException
IOExceptionvoid generate(ProgressListener listener)
void close()
throws IOException
IOExceptionCopyright © 2018 DataWeb Research. All rights reserved.