You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2010/08/24 23:04:34 UTC

[Cassandra Wiki] Update of "JmxInterface" by RobertColi

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The "JmxInterface" page has been changed by RobertColi.
The comment on this change is: fixed the doc for org.apache.cassandra.service.StorageService.Operations.takeAllSnapshot.
http://wiki.apache.org/cassandra/JmxInterface?action=diff&rev1=23&rev2=24

--------------------------------------------------

  <<Anchor(org.apache.cassandra.service.StorageService.Operations.takeAllSnapshot)>>
  ==== org.apache.cassandra.service.StorageService.Operations.takeAllSnapshot ====
  ||Argument p1 ||Argument p1 Type ||Return Type|| Notes || Example ||
- ||tag ||java.lang.String or null ||void ||Take a snapshot of all tables (keyspaces) on all nodes and optionally name it with a (non-null) tag name. ||  ||
+ ||tag ||java.lang.String or null ||void ||Take a snapshot of all keyspaces on this node and optionally name it with a (non-null) tag name. ||  ||
  
  <<Anchor(org.apache.cassandra.service.StorageService.Operations.takeSnapshot)>>
  ==== org.apache.cassandra.service.StorageService.Operations.takeSnapshot ====
  ||Argument p1 ||Argument p1 Type ||Argument p2 ||Argument p2 Type ||Return Type|| Notes || Example ||
- ||tableName ||java.lang.String ||tag ||java.lang.String or null ||void ||Take a snapshot of a table (keyspace) and optionally name it with a (non-null) tag name. ||  ||
+ ||tableName (Keyspace Name) ||java.lang.String ||tag ||java.lang.String or null ||void ||Take a snapshot of a keyspace and optionally name it with a (non-null) tag name. ||  ||
  
  <<Anchor(org.apache.cassandra.service.StorageProxy)>>
  === org.apache.cassandra.service.StorageProxy ===