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