if (thriftCounterSuperColumns != null && !thriftCounterSuperColumns.isEmpty())
{
for (CounterSuperColumn sc : thriftCounterSuperColumns)
{
mutator.writeSubCounterColumns(
tf.getColumnFamilyName(),
Bytes.fromByteBuffer(CassandraUtilities.toBytes(tf.getId(), tf.getId().getClass())),
Bytes.fromByteArray(sc.getName()), sc.getColumns());
}
}