Package org.projectnessie.model
Interface RepositoryConfig
-
- All Known Subinterfaces:
GarbageCollectorConfig
- All Known Implementing Classes:
GenericRepositoryConfig
public interface RepositoryConfigBase interface for all configurations that shall be consistent for a Nessie repository.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRepositoryConfig.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositoryConfig.TypegetType()Returns theRepositoryConfig.Typevalue for this repository config object.
-
-
-
Method Detail
-
getType
@Redacted RepositoryConfig.Type getType()
Returns theRepositoryConfig.Typevalue for this repository config object.The name of the returned value should match the JSON type name used for serializing the repository config object.
-
-