# IGNITE-249 Cleanup VisorEventsCommand class.

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/f1397067
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/f1397067
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/f1397067

Branch: refs/heads/ignite-223
Commit: f13970678a99adb3280f43d0da01c7e276ed219d
Parents: 60fa4a8
Author: AKuznetsov <akuznet...@gridgain.com>
Authored: Wed Feb 18 10:24:52 2015 +0700
Committer: AKuznetsov <akuznet...@gridgain.com>
Committed: Wed Feb 18 10:24:52 2015 +0700

----------------------------------------------------------------------
 .../visor/commands/events/VisorEventsCommand.scala    | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f1397067/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/events/VisorEventsCommand.scala
----------------------------------------------------------------------
diff --git 
a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/events/VisorEventsCommand.scala
 
b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/events/VisorEventsCommand.scala
index a928160..a5b0a73 100644
--- 
a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/events/VisorEventsCommand.scala
+++ 
b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/events/VisorEventsCommand.scala
@@ -72,7 +72,7 @@ import scala.language.implicitConversions
  *         Node ID8.
  *         Either '-id' or '-id8' can be specified.
  *         If called without the arguments - starts in interactive mode.
- *     -e=<ch,de,di,jo,ta,ca,cp,sw,au>
+ *     -e=<ch,de,di,jo,ta,ca,cp,sw>
  *         Comma separated list of event types that should be queried:
  *            ch Checkpoint events.
  *            de Deployment events.
@@ -83,9 +83,6 @@ import scala.language.implicitConversions
  *            ca Cache events.
  *            cp Cache pre-loader events.
  *            sw Swapspace events.
- *            au Authentication events.
-              az Authorization events.
-              se Security session events.
  *     -t=<num>s|m|h|d
  *         Defines time frame for querying events:
  *            =<num>s Queries events fired during last <num> seconds.
@@ -440,7 +437,7 @@ object VisorEventsCommand {
         ),
         spec = List(
             "events",
-            "events {-id=<node-id>|-id8=<node-id8>} 
{-e=<ch,de,di,jo,ta,ca,cp,sw,au>}",
+            "events {-id=<node-id>|-id8=<node-id8>} 
{-e=<ch,de,di,jo,ta,ca,cp,sw>}",
             "    {-t=<num>s|m|h|d} {-s=e|t} {-r} {-c=<n>}"
         ),
         args = List(
@@ -455,7 +452,7 @@ object VisorEventsCommand {
                     "you can also use '@n0' ... '@nn' variables as shortcut to 
<node-id8>.",
                 "If called without the arguments - starts in interactive mode."
             ),
-            "-e=<ch,de,di,jo,ta,ca,cp,sw,au>" -> List(
+            "-e=<ch,de,di,jo,ta,ca,cp,sw>" -> List(
                 "Comma separated list of event types that should be queried:",
                 "   ch Checkpoint events.",
                 "   de Deployment events.",
@@ -464,10 +461,7 @@ object VisorEventsCommand {
                 "   ta Task execution events.",
                 "   ca Cache events.",
                 "   cp Cache pre-loader events.",
-                "   sw Swapspace events.",
-                "   au Authentication events.",
-                "   az Authorization events.",
-                "   se Security session events."
+                "   sw Swapspace events."
             ),
             "-t=<num>s|m|h|d" -> List(
                 "Defines time frame for quering events:",

Reply via email to