|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.rdf.internal.encoder.SolutionSetStreamEncoder
public class SolutionSetStreamEncoder
Stream encoder for solution sets (chunk oriented).
SolutionSetStreamDecoder| Constructor Summary | |
|---|---|
SolutionSetStreamEncoder(String name)
|
|
| Method Summary | |
|---|---|
void |
encode(DataOutputStream os,
ICloseableIterator<IBindingSet[]> src2)
Encode solutions onto the output stream. |
long |
getSolutionCount()
#of solutions written. |
ISolutionSetStats |
getStats()
The statistics for the encoded solutions (set when done). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SolutionSetStreamEncoder(String name)
| Method Detail |
|---|
public long getSolutionCount()
public ISolutionSetStats getStats()
public void encode(DataOutputStream os,
ICloseableIterator<IBindingSet[]> src2)
throws IOException
os - The output stream.src2 - The solutions to be encoded.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||