public interface TriplesPrivate extends Triples
| Modifier and Type | Method and Description |
|---|---|
void |
generateIndex(ProgressListener listener)
Generates the associated Index
|
void |
load(InputStream input,
ControlInfo ci,
ProgressListener listener)
Loads the structure from an InputStream
|
void |
load(TempTriples input,
ProgressListener listener)
Loads triples from another Triples Structure
|
void |
loadIndex(InputStream input,
ControlInfo ci,
ProgressListener listener)
Loads the associated Index from an InputStream
|
void |
mapFromFile(CountInputStream in,
File f,
ProgressListener listener) |
void |
mapIndex(CountInputStream input,
File f,
ControlInfo ci,
ProgressListener listener)
Loads the associated Index from an InputStream
|
void |
save(OutputStream output,
ControlInfo ci,
ProgressListener listener)
Serializes the triples to an OutputStream
|
void |
saveIndex(OutputStream output,
ControlInfo ci,
ProgressListener listener)
Saves the associated Index to an OutputStream
|
getNumberOfElements, getType, populateHeader, search, searchAll, sizevoid save(OutputStream output, ControlInfo ci, ProgressListener listener) throws IOException
output - The OutputStream to save the triples toIOExceptionvoid load(InputStream input, ControlInfo ci, ProgressListener listener) throws IOException
input - The InputStream to load the file fromIOExceptionvoid mapFromFile(CountInputStream in, File f, ProgressListener listener) throws IOException
IOExceptionvoid generateIndex(ProgressListener listener)
listener - void loadIndex(InputStream input, ControlInfo ci, ProgressListener listener) throws IOException
input - The InputStream to load the index fromIOExceptionvoid mapIndex(CountInputStream input, File f, ControlInfo ci, ProgressListener listener) throws IOException
input - The InputStream to load the index fromIOExceptionvoid saveIndex(OutputStream output, ControlInfo ci, ProgressListener listener) throws IOException
output - The OutputStream to save the indexIOExceptionvoid load(TempTriples input, ProgressListener listener)
input - The TempTriples input to load fromCopyright © 2017 INSIGHT Centre for Data Analytics. All rights reserved.