|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnPath | |
---|---|
com.netflix.astyanax | |
com.netflix.astyanax.model | |
com.netflix.astyanax.thrift | |
com.netflix.astyanax.thrift.model |
Uses of ColumnPath in com.netflix.astyanax |
---|
Methods in com.netflix.astyanax with parameters of type ColumnPath | ||
---|---|---|
|
ColumnListMutation.withSuperColumn(ColumnPath<SC> superColumnPath)
Generic call to insert a super column. |
Uses of ColumnPath in com.netflix.astyanax.model |
---|
Methods in com.netflix.astyanax.model that return ColumnPath | ||
---|---|---|
|
ColumnPath.append(C2 name,
Serializer<C2> ser)
Deprecated. Add a depth to the path |
|
|
ColumnPath.append(double name)
Deprecated. |
|
|
ColumnPath.append(int name)
Deprecated. |
|
|
ColumnPath.append(String name)
Deprecated. |
Uses of ColumnPath in com.netflix.astyanax.thrift |
---|
Methods in com.netflix.astyanax.thrift with parameters of type ColumnPath | ||
---|---|---|
static
|
ThriftConverter.getColumnParent(ColumnFamily<?,?> columnFamily,
ColumnPath<?> path)
Construct a Hector ColumnParent based on the information in the query and the type of column family being queried. |
|
static
|
ThriftConverter.getColumnPath(ColumnFamily<?,?> columnFamily,
ColumnPath<?> path)
Construct a Thrift ColumnPath based on the information in the query and the type of column family being queried. |
|
|
ThriftSuperColumnMutationImpl.withSuperColumn(ColumnPath<SC> superColumnPath)
Deprecated. |
|
|
ThriftColumnFamilyMutationImpl.withSuperColumn(ColumnPath<SC> superColumnPath)
|
Constructors in com.netflix.astyanax.thrift with parameters of type ColumnPath | |
---|---|
ThriftSuperColumnMutationImpl(Clock clock,
List<org.apache.cassandra.thrift.Mutation> mutationList,
ColumnPath<C> path)
Deprecated. |
Uses of ColumnPath in com.netflix.astyanax.thrift.model |
---|
Methods in com.netflix.astyanax.thrift.model with parameters of type ColumnPath | ||
---|---|---|
|
ThriftCounterSuperColumnMutationImpl.withSuperColumn(ColumnPath<SC> superColumnPath)
|
Constructors in com.netflix.astyanax.thrift.model with parameters of type ColumnPath | |
---|---|
ThriftCounterSuperColumnMutationImpl(Clock clock,
List<org.apache.cassandra.thrift.Mutation> mutationList,
ColumnPath<C> path)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |