org.gridgain.visor.commands

ack

package ack

Overview

Visor 'ack' command implementation.

Help

+-------------------------------------------+
| ack | Acks arguments on all remote nodes. |
+-------------------------------------------+
Specification
ack {"s"}
ack ("s", f)
Arguments
s
    Optional string to print on each remote node.
f
    Optional Scala predicate on 'ScalarRichNodePimp' filtering nodes in the topology.
Examples
ack "Howdy!"
    Prints 'Howdy!' on all nodes in the topology.
ack("Howdy!", _.id8.startsWith("123"))
    Prints 'Howdy!' on all nodes satisfying this predicate.
ack
    Prints local node ID on all nodes in the topology.
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ack
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class VisorAckCommand extends AnyRef

    Visor 'ack' command implementation.

    Overview

    Visor 'ack' command implementation.

    Help

    +-------------------------------------------+
    | ack | Acks arguments on all remote nodes. |
    +-------------------------------------------+
    Specification
    ack {"s"}
    ack ("s", f)
    Arguments
    s
        Optional string to print on each remote node.
    f
        Optional Scala predicate on 'ScalarRichNodePimp' filtering nodes in the topology.
    Examples
    ack "Howdy!"
        Prints 'Howdy!' on all nodes in the topology.
    ack("Howdy!", _.id8.startsWith("123"))
        Prints 'Howdy!' on all nodes satisfying this predicate.
    ack
        Prints local node ID on all nodes in the topology.

Value Members

  1. object VisorAckCommand

    Companion object that does initialization of the command.

Inherited from AnyRef

Inherited from Any

Ungrouped