| | |
| | | return new EntryID(nextEntryID.getAndIncrement()); |
| | | } |
| | | |
| | | /** |
| | | * Resets the next entry ID counter to zero. This should only be used after |
| | | * clearing all trees. |
| | | */ |
| | | /** Resets the next entry ID counter to zero. This should only be used after clearing all trees. */ |
| | | public void resetNextEntryID() |
| | | { |
| | | nextEntryID.set(1); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public boolean isConfigurationChangeAcceptable(PluggableBackendCfg configuration, |
| | | List<LocalizableMessage> unacceptableReasons) |
| | |
| | | return true; |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public ConfigChangeResult applyConfigurationChange(PluggableBackendCfg configuration) |
| | | { |