K - type of the column key or namepublic static final class ByteArrayColumn.ByteArrayColumnDecoder<K extends Serializable & Comparable<K>> extends Object implements ColumnDecoder<K,byte[]>
| Modifier and Type | Method and Description |
|---|---|
Column<K,byte[]> |
decode(com.netflix.astyanax.model.Column<K> code)
Method decode.
|
static <K extends Serializable & Comparable<K>> |
getInstance()
Returns the single instance of this class.
|
public static <K extends Serializable & Comparable<K>> ColumnDecoder<K,byte[]> getInstance()
public Column<K,byte[]> decode(com.netflix.astyanax.model.Column<K> code) throws IllegalArgumentException
decode in interface Decoder<Column<K extends Serializable & Comparable<K>,byte[]>,com.netflix.astyanax.model.Column<K extends Serializable & Comparable<K>>>code - com.netflix.astyanax.model.ColumnIllegalArgumentException - objectCopyright © 2014. All Rights Reserved.