Difference between Keyspace and KeyspaceDefinition
77 views
Skip to first unread message
Felipe Sere
unread,
Mar 30, 2011, 5:30:49 AM3/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hector...@googlegroups.com
Hi everyone,
what is the difference between a Keyspace and a KeyspaceDefinition? I want to display a cluster as a tree and would like to get all keyspaces of a cluster and so on... (all CFs of a Keyspace and all Keys of a CF and all Colums of a Key)
Felipe
Ran Tavory
unread,
Mar 30, 2011, 6:06:39 AM3/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hector...@googlegroups.com, Felipe Sere
KeyspaceDefinition is what you use to ask the cluster to create a new keyspace.
Keyspace is the interface on which you operate on an existing cluster-side keyspace.
--
/Ran
Felipe Sere
unread,
Mar 30, 2011, 6:24:31 AM3/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message