The Below example inserts a Column with the column name "Name" and the column value of "Deepak" under the key "RK1". The retrieving and instance of the Mutator class from HFactory makes this action straight-forward .
Retrieving a column from Cassandra is also straight forward operation. Using the ColumnQuery object to retrieve the information we inserted in the example. querying
1
2
↧