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, size
void save(OutputStream output, ControlInfo ci, ProgressListener listener) throws IOException
output
- The OutputStream to save the triples toIOException
void load(InputStream input, ControlInfo ci, ProgressListener listener) throws IOException
input
- The InputStream to load the file fromIOException
void mapFromFile(CountInputStream in, File f, ProgressListener listener) throws IOException
IOException
void generateIndex(ProgressListener listener)
listener
- void loadIndex(InputStream input, ControlInfo ci, ProgressListener listener) throws IOException
input
- The InputStream to load the index fromIOException
void mapIndex(CountInputStream input, File f, ControlInfo ci, ProgressListener listener) throws IOException
input
- The InputStream to load the index fromIOException
void saveIndex(OutputStream output, ControlInfo ci, ProgressListener listener) throws IOException
output
- The OutputStream to save the indexIOException
void load(TempTriples input, ProgressListener listener)
input
- The TempTriples input to load fromCopyright © 2017 INSIGHT Centre for Data Analytics. All rights reserved.