public interface ColumnPartSerde
Modifier and Type | Method and Description |
---|---|
long |
numBytes() |
ColumnPartSerde |
read(ByteBuffer buffer,
ColumnBuilder builder,
ColumnConfig columnConfig) |
void |
write(WritableByteChannel channel) |
long numBytes()
void write(WritableByteChannel channel) throws IOException
IOException
ColumnPartSerde read(ByteBuffer buffer, ColumnBuilder builder, ColumnConfig columnConfig)
Copyright © 2011–2015. All rights reserved.