Interface BesuConfiguration


  • public interface BesuConfiguration
    Generally useful configuration provided by Besu.
    • Method Detail

      • getStoragePath

        java.nio.file.Path getStoragePath()
        Location of the working directory of the storage in the file system running the client.
        Returns:
        location of the storage in the file system of the client.
      • getDataPath

        java.nio.file.Path getDataPath()
        Location of the data directory in the file system running the client.
        Returns:
        location of the data directory in the file system of the client.
      • getDatabaseVersion

        default int getDatabaseVersion()
        Database version. This sets the list of segmentIdentifiers that should be initialized.
        Returns:
        Database version.