Index
All Classes and Interfaces|All Packages|Serialized Form
C
G
- Genders - Class in gov.llnl.lc.chaos
-
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 - Exception Class in gov.llnl.lc.chaos
-
Genders Exception class, parent to all specific Genders Exceptions.
- GendersException(String) - Constructor for exception class gov.llnl.lc.chaos.GendersException
- GendersExceptionInternal - Exception Class in gov.llnl.lc.chaos
-
Genders Internal Exception, all other errors that may occur due to system issues.
- GendersExceptionInternal(String) - Constructor for exception class gov.llnl.lc.chaos.GendersExceptionInternal
- GendersExceptionNotfound - Exception Class in gov.llnl.lc.chaos
-
Genders Notfound Exception, indicates a node, attribute, or other input cannot be found.
- GendersExceptionNotfound(String) - Constructor for exception class gov.llnl.lc.chaos.GendersExceptionNotfound
- GendersExceptionOpen - Exception Class in gov.llnl.lc.chaos
-
Genders Open Exception, indicates a genders database cannot be open, possibility due to permissions or an incorrect filename.
- GendersExceptionOpen(String) - Constructor for exception class gov.llnl.lc.chaos.GendersExceptionOpen
- GendersExceptionParameters - Exception Class in gov.llnl.lc.chaos
-
Genders Parameters Exception, indicates an invalid input
- GendersExceptionParameters(String) - Constructor for exception class gov.llnl.lc.chaos.GendersExceptionParameters
- GendersExceptionParse - Exception Class in gov.llnl.lc.chaos
-
Genders Parse Exception, indicates a parse error in the genders database.
- GendersExceptionParse(String) - Constructor for exception class gov.llnl.lc.chaos.GendersExceptionParse
- GendersExceptionRead - Exception Class in gov.llnl.lc.chaos
-
Genders Read Exception, indicates a read error on the genders database
- GendersExceptionRead(String) - Constructor for exception class gov.llnl.lc.chaos.GendersExceptionRead
- GendersExceptionSyntax - Exception Class in gov.llnl.lc.chaos
-
Genders Syntax Exception, indicates a syntax error in a genders query.
- GendersExceptionSyntax(String) - Constructor for exception 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
- gov.llnl.lc.chaos - package gov.llnl.lc.chaos
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.
All Classes and Interfaces|All Packages|Serialized Form