Interface RepositoryConfig

All Known Subinterfaces:
GarbageCollectorConfig
All Known Implementing Classes:
GenericRepositoryConfig

public interface RepositoryConfig
Base interface for all configurations that shall be consistent for a Nessie repository.
  • Method Details

    • getType

      @Redacted RepositoryConfig.Type getType()
      Returns the RepositoryConfig.Type value for this repository config object.

      The name of the returned value should match the JSON type name used for serializing the repository config object.