public class

TestCommand

extends Object
java.lang.Object
   ↳ org.apache.helix.tools.TestCommand

Summary

Nested Classes
enum TestCommand.CommandType  
class TestCommand.NodeOpArg  
Fields
public TestCommand.CommandType _commandType
public long _finishTimestamp
public TestCommand.NodeOpArg _nodeOpArg
public long _startTimestamp
public TestTrigger _trigger
public ZnodeOpArg _znodeOpArg
Public Constructors
TestCommand(TestCommand.CommandType type, ZnodeOpArg arg)
TestCommand(TestCommand.CommandType type, TestTrigger trigger, ZnodeOpArg arg)
TestCommand(TestCommand.CommandType type, TestTrigger trigger, TestCommand.NodeOpArg arg)
Public Methods
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public TestCommand.CommandType _commandType

public long _finishTimestamp

public TestCommand.NodeOpArg _nodeOpArg

public long _startTimestamp

public TestTrigger _trigger

public ZnodeOpArg _znodeOpArg

Public Constructors

public TestCommand (TestCommand.CommandType type, ZnodeOpArg arg)

public TestCommand (TestCommand.CommandType type, TestTrigger trigger, ZnodeOpArg arg)

public TestCommand (TestCommand.CommandType type, TestTrigger trigger, TestCommand.NodeOpArg arg)

Public Methods

public String toString ()