Interface RepositoryInformation


@Immutable public interface RepositoryInformation
Informational object to tell a client about the Nessie repository.

All values are optional and may or may not be present, depending on the actual server version.

  • Method Details

    • getDefaultBranch

      @Nullable String getDefaultBranch()
    • getNoAncestorHash

      @Nullable String getNoAncestorHash()
    • getRepositoryCreationTimestamp

      @Nullable Instant getRepositoryCreationTimestamp()
    • getOldestPossibleCommitTimestamp

      @Nullable Instant getOldestPossibleCommitTimestamp()
    • getAdditionalProperties

      Map<String,String> getAdditionalProperties()