|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VectorWriter
Method Summary | |
---|---|
long |
write(Iterable<Vector> iterable)
Write all values in the Iterable to the output |
long |
write(Iterable<Vector> iterable,
long maxDocs)
Write the first maxDocs to the output. |
void |
write(Vector vector)
Write out a vector |
Methods inherited from interface java.io.Closeable |
---|
close |
Method Detail |
---|
long write(Iterable<Vector> iterable) throws IOException
iterable
- The Iterable
to loop over
IOException
- if there was a problem writingvoid write(Vector vector) throws IOException
vector
- The Vector
to write
IOException
long write(Iterable<Vector> iterable, long maxDocs) throws IOException
maxDocs
to the output.
iterable
- The Iterable
to loop overmaxDocs
- the maximum number of docs to write
IOException
- if there was a problem writing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |