C - type of the column name or column keypublic static final class ValuelessColumn.ValuelessColumnDecoder<C extends Serializable & Comparable<C>> extends Object implements ColumnDecoder<C,Void>
| Modifier and Type | Method and Description |
|---|---|
Column<C,Void> |
decode(com.netflix.astyanax.model.Column<C> code)
Decodes a code to reconstruct the original entity.
|
static <C extends Serializable & Comparable<C>> |
getInstance()
Returns the single instance of this class.
|
public static <C extends Serializable & Comparable<C>> ColumnDecoder<C,Void> getInstance()
public Column<C,Void> decode(com.netflix.astyanax.model.Column<C> code) throws IllegalArgumentException
Decoderdecode in interface Decoder<Column<C extends Serializable & Comparable<C>,Void>,com.netflix.astyanax.model.Column<C extends Serializable & Comparable<C>>>code - code representing an entity.IllegalArgumentException - if code does not have the appropriate format.Copyright © 2014. All Rights Reserved.