Interface RepoDescription


  • @Immutable
    public interface RepoDescription
    Keeps track of the logical state of a Nessie repository.
    • Method Detail

      • getRepoVersion

        int getRepoVersion()
        A logical version number describing the logical data model.
      • getProperties

        java.util.Map<java.lang.String,​java.lang.String> getProperties()
        Map of properties for a Nessie repository.
      • builder

        static org.projectnessie.versioned.persist.adapter.ImmutableRepoDescription.Builder builder()