|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
C
- Data type for column namespublic interface ColumnList<C>
Interface to a list of columns.
Method Summary | ||
---|---|---|
Column<C> |
getColumnByIndex(int idx)
Queries column by index |
|
Column<C> |
getColumnByName(C columnName)
Queries column by name |
|
|
getSuperColumn(C columnName,
Serializer<C2> colSer)
Deprecated. Super columns should be replaced with composite columns |
|
|
getSuperColumn(int idx,
Serializer<C2> colSer)
Deprecated. Super columns should be replaced with composite columns |
|
boolean |
isEmpty()
Indicates if the list of columns is empty |
|
boolean |
isSuperColumn()
Deprecated. Super columns should be replaced with composite columns |
|
int |
size()
returns the number of columns in the row |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
Column<C> getColumnByName(C columnName)
columnName
-
Exception
Column<C> getColumnByIndex(int idx)
idx
-
NetflixCassandraException
<C2> Column<C2> getSuperColumn(C columnName, Serializer<C2> colSer)
C2
- columnName
- colSer
-
NetflixCassandraException
<C2> Column<C2> getSuperColumn(int idx, Serializer<C2> colSer)
idx
-
NetflixCassandraException
boolean isEmpty()
int size()
boolean isSuperColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |