public class ComplexColumnPartSerde extends Object implements ColumnPartSerde
| Constructor and Description |
|---|
ComplexColumnPartSerde(GenericIndexed column,
String typeName) |
| Modifier and Type | Method and Description |
|---|---|
static ComplexColumnPartSerde |
createDeserializer(String complexType) |
String |
getTypeName() |
long |
numBytes() |
ColumnPartSerde |
read(ByteBuffer buffer,
ColumnBuilder builder,
ColumnConfig columnConfig) |
void |
write(WritableByteChannel channel) |
public ComplexColumnPartSerde(GenericIndexed column, String typeName)
public static ComplexColumnPartSerde createDeserializer(String complexType)
public String getTypeName()
public long numBytes()
numBytes in interface ColumnPartSerdepublic void write(WritableByteChannel channel) throws IOException
write in interface ColumnPartSerdeIOExceptionpublic ColumnPartSerde read(ByteBuffer buffer, ColumnBuilder builder, ColumnConfig columnConfig)
read in interface ColumnPartSerdeCopyright © 2011–2015. All rights reserved.