|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Command | |
|---|---|
| de.uniba.wiai.lspi.chord.console.command | Contains commands which can be fired by the test console only. |
| de.uniba.wiai.lspi.util.console | Contains utility classes for building a test console. |
| Uses of Command in de.uniba.wiai.lspi.chord.console.command |
|---|
| Subclasses of Command in de.uniba.wiai.lspi.chord.console.command | |
|---|---|
class |
ChangeProtocol
|
class |
CrashNodes
This command can be used to crash a number of nodes in the local chord network. |
class |
CreateNodes
Command to create a number of nodes. |
class |
Exit
The command to close the console. |
class |
Help
This command prints a list of available commands. |
class |
Insert
Command to insert a value from a specified node into the local chord network. |
class |
InsertNetwork
This command can be used to insert a value into the remote chord network. |
class |
JoinNetwork
Command to join a remote chord network. |
class |
LeaveNetwork
Command to leave the remote chord network. |
class |
Remove
To get a description of this command type remove -help into
the console. |
class |
RemoveNetwork
To get a description of this command type removeN -help
into the console. |
class |
Retrieve
Command to retrieve a value from the local chord network. |
class |
RetrieveNetwork
Command to retrieve a value from the remote chord network. |
class |
ShowEntries
Command to show the entries of a node of local chord network. |
class |
ShowEntriesNetwork
Command to show the entries of a node of local chord network. |
class |
ShowFingerTable
Command to show the finger table of a chord node of the local chord
network. |
class |
ShowFingerTableNetwork
Command to show the finger table of a chord node of the local chord
network. |
class |
ShowNodes
Command to show all nodes present in local chord network. |
class |
ShowSuccessorList
Command to show the successors of a local chord node. |
class |
ShutdownNodes
Command to shutdown a number of nodes. |
class |
Wait
Command to block the console for a provided time. |
| Uses of Command in de.uniba.wiai.lspi.util.console |
|---|
| Subclasses of Command in de.uniba.wiai.lspi.util.console | |
|---|---|
class |
ExecuteMacro
This is an implementation of Command that allows the execution of
commands stored in a .txt file. |
class |
ShowOutputCommand
|
| Methods in de.uniba.wiai.lspi.util.console that return Command | |
|---|---|
Command |
CommandFactory.createCommand(java.lang.String commandLine)
Creates the Command instance corresponding to the given command
name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||