Repository: ignite Updated Branches: refs/heads/ignite-1.6 003fe5e35 -> e5be38615
IGNITE-3107 Fixed minor documentation issue. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e5be3861 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e5be3861 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e5be3861 Branch: refs/heads/ignite-1.6 Commit: e5be386159046c69176ca9d22d5fd76318415563 Parents: 003fe5e Author: Alexey Kuznetsov <[email protected]> Authored: Thu May 12 10:45:41 2016 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Thu May 12 10:45:41 2016 +0700 ---------------------------------------------------------------------- .../ignite/visor/commands/disco/VisorDiscoveryCommand.scala | 7 ++++--- .../ignite/visor/commands/events/VisorEventsCommand.scala | 7 ++++--- .../ignite/visor/commands/tasks/VisorTasksCommand.scala | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e5be3861/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/disco/VisorDiscoveryCommand.scala ---------------------------------------------------------------------- diff --git a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/disco/VisorDiscoveryCommand.scala b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/disco/VisorDiscoveryCommand.scala index 8eb05a4..9ff7118 100644 --- a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/disco/VisorDiscoveryCommand.scala +++ b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/disco/VisorDiscoveryCommand.scala @@ -51,8 +51,9 @@ import scala.language.{implicitConversions, reflectiveCalls} * | | of Event Storage SPI that is responsible for temporary storage of generated | * | | events on each node can also affect the functionality of this command. | * | | | - * | | By default - all events are DISABLED and Ignite stores last 10,000 local | - * | | events on each node. Both of these defaults can be changed in configuration. | + * | | By default - all events are DISABLED. But if events enabled then Ignite will | + * | | stores last 10,000 local events on each node. | + * | | Both of these defaults can be changed in configuration. | * +---------------------------------------------------------------------------------------+ * }}} * @@ -247,7 +248,7 @@ object VisorDiscoveryCommand { "of Event Storage SPI that is responsible for temporary storage of generated", "events on each node can also affect the functionality of this command.", " ", - "By default - all events are disabled and Ignite stores last 10,000 local", + "By default - all events are disabled. But if events enabled then Ignite will stores last 10,000 local", "events on each node. Both of these defaults can be changed in configuration." ), spec = List( http://git-wip-us.apache.org/repos/asf/ignite/blob/e5be3861/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 e4d2968..f7ea625 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 @@ -50,8 +50,9 @@ import scala.language.implicitConversions * | | of Event Storage SPI that is responsible for temporary storage of generated | * | | events on each node can also affect the functionality of this command. | * | | | - * | | By default - all events are DISABLED and Ignite stores last 10,000 local | - * | | events on each node. Both of these defaults can be changed in configuration. | + * | | By default - all events are DISABLED. But if events enabled then Ignite will | + * | | stores last 10,000 local events on each node. | + * | | Both of these defaults can be changed in configuration. | * +----------------------------------------------------------------------------------------+ * }}} * @@ -392,7 +393,7 @@ object VisorEventsCommand { "of Event Storage SPI that is responsible for temporary storage of generated", "events on each node can also affect the functionality of this command.", " ", - "By default - all events are disabled and Ignite stores last 10,000 local", + "By default - all events are disabled. But if events enabled then Ignite will stores last 10,000 local", "events on each node. Both of these defaults can be changed in configuration." ), spec = List( http://git-wip-us.apache.org/repos/asf/ignite/blob/e5be3861/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/tasks/VisorTasksCommand.scala ---------------------------------------------------------------------- diff --git a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/tasks/VisorTasksCommand.scala b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/tasks/VisorTasksCommand.scala index 660c5f1..0468e80 100644 --- a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/tasks/VisorTasksCommand.scala +++ b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/tasks/VisorTasksCommand.scala @@ -250,8 +250,9 @@ private case class VisorTask( * | | of Event Storage SPI that is responsible for temporary storage of generated | * | | events on each node can also affect the functionality of this command. | * | | | - * | | By default - all events are disabled and Ignite stores last 10,000 local | - * | | events on each node. Both of these defaults can be changed in configuration. | + * | | By default - all events are DISABLED. But if events enabled then Ignite will | + * | | stores last 10,000 local events on each node. | + * | | Both of these defaults can be changed in configuration. | * +---------------------------------------------------------------------------------------+ * }}} * @@ -1341,7 +1342,7 @@ object VisorTasksCommand { "of Event Storage SPI that is responsible for temporary storage of generated", "events on each node can also affect the functionality of this command.", " ", - "By default - all events are disabled and Ignite stores last 10,000 local", + "By default - all events are disabled. But if events enabled then Ignite will stores last 10,000 local", "events on each node. Both of these defaults can be changed in configuration." ), spec = List(
