Uses of Class
acdp.exceptions.ShutdownException
Packages that use ShutdownException
Package
Description
Contains the core interfaces needed to operate a database.
Contains classes for designing an ACDP database.
-
Uses of ShutdownException in acdp
Methods in acdp that throw ShutdownExceptionModifier and TypeMethodDescriptionvoid
Table.compactFL()
Eliminates the unused memory blocks within the FL file space of this table and truncates the corresponding data file.void
Table.compactVL()
Eliminates the unused memory blocks within the VL file space of this table and truncates the corresponding data file.void
Database.createRO
(Path roDbFilePath, ICipherFactory cipherFactory) Creates an RO database from the data stored in this database, which must be a WR database.void
Deletes the referenced row from this table.Returns the referenced row of this table.boolean
Table.TableIterator.hasNext()
Returnstrue
if and only if the iteration has more rows.Inserts the specified values into this table and returns the reference to the newly created row.Table.TableIterator.next()
Returns the next row of the table.Database.openReadZone()
Opens a read zone.Database.openUnit()
Opens a unit.long
Returns the value of the reference counter of the referenced row.void
Table.truncate()
Deletes all rows of this table and truncates the corresponding data files.void
Updates the values of the specified columns of the referenced row with the specified new values.void
For each row of this table updates the values stored in the specified columns with the specified new values.<T> void
Table.updateAllChangeValues
(Column<T> column, Table.ValueChanger<T> valueChanger) For each row of this table updates the value stored in the specified column with a value obtained from the specified value changer.<T> void
Table.updateAllSupplyValues
(Column<T> column, Table.ValueSupplier<T> valueSupplier) For each row of this table updates the value stored in the specified column with a value obtained from the specified value supplier.void
Database.zip
(int level, boolean home, OutputStream out) Creates a zip archive containing the files related to this database and writes it to the specified output stream, leaving the output stream open. -
Uses of ShutdownException in acdp.design
Methods in acdp.design that throw ShutdownExceptionModifier and TypeMethodDescriptionfinal void
CustomTable.compactFL()
final void
CustomTable.compactVL()
final void
CustomDatabase.createRO
(Path roDbFilePath, ICipherFactory cipherFactory) void
final Row
final <T> T
Returns the value stored at the specified row and column in this table.final ReadZone
CustomDatabase.openReadZone()
final Unit
CustomDatabase.openUnit()
final long
void
CustomTable.truncate()
See Table.truncate()void
void
<T> void
CustomTable.updateAllChangeValues
(Column<T> column, Table.ValueChanger<T> valueChanger) <T> void
CustomTable.updateAllSupplyValues
(Column<T> column, Table.ValueSupplier<T> valueSupplier) final void
CustomDatabase.zip
(int level, boolean home, OutputStream out)