|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnList | |
---|---|
com.netflix.astyanax.mapping | |
com.netflix.astyanax.model | |
com.netflix.astyanax.shallows | |
com.netflix.astyanax.thrift.model |
Uses of ColumnList in com.netflix.astyanax.mapping |
---|
Methods in com.netflix.astyanax.mapping with parameters of type ColumnList | |
---|---|
T |
Mapping.initInstance(T instance,
ColumnList<String> columns)
Populate the given instance with the values from the given column list |
T |
Mapping.newInstance(ColumnList<String> columns)
Allocate a new instance and populate it with the values from the given column list |
Uses of ColumnList in com.netflix.astyanax.model |
---|
Methods in com.netflix.astyanax.model that return ColumnList | ||
---|---|---|
ColumnList<C> |
Row.getColumns()
Child columns of the row. |
|
|
Column.getSubColumns(Serializer<C2> ser)
Deprecated. Super columns should be replaced with composite columns |
Uses of ColumnList in com.netflix.astyanax.shallows |
---|
Classes in com.netflix.astyanax.shallows that implement ColumnList | |
---|---|
class |
EmptyColumnList<C>
|
Methods in com.netflix.astyanax.shallows that return ColumnList | ||
---|---|---|
|
EmptyColumn.getSubColumns(Serializer<C2> ser)
|
Uses of ColumnList in com.netflix.astyanax.thrift.model |
---|
Classes in com.netflix.astyanax.thrift.model that implement ColumnList | |
---|---|
class |
ThriftColumnListImpl<C>
Wrapper for a simple list of columns where each column has a scalar value. |
class |
ThriftColumnOrSuperColumnListImpl<C>
List of columns that can be either a list of super columns or standard columns. |
class |
ThriftCounterColumnListImpl<C>
|
Methods in com.netflix.astyanax.thrift.model that return ColumnList | ||
---|---|---|
ColumnList<C> |
ThriftRowImpl.getColumns()
|
|
|
ThriftSuperColumnImpl.getSubColumns(Serializer<C2> ser)
|
|
|
ThriftCounterSuperColumnImpl.getSubColumns(Serializer<C2> ser)
|
|
|
ThriftCounterColumnImpl.getSubColumns(Serializer<C2> ser)
|
|
|
ThriftColumnImpl.getSubColumns(Serializer<C2> ser)
|
Constructors in com.netflix.astyanax.thrift.model with parameters of type ColumnList | |
---|---|
ThriftRowImpl(K key,
ByteBuffer byteBuffer,
ColumnList<C> columns)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |