Alphabetical Index

C G I Q T

C

cleanup() - method in class gov.llnl.lc.chaos.Genders
Cleans up allocated memory.

G

Genders - class gov.llnl.lc.chaos.Genders
Java JNI extensions wrapper around libgenders C library.
Genders() - constructor for class gov.llnl.lc.chaos.Genders
Creates a Genders object, loading the default genders database
Genders(String) - constructor for class gov.llnl.lc.chaos.Genders
Creates a Genders object, loading the specified genders database
GendersException - class gov.llnl.lc.chaos.GendersException
Genders Exception class, parent to all specific Genders Exceptions.
GendersException(String) - constructor for class gov.llnl.lc.chaos.GendersException
Genders Internal Exception, all other errors that may occur due to system issues.
GendersExceptionInternal(String) - constructor for class gov.llnl.lc.chaos.GendersExceptionInternal
Genders Notfound Exception, indicates a node, attribute, or other input cannot be found.
GendersExceptionNotfound(String) - constructor for class gov.llnl.lc.chaos.GendersExceptionNotfound
GendersExceptionOpen - class gov.llnl.lc.chaos.GendersExceptionOpen
Genders Open Exception, indicates a genders database cannot be open, possiblity due to permissions or an incorrect filename.
GendersExceptionOpen(String) - constructor for class gov.llnl.lc.chaos.GendersExceptionOpen
Genders Parameters Exception, indicates an invalid input
GendersExceptionParameters(String) - constructor for class gov.llnl.lc.chaos.GendersExceptionParameters
Genders Parse Exception, indicates a parse error in the genders database.
GendersExceptionParse(String) - constructor for class gov.llnl.lc.chaos.GendersExceptionParse
GendersExceptionRead - class gov.llnl.lc.chaos.GendersExceptionRead
Genders Read Exception, indicates a read error on the genders database
GendersExceptionRead(String) - constructor for class gov.llnl.lc.chaos.GendersExceptionRead
Genders Syntax Exception, indicates a syntax error in a genders query.
GendersExceptionSyntax(String) - constructor for class gov.llnl.lc.chaos.GendersExceptionSyntax
getattr() - method in class gov.llnl.lc.chaos.Genders
Returns all the attributes of the node you are running on
getattr(String) - method in class gov.llnl.lc.chaos.Genders
Returns all the attributes of the specified node
getattr_all() - method in class gov.llnl.lc.chaos.Genders
Returns all of the attributes in the genders database
getattrval(String) - method in class gov.llnl.lc.chaos.Genders
Returns the value of the specified attribute on the current node you are running on
getattrval(String,String) - method in class gov.llnl.lc.chaos.Genders
Returns the value of the specified attribute on the specified node.
getmaxattrs() - method in class gov.llnl.lc.chaos.Genders
Returns maximum number of attributes of any one node parsed in the genders database
getnodename() - method in class gov.llnl.lc.chaos.Genders
Returns the current node you are on, in shortened hostname format.
getnodes() - method in class gov.llnl.lc.chaos.Genders
Returns all the nodes in the genders database
getnodes(String) - method in class gov.llnl.lc.chaos.Genders
Returns all the nodes with the specified attribute
getnodes(String,String) - method in class gov.llnl.lc.chaos.Genders
Returns all the nodes with the specified attribute and value
getnumattrs() - method in class gov.llnl.lc.chaos.Genders
Returns number of attributes parsed in the genders database
getnumnodes() - method in class gov.llnl.lc.chaos.Genders
Returns number of nodes parsed in the genders database

I

isattr(String) - method in class gov.llnl.lc.chaos.Genders
Tests if the specified attribute exists in the genders database
isattrval(String,String) - method in class gov.llnl.lc.chaos.Genders
Tests if the specified value exists in the genders database
isnode(String) - method in class gov.llnl.lc.chaos.Genders
Tests if the specified node exists in the genders database

Q

query(String) - method in class gov.llnl.lc.chaos.Genders
Returns nodes specified via the specified query.

T

testattr(String) - method in class gov.llnl.lc.chaos.Genders
Tests if the current node has the specified attribute
testattr(String,String) - method in class gov.llnl.lc.chaos.Genders
Tests if the specified node has the specified attribute
testattrval(String,String) - method in class gov.llnl.lc.chaos.Genders
Tests if the current node has the specified attribute and value.
testattrval(String,String,String) - method in class gov.llnl.lc.chaos.Genders
Tests if the specified node has the specified attribute and value.
testquery(String) - method in class gov.llnl.lc.chaos.Genders
Test if the current node meets the conditions of the specified query.
testquery(String,String) - method in class gov.llnl.lc.chaos.Genders
Test if the specified node meets the conditions of the specified query.