public class EntireLayoutColumnarFloatsSerializer extends Object implements ColumnarFloatsSerializer
EntireLayoutColumnarFloatsSupplier.EntireLayoutColumnarFloats.| Modifier and Type | Method and Description | 
|---|---|
void | 
add(float value)  | 
long | 
getSerializedSize()
Returns the number of bytes, that this Serializer will write to the output _channel_ (not smoosher) on a  
Serializer.writeTo(java.nio.channels.WritableByteChannel, io.druid.java.util.common.io.smoosh.FileSmoosher) call. | 
void | 
open()  | 
int | 
size()  | 
void | 
writeTo(WritableByteChannel channel,
       FileSmoosher smoosher)
Writes serialized form of this object to the given channel. 
 | 
public void open()
          throws IOException
open in interface ColumnarFloatsSerializerIOExceptionpublic int size()
size in interface ColumnarFloatsSerializerpublic void add(float value)
         throws IOException
add in interface ColumnarFloatsSerializerIOExceptionpublic long getSerializedSize()
                       throws IOException
SerializerSerializer.writeTo(java.nio.channels.WritableByteChannel, io.druid.java.util.common.io.smoosh.FileSmoosher) call.getSerializedSize in interface SerializerIOExceptionpublic void writeTo(WritableByteChannel channel, FileSmoosher smoosher) throws IOException
SerializerwriteTo in interface SerializerIOExceptionCopyright © 2011–2018. All rights reserved.