| | |
| | | import org.opends.server.core.ModifyOperation; |
| | | import org.opends.server.core.PersistentSearch; |
| | | import org.opends.server.core.SearchOperation; |
| | | import org.opends.server.core.ServerContext; |
| | | import org.opends.server.replication.common.CSN; |
| | | import org.opends.server.replication.common.MultiDomainServerState; |
| | | import org.opends.server.replication.common.ServerState; |
| | |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void configureBackend(final Configuration config) throws ConfigException |
| | | public void configureBackend(final Configuration config, ServerContext serverContext) throws ConfigException |
| | | { |
| | | throw new UnsupportedOperationException("The changelog backend is not configurable"); |
| | | } |