|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Column | |
---|---|
com.netflix.astyanax.model | |
com.netflix.astyanax.shallows | |
com.netflix.astyanax.thrift.model |
Uses of Column in com.netflix.astyanax.model |
---|
Methods in com.netflix.astyanax.model that return Column | ||
---|---|---|
Column<C> |
OrderedColumnMap.get(C columnName)
|
|
Column<C> |
ColumnMap.get(C columnName)
Queries column by name |
|
Column<C> |
ColumnList.getColumnByIndex(int idx)
Queries column by index |
|
Column<C> |
ColumnList.getColumnByName(C columnName)
Queries column by name |
|
|
ColumnList.getSuperColumn(C columnName,
Serializer<C2> colSer)
Deprecated. Super columns should be replaced with composite columns |
|
|
ColumnList.getSuperColumn(int idx,
Serializer<C2> colSer)
Deprecated. Super columns should be replaced with composite columns |
Methods in com.netflix.astyanax.model that return types with arguments of type Column | |
---|---|
Map<C,Column<C>> |
OrderedColumnMap.asMap()
|
Map<C,Column<C>> |
ColumnMap.asMap()
Return the underlying map |
Iterator<Column<C>> |
OrderedColumnMap.iterator()
|
Methods in com.netflix.astyanax.model with parameters of type Column | |
---|---|
OrderedColumnMap<C> |
OrderedColumnMap.add(Column<C> column)
|
OrderedColumnMap<C> |
ColumnMap.add(Column<C> column)
Add a single column to the collection |
Method parameters in com.netflix.astyanax.model with type arguments of type Column | |
---|---|
OrderedColumnMap<C> |
OrderedColumnMap.addAll(Collection<Column<C>> columns)
|
OrderedColumnMap<C> |
ColumnMap.addAll(Collection<Column<C>> columns)
Add a set of columns to the collection |
Constructor parameters in com.netflix.astyanax.model with type arguments of type Column | |
---|---|
OrderedColumnMap(Collection<Column<C>> columns)
|
Uses of Column in com.netflix.astyanax.shallows |
---|
Classes in com.netflix.astyanax.shallows that implement Column | |
---|---|
class |
EmptyColumn<C>
|
Methods in com.netflix.astyanax.shallows that return Column | ||
---|---|---|
Column<C> |
EmptyColumnList.getColumnByIndex(int idx)
|
|
Column<C> |
EmptyColumnList.getColumnByName(C columnName)
|
|
|
EmptyColumnList.getSuperColumn(C columnName,
Serializer<C2> colSer)
|
|
|
EmptyColumnList.getSuperColumn(int idx,
Serializer<C2> colSer)
|
Methods in com.netflix.astyanax.shallows that return types with arguments of type Column | |
---|---|
Iterator<Column<C>> |
EmptyColumnList.iterator()
|
Uses of Column in com.netflix.astyanax.thrift.model |
---|
Classes in com.netflix.astyanax.thrift.model that implement Column | |
---|---|
class |
ThriftColumnImpl<C>
TODO: All serializers |
class |
ThriftCounterColumnImpl<C>
|
class |
ThriftCounterSuperColumnImpl<C>
|
class |
ThriftSuperColumnImpl<C>
|
Methods in com.netflix.astyanax.thrift.model that return Column | ||
---|---|---|
Column<C> |
ThriftCounterColumnListImpl.getColumnByIndex(int idx)
|
|
Column<C> |
ThriftColumnOrSuperColumnListImpl.getColumnByIndex(int idx)
|
|
Column<C> |
ThriftColumnListImpl.getColumnByIndex(int idx)
|
|
Column<C> |
ThriftCounterColumnListImpl.getColumnByName(C columnName)
|
|
Column<C> |
ThriftColumnOrSuperColumnListImpl.getColumnByName(C columnName)
|
|
Column<C> |
ThriftColumnListImpl.getColumnByName(C columnName)
|
|
|
ThriftCounterColumnListImpl.getSuperColumn(C columnName,
Serializer<C2> colSer)
|
|
|
ThriftColumnOrSuperColumnListImpl.getSuperColumn(C columnName,
Serializer<C2> colSer)
|
|
|
ThriftColumnListImpl.getSuperColumn(C columnName,
Serializer<C2> colSer)
|
|
|
ThriftCounterColumnListImpl.getSuperColumn(int idx,
Serializer<C2> colSer)
|
|
|
ThriftColumnOrSuperColumnListImpl.getSuperColumn(int idx,
Serializer<C2> colSer)
|
|
|
ThriftColumnListImpl.getSuperColumn(int idx,
Serializer<C2> colSer)
|
Methods in com.netflix.astyanax.thrift.model that return types with arguments of type Column | |
---|---|
Iterator<Column<C>> |
ThriftCounterColumnListImpl.iterator()
|
Iterator<Column<C>> |
ThriftColumnOrSuperColumnListImpl.iterator()
|
Iterator<Column<C>> |
ThriftColumnListImpl.iterator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |