| | |
| | | * This class is responsible for storing the configuration state of |
| | | * the JE backend for a particular suffix. |
| | | */ |
| | | class State extends DatabaseContainer |
| | | class State extends AbstractDatabaseContainer |
| | | { |
| | | |
| | | /** |
| | |
| | | * Ensure that the specified flags are not set for the given index |
| | | * @param txn a non null database transaction |
| | | * @param index The index storing the trusted state info. |
| | | * @return The flags of the index |
| | | * @throws NullPointerException if txn, index or flags is null |
| | | * @throws StorageRuntimeException If an error occurs in the database. |
| | | */ |