|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netflix.astyanax.model.AbstractColumnList<C>
public abstract class AbstractColumnList<C>
Constructor Summary | |
---|---|
AbstractColumnList()
|
Method Summary | |
---|---|
Boolean |
getBooleanValue(C columnName,
Boolean defaultValue)
Get value as a boolean |
byte[] |
getByteArrayValue(C columnName,
byte[] defaultValue)
Get the raw byte[] value |
ByteBuffer |
getByteBufferValue(C columnName,
ByteBuffer defaultValue)
Get the raw ByteBuffer value |
Date |
getDateValue(C columnName,
Date defaultValue)
Get the value as a date object |
Double |
getDoubleValue(C columnName,
Double defaultValue)
Return value as a double |
Integer |
getIntegerValue(C columnName,
Integer defaultValue)
Return value as an integer |
Long |
getLongValue(C columnName,
Long defaultValue)
Return value as a long. |
String |
getStringValue(C columnName,
String defaultValue)
Return value as a string |
UUID |
getUUIDValue(C columnName,
UUID defaultValue)
Get the value as a UUID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.netflix.astyanax.model.ColumnList |
---|
getColumnByIndex, getColumnByName, getSuperColumn, getSuperColumn, isEmpty, isSuperColumn, size |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Constructor Detail |
---|
public AbstractColumnList()
Method Detail |
---|
public String getStringValue(C columnName, String defaultValue)
ColumnList
getStringValue
in interface ColumnList<C>
public Integer getIntegerValue(C columnName, Integer defaultValue)
ColumnList
getIntegerValue
in interface ColumnList<C>
public Double getDoubleValue(C columnName, Double defaultValue)
ColumnList
getDoubleValue
in interface ColumnList<C>
public Long getLongValue(C columnName, Long defaultValue)
ColumnList
getLongValue
in interface ColumnList<C>
public byte[] getByteArrayValue(C columnName, byte[] defaultValue)
ColumnList
getByteArrayValue
in interface ColumnList<C>
public Boolean getBooleanValue(C columnName, Boolean defaultValue)
ColumnList
getBooleanValue
in interface ColumnList<C>
public ByteBuffer getByteBufferValue(C columnName, ByteBuffer defaultValue)
ColumnList
getByteBufferValue
in interface ColumnList<C>
public Date getDateValue(C columnName, Date defaultValue)
ColumnList
getDateValue
in interface ColumnList<C>
public UUID getUUIDValue(C columnName, UUID defaultValue)
ColumnList
getUUIDValue
in interface ColumnList<C>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |