Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "ThriftExamples" page has been changed by HaraldLang. http://wiki.apache.org/cassandra/ThriftExamples?action=diff&rev1=80&rev2=81 -------------------------------------------------- // read single column System.out.println("single column:"); - Column col = client.get("Keyspace1", keyUserID, colPathName, + Column col = client.get(keyspace, keyUserID, colPathName, ConsistencyLevel.ONE).getColumn(); System.out.println("column name: " + new String(col.name, UTF8));
