Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- generateKey(int) - Method in class org.cojen.tupl.ext.CipherCrypto
-
Called to generate a key, using the
algorithm
and the given key size (bits). - get() - Method in interface org.cojen.tupl.util.LocalPool.Entry
-
Return the pooled object, which is locked exclusively.
- get(String) - Method in interface org.cojen.tupl.Row
-
Returns the value for the given column name.
- get_boolean(String) - Method in interface org.cojen.tupl.Row
-
Returns a boolean value for the given column name, performing a conversion if necessary.
- get_boolean_array(String) - Method in interface org.cojen.tupl.Row
-
Returns a boolean array value for the given column name, performing a conversion if necessary.
- get_byte(String) - Method in interface org.cojen.tupl.Row
-
Returns a byte value for the given column name, performing a conversion if necessary.
- get_byte_array(String) - Method in interface org.cojen.tupl.Row
-
Returns a byte array value for the given column name, performing a conversion if necessary.
- get_char(String) - Method in interface org.cojen.tupl.Row
-
Returns a char value for the given column name, performing a conversion if necessary.
- get_char_array(String) - Method in interface org.cojen.tupl.Row
-
Returns a char array value for the given column name, performing a conversion if necessary.
- get_double(String) - Method in interface org.cojen.tupl.Row
-
Returns a double value for the given column name, performing a conversion if necessary.
- get_double_array(String) - Method in interface org.cojen.tupl.Row
-
Returns a double array value for the given column name, performing a conversion if necessary.
- get_float(String) - Method in interface org.cojen.tupl.Row
-
Returns a float value for the given column name, performing a conversion if necessary.
- get_float_array(String) - Method in interface org.cojen.tupl.Row
-
Returns a float array value for the given column name, performing a conversion if necessary.
- get_int(String) - Method in interface org.cojen.tupl.Row
-
Returns an int value for the given column name, performing a conversion if necessary.
- get_int_array(String) - Method in interface org.cojen.tupl.Row
-
Returns an int array value for the given column name, performing a conversion if necessary.
- get_long(String) - Method in interface org.cojen.tupl.Row
-
Returns a long value for the given column name, performing a conversion if necessary.
- get_long_array(String) - Method in interface org.cojen.tupl.Row
-
Returns a long array value for the given column name, performing a conversion if necessary.
- get_short(String) - Method in interface org.cojen.tupl.Row
-
Returns a short value for the given column name, performing a conversion if necessary.
- get_short_array(String) - Method in interface org.cojen.tupl.Row
-
Returns a short array value for the given column name, performing a conversion if necessary.
- getBigDecimal(String) - Method in interface org.cojen.tupl.Row
-
Returns a BigDecimal value for the given column name, performing a conversion if necessary.
- getBigInteger(String) - Method in interface org.cojen.tupl.Row
-
Returns a BigInteger value for the given column name, performing a conversion if necessary.
- getBoolean(String) - Method in interface org.cojen.tupl.Row
-
Returns a Boolean value for the given column name, performing a conversion if necessary.
- getByte(String) - Method in interface org.cojen.tupl.Row
-
Returns a Byte value for the given column name, performing a conversion if necessary.
- getCharacter(String) - Method in interface org.cojen.tupl.Row
-
Returns a Character value for the given column name, performing a conversion if necessary.
- getDouble(String) - Method in interface org.cojen.tupl.Row
-
Returns a Double value for the given column name, performing a conversion if necessary.
- getFloat(String) - Method in interface org.cojen.tupl.Row
-
Returns a Float value for the given column name, performing a conversion if necessary.
- getInteger(String) - Method in interface org.cojen.tupl.Row
-
Returns an Integer value for the given column name, performing a conversion if necessary.
- getLong(String) - Method in interface org.cojen.tupl.Row
-
Returns a Long value for the given column name, performing a conversion if necessary.
- getMessage() - Method in exception class org.cojen.tupl.ConfirmationTimeoutException
- getMessage() - Method in exception class org.cojen.tupl.DeadlockException
- getMessage() - Method in exception class org.cojen.tupl.LockTimeoutException
- getMessage() - Method in exception class org.cojen.tupl.QueryException
- getMessage() - Method in exception class org.cojen.tupl.repl.JoinException
- getPack() - Method in class org.cojen.tupl.util.Clutch
-
Returns the pack associated with this clutch, which should be shared to reduce the overall memory footprint.
- getShort(String) - Method in interface org.cojen.tupl.Row
-
Returns a Short value for the given column name, performing a conversion if necessary.
- getString(String) - Method in interface org.cojen.tupl.Row
-
Returns a String value for the given column name, performing a conversion if necessary.
- group(String, String, Class<T>, Grouper.Factory<R, T>) - Method in interface org.cojen.tupl.Table
-
Returns a view backed by this table, which processes groups of source rows into groups of target rows.
- groupBy - Variable in class org.cojen.tupl.diag.QueryPlan.Aggregator
- groupBy - Variable in class org.cojen.tupl.diag.QueryPlan.Grouper
- groupColumns - Variable in class org.cojen.tupl.diag.QueryPlan.GroupSort
- Grouper<R,
T> - Interface in org.cojen.tupl -
Interface which processes groups of rows into other groups of rows.
- Grouper(String, String, String[], String[], QueryPlan) - Constructor for class org.cojen.tupl.diag.QueryPlan.Grouper
- Grouper.Factory<R,
T> - Interface in org.cojen.tupl -
Is used to generate a new
Grouper
instance for every query against the target table. - GroupSort(String[], String[], QueryPlan) - Constructor for class org.cojen.tupl.diag.QueryPlan.GroupSort
- groupToken(long) - Method in class org.cojen.tupl.repl.ReplicatorConfig
-
Set a unique group token, which acts as a simple security measure to prevent different replication groups from communicating with each other.
- groupTokens(long, long) - Method in class org.cojen.tupl.repl.ReplicatorConfig
-
Set a unique group token (and an alternate), which acts as a simple security measure to prevent different replication groups from communicating with each other.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form