| Package | Description |
|---|---|
| me.prettyprint.cassandra.service.template |
| Modifier and Type | Method and Description |
|---|---|
SuperCfUpdater<K,SN,N> |
SuperCfUpdater.addKey(K key) |
SuperCfUpdater<K,SN,N> |
SuperCfUpdater.addSuperColumn(SN sColumnName) |
SuperCfUpdater<K,SN,N> |
SuperCfTemplate.createUpdater(K key) |
SuperCfUpdater<K,SN,N> |
SuperCfTemplate.createUpdater(K key,
SN sColumnName) |
| Modifier and Type | Method and Description |
|---|---|
void |
SuperCfTemplate.update(SuperCfUpdater<K,SN,N> updater)
Calls
updateInternal() and AbstractTemplateUpdater.update()
in that order before invoking AbstractColumnFamilyTemplate.executeIfNotBatched(Mutator) on the underlying
upater's Mutator |
Copyright © 2014. All Rights Reserved.