public static class VectorSerializer.Writer extends Object implements Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getBytesWritten() |
long |
time(TimeUnit unit) |
int |
write(VectorAccessible va) |
int |
write(VectorAccessible va,
SelectionVector2 sv2) |
int |
write(WritableBatch batch,
SelectionVector2 sv2) |
public int write(VectorAccessible va) throws IOException
IOExceptionpublic int write(VectorAccessible va, SelectionVector2 sv2) throws IOException
IOExceptionpublic int write(WritableBatch batch, SelectionVector2 sv2) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic long time(TimeUnit unit)
public int getBytesWritten()
Copyright © 2022 The Apache Software Foundation. All rights reserved.