289290291292293294295
setDefaultInterceptorConfigurations(); changeLog = new DefaultChangeLog(); journal = new DefaultJournal(); syncPeriodMillis = DEFAULT_SYNC_PERIOD; csnFactory = new CsnFactory( replicaId ); schemaService = new DefaultSchemaService(); }
324325326327328329330