Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
F
G
I
J
L
N
P
S
T
U
V
C
Cluster
- class java2gomd.
Cluster
.
Represents a whole cluster with Gomd running on each node.
Cluster(GomdClient)
- Constructor for class java2gomd.
Cluster
Creates a Cluster object communicating via GomdClient c
close()
- Method in class java2gomd.
GomdClient
Detaches the input and output streams and then closes the connection.
cmd(String)
- Method in class java2gomd.
Node
Executes a specified command on this node
connect()
- Method in class java2gomd.
GomdClient
Connects to the remote Gomd and attaches the input and output streams
cwc(String)
- Method in class java2gomd.
Cluster
Runs a command on every node using Secure Cluster eXecution
F
finalize()
- Method in class java2gomd.
GomdClient
Called by java's garbage collector when removed Calls close() to close the connection neatly.
G
GomdClient
- class java2gomd.
GomdClient
.
The connection to the Gomd daemon
GomdClient(String, int)
- Constructor for class java2gomd.
GomdClient
Creates a GomdClient, the connection to the Gomd daemon
GomdException
- exception java2gomd.
GomdException
.
Superclass GomdException, inherited by all other exceptions generated by java2gomd
GomdException(String)
- Constructor for class java2gomd.
GomdException
Constructor
GomdMonitor
- class java2gomd.
GomdMonitor
.
GomdMonitor(Node)
- Constructor for class java2gomd.
GomdMonitor
getBytesReceived()
- Method in class java2gomd.
GomdClient
Returns the number of bytes received by this connection
getBytesSent()
- Method in class java2gomd.
GomdClient
Returns the number of bytes sent by this connection
getHash()
- Method in class java2gomd.
Cluster
Returns a hash unique for every cluster.
getLegalChars()
- Method in class java2gomd.
IllegalRequestCharsException
Show the user wich chars are ok to use
getLoad()
- Method in class java2gomd.
Cluster
Returns the average load of all the nodes in the cluster in percents.
getLoadbalancingEfficiency()
- Method in class java2gomd.
Cluster
Returns the Loadbalancing efficiency of the cluster It calculates 100%-(maxload - minload).
getMemory()
- Method in class java2gomd.
Cluster
Returns the total amount of memory psysically available in the cluster It requests all nodes and then requests the memory available in each node.
getNodes()
- Method in class java2gomd.
Cluster
Returns a Hashtable containing all available nodes in the cluster.
getSpeed()
- Method in class java2gomd.
Cluster
Returns the total speed of all nodes in the cluster running gomd.
grep(String)
- Method in class java2gomd.
GomdClient
Filters the user-specified value from Gomd's reply
I
IllegalRequestCharsException
- exception java2gomd.
IllegalRequestCharsException
.
Indicates you somehow have strange characters in your request
IllegalRequestCharsException()
- Constructor for class java2gomd.
IllegalRequestCharsException
Constructor
IllegalRequestException
- exception java2gomd.
IllegalRequestException
.
Indicates the given request was somehow malformed
IllegalRequestException()
- Constructor for class java2gomd.
IllegalRequestException
IncorrectNoderangeException
- exception java2gomd.
IncorrectNoderangeException
.
Indicates the given nodesrange was incorrect
IncorrectNoderangeException()
- Constructor for class java2gomd.
IncorrectNoderangeException
Constructor
idletime()
- Method in class java2gomd.
Node
Returnes the idletime of this node
J
java2gomd
- package java2gomd
L
load()
- Method in class java2gomd.
Node
Returnes the load of this node
N
Nic
- class java2gomd.
Nic
.
Represents a Network Intercafe Card (NIC)
Nic(GomdClient, String)
- Constructor for class java2gomd.
Nic
Attaches the specified GomdClient under this NIC
Node
- class java2gomd.
Node
.
Represents a node (a computer in the cluster)
Node(GomdClient, String)
- Constructor for class java2gomd.
Node
Creates a new node wich will retreive info over client with openMosix id node
network_load()
- Method in class java2gomd.
Nic
Retreives the network load for this NIC
nics()
- Method in class java2gomd.
Node
Returnes all network interfaces on this node
P
paint(Graphics)
- Method in class java2gomd.
GomdMonitor
pidlist()
- Method in class java2gomd.
Node
Returnes a list of processes
S
send(String)
- Method in class java2gomd.
GomdClient
Sends a user-specified string
setAddress(String, int)
- Method in class java2gomd.
GomdClient
Sets the address and port of the Gomd to connect to.
showNoderangeSyntax()
- Method in class java2gomd.
IncorrectNoderangeException
Shows syntax for defining nodes
speed()
- Method in class java2gomd.
Node
Returnes the speed of this node
status()
- Method in class java2gomd.
Node
Returnes the status of this node
T
tmem()
- Method in class java2gomd.
Node
Returnes the total memory in this node
U
update(Graphics)
- Method in class java2gomd.
GomdMonitor
uptime()
- Method in class java2gomd.
Node
Returnes the uptime of this node
V
validateChar(char)
- Method in class java2gomd.
IllegalRequestCharsException
Check if the specified char is ok to use
validateString(String)
- Method in class java2gomd.
IllegalRequestCharsException
Check if the specified String is ok to use
C
F
G
I
J
L
N
P
S
T
U
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes