Class SchemaServiceEmptyTransientImpl

java.lang.Object
com.illumon.iris.db.schema.SchemaServiceKvImpl
com.illumon.iris.db.schema.SchemaServiceEmptyTransientImpl
All Implemented Interfaces:
SchemaService, SchemaServiceAuthenticatedMutator, SchemaServiceUtilLayer, NamedImplementation, AutoCloseable

public class SchemaServiceEmptyTransientImpl extends SchemaServiceKvImpl
A SchemaService with no namespaces or tables. Changes are accepted but not persisted. Primarily for testing.
  • Constructor Details

    • SchemaServiceEmptyTransientImpl

      public SchemaServiceEmptyTransientImpl(com.fishlib.io.logger.Logger logger, com.fishlib.configuration.Configuration configuration)
  • Method Details