- registerObserver(String, String[], TxObserverCallback) - Method in class org.mozilla.mentat.Mentat
-
Register an callback and a set of attributes to observer for transaction observation.
- RelResult - Class in org.mozilla.mentat
-
Wraps a `Rel` result from a Mentat query.
- RelResult(Pointer) - Constructor for class org.mozilla.mentat.RelResult
-
- RelResultHandler - Interface in org.mozilla.mentat
-
Interface defining the structure of a callback from a query returning a
RelResult
.
- RelResultIterator - Class in org.mozilla.mentat
-
- reports - Variable in class org.mozilla.mentat.TxChangeList
-
- result - Variable in class org.mozilla.mentat.InProgressTransactionResult
-
- retract(String, long) - Method in class org.mozilla.mentat.EntityBuilder
-
Retracts the value of attribute `keyword` from the provided `value`.
- retract(String, boolean) - Method in class org.mozilla.mentat.EntityBuilder
-
Retracts the value of attribute `keyword` from the provided `value`.
- retract(String, double) - Method in class org.mozilla.mentat.EntityBuilder
-
Retracts the value of attribute `keyword` from the provided `value`.
- retract(String, Date) - Method in class org.mozilla.mentat.EntityBuilder
-
Retracts the value of attribute `keyword` from the provided `value`.
- retract(String, String) - Method in class org.mozilla.mentat.EntityBuilder
-
Retracts the value of attribute `keyword` from the provided `value`.
- retract(String, UUID) - Method in class org.mozilla.mentat.EntityBuilder
-
Retracts the value of attribute `keyword` from the provided `value`.
- retract(long, String, long) - Method in class org.mozilla.mentat.InProgressBuilder
-
Retracts the value of attribute `keyword` from the provided `value`.
- retract(long, String, boolean) - Method in class org.mozilla.mentat.InProgressBuilder
-
Retracts the value of attribute `keyword` from the provided `value`.
- retract(long, String, double) - Method in class org.mozilla.mentat.InProgressBuilder
-
Retracts the value of attribute `keyword` from the provided `value`.
- retract(long, String, Date) - Method in class org.mozilla.mentat.InProgressBuilder
-
Retracts the value of attribute `keyword` from the provided `value`.
- retract(long, String, String) - Method in class org.mozilla.mentat.InProgressBuilder
-
Retracts the value of attribute `keyword` from the provided `value`.
- retract(long, String, UUID) - Method in class org.mozilla.mentat.InProgressBuilder
-
Retracts the value of attribute `keyword` from the provided `value`.
- retractKeyword(String, String) - Method in class org.mozilla.mentat.EntityBuilder
-
Retracts the value of attribute `keyword` from the provided `value`.
- retractKeyword(long, String, String) - Method in class org.mozilla.mentat.InProgressBuilder
-
Retracts the value of attribute `keyword` from the provided `value`.
- retractRef(String, long) - Method in class org.mozilla.mentat.EntityBuilder
-
Retracts the value of attribute `keyword` from the provided `value`.
- retractRef(long, String, long) - Method in class org.mozilla.mentat.InProgressBuilder
-
Retracts the value of attribute `keyword` from the provided `value`.
- rollback() - Method in class org.mozilla.mentat.InProgress
-
Rolls back all the transacts that have been performed on this `InProgress`, either directly
or through a Builder.
- row_at_index(Pointer, int) - Method in interface org.mozilla.mentat.JNA
-
- rowAtIndex(int) - Method in class org.mozilla.mentat.RelResult
-
Fetch the row at the requested index.
- RustResult - Class in org.mozilla.mentat
-
Represents a C struct containing a Pointer
s and String that map to a Rust Result.
- RustResult() - Constructor for class org.mozilla.mentat.RustResult
-
- RustResult.ByReference - Class in org.mozilla.mentat
-
- RustResult.ByValue - Class in org.mozilla.mentat
-