Uses of Interface
com.netflix.astyanax.ColumnMutation

Packages that use ColumnMutation
com.netflix.astyanax   
com.netflix.astyanax.thrift   
 

Uses of ColumnMutation in com.netflix.astyanax
 

Methods in com.netflix.astyanax that return ColumnMutation
<K,C> ColumnMutation
Keyspace.prepareColumnMutation(ColumnFamily<K,C> columnFamily, K rowKey, C column)
          Mutation for a single column
 ColumnMutation ColumnMutation.setConsistencyLevel(ConsistencyLevel consistencyLevel)
           
 ColumnMutation ColumnMutation.withRetryPolicy(RetryPolicy retry)
           
 

Uses of ColumnMutation in com.netflix.astyanax.thrift
 

Classes in com.netflix.astyanax.thrift that implement ColumnMutation
 class AbstractThriftColumnMutationImpl
           
 

Methods in com.netflix.astyanax.thrift that return ColumnMutation
<K,C> ColumnMutation
ThriftKeyspaceImpl.prepareColumnMutation(ColumnFamily<K,C> columnFamily, K rowKey, C column)
           
 



Copyright © 2012. All Rights Reserved.