Interface BesuConfiguration


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.nio.file.Path getDataPath()
      Location of the data directory in the file system running the client.
      java.nio.file.Path getStoragePath()
      Location of the working directory of the storage in the file system running the client.
    • 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.