Uses of Class
com.github.sttk.sabi.errs.Err
Packages that use Err
Package
Description
This package contains modules related to errors for sabi framework.
-
Uses of Err in com.github.sttk.sabi
Methods in com.github.sttk.sabi that return types with arguments of type ErrModifier and TypeMethodDescriptionDaxBase.FailToCommitDaxConn.errors()
Returns the value of theerrors
record component.DaxBase.FailToSetupGlobalDaxSrcs.errors()
Returns the value of theerrors
record component.Para.FailToRunInParallel.errors()
Returns the value of theerrors
record component.Methods in com.github.sttk.sabi that throw ErrModifier and TypeMethodDescriptionprotected void
DaxBase.commit()
Commits updates in a transaction processing.void
DaxConn.commit
(AsyncGroup ag) Commits updates to a target data store in a transaction.DaxSrc.createDaxConn()
Creates aDaxConn
object which represents a connection to this data source.<C extends DaxConn>
CDax.getDaxConn
(String name) Gets aDaxConn
instance associated with the argument name.<C extends DaxConn>
CDaxBase.getDaxConn
(String name) Gets aDaxConn
instance associated with the argument name.void
Runs the logical procedure represented by this class.void
Para.run()
Runs theRunner
(s) holding in this object in parallel.static void
Runs the specifiedRunner
(s) in parallel.void
Runner.run()
Runs the procedure that this instance represents.void
Seq.run()
Runs theRunner
(s) holding in this object sequencially.static void
Runs the specifiedRunner
(s) sequencially.void
DaxSrc.setup
(AsyncGroup ag) Sets up this data source.static void
Sabi.setup()
Makes the globally registeredDaxSrc
object usable.static AutoCloseable
Sabi.startApp()
Executessetup
method, and returns anAutoCloseable
object of whichclose
method executesclose
method of this class in it.final <D> void
Executes logics in a transaction.void
Registers and sets up a localDaxSrc
with an argument name.Constructor parameters in com.github.sttk.sabi with type arguments of type ErrModifierConstructorDescriptionFailToCommitDaxConn
(Map<String, Err> errors) Creates an instance of aFailToCommitDaxConn
record class.FailToRunInParallel
(Map<Integer, Err> errors) Creates an instance of aFailToRunInParallel
record class.FailToSetupGlobalDaxSrcs
(Map<String, Err> errors) Creates an instance of aFailToSetupGlobalDaxSrcs
record class. -
Uses of Err in com.github.sttk.sabi.errs
Methods in com.github.sttk.sabi.errs with parameters of type ErrConstructors in com.github.sttk.sabi.errs with parameters of type Err