Uses of Class
com.netflix.astyanax.model.ColumnPath

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
<SC> ColumnListMutation<SC>
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
<C2> ColumnPath<C>
ColumnPath.append(C2 name, Serializer<C2> ser)
          Deprecated. Add a depth to the path
<C2> ColumnPath<C>
ColumnPath.append(double name)
          Deprecated.  
<C2> ColumnPath<C>
ColumnPath.append(int name)
          Deprecated.  
<C2> ColumnPath<C>
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
<K> org.apache.cassandra.thrift.ColumnParent
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
<K> org.apache.cassandra.thrift.ColumnPath
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.
<SC> ColumnListMutation<SC>
ThriftSuperColumnMutationImpl.withSuperColumn(ColumnPath<SC> superColumnPath)
          Deprecated.  
<SC> ColumnListMutation<SC>
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
<SC> ColumnListMutation<SC>
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)
           
 



Copyright © 2012. All Rights Reserved.