Class GridConfigurationFinder


  • public final class GridConfigurationFinder
    extends Object
    Finds configuration files located in IGNITE_HOME folder and its subfolders.
    • Method Detail

      • getConfigFiles

        public static List<GridTuple3<String,​Long,​File>> getConfigFiles()
                                                                             throws IOException
        Lists paths to all Ignite configuration files located in IGNITE_HOME with their last modification timestamps.
        Returns:
        Collection of configuration files and their last modification timestamps.
        Throws:
        IOException - Thrown in case of any IO error.