Uses of Class
me.prettyprint.cassandra.service.template.AbstractTemplateUpdater

Packages that use AbstractTemplateUpdater
me.prettyprint.cassandra.service.template   
 

Uses of AbstractTemplateUpdater in me.prettyprint.cassandra.service.template
 

Subclasses of AbstractTemplateUpdater in me.prettyprint.cassandra.service.template
 class ColumnFamilyUpdater<K,N>
          This provides an interface of updating a specified row, most likely with the contents of an object.
 class SuperCfUpdater<K,SN,N>
          This provides an interface of updating a specified row, most likely with the contents of an object.
 

Methods in me.prettyprint.cassandra.service.template that return AbstractTemplateUpdater
 AbstractTemplateUpdater<K,N> AbstractTemplateUpdater.addKey(K key)
           
 

Methods in me.prettyprint.cassandra.service.template with parameters of type AbstractTemplateUpdater
protected  MutationResult AbstractColumnFamilyTemplate.executeIfNotBatched(AbstractTemplateUpdater<K,N> updater)
           
 



Copyright © 2013. All Rights Reserved.