Adding super column

1 view
Skip to first unread message

sodium

unread,
Jun 21, 2010, 8:23:21 AM6/21/10
to jassandra-user
Is there any example on adding super column?

Dop Sun

unread,
Jun 24, 2010, 3:20:51 AM6/24/10
to jassandra-user
Adding super column is same as adding column.

There is one constructor can create a super column.
public Column(ByteArray name, List<IColumn> columns).

After creat the column, just insert it in the same way as others.
cf.insert(userName, column);
Reply all
Reply to author
Forward
0 new messages