Interface ImportResult

    • Method Detail

      • exportMeta

        org.projectnessie.versioned.transfer.serialize.TransferTypes.ExportMeta exportMeta()
        Export meta information from the export archive.
      • headsAndForks

        org.projectnessie.versioned.transfer.serialize.TransferTypes.HeadsAndForks headsAndForks()
        Heads and fork-points generated during the export, can be used as an input to CommitLogOptimization.Builder.headsAndForks(HeadsAndForkPoints) when running commits optimization after a repository import.

        Note: the HEADS of the named references in an export may not match the heads in TransferTypes.HeadsAndForks when commits happened while the export has been created.

      • importedCommitCount

        long importedCommitCount()
        Number of commits that have been imported.
      • importedReferenceCount

        long importedReferenceCount()
        Number of references that have been imported.