Class IgniteProperties


  • public class IgniteProperties
    extends Object
    Ignite properties holder.
    • Method Detail

      • readProperties

        public static void readProperties​(String path,
                                          Properties props,
                                          boolean throwExc)
        Parameters:
        path - Path.
        props - Properties.
        throwExc - Flag indicating whether to throw an exception or not.
      • get

        public static String get​(String key)
        Gets property value.
        Parameters:
        key - Property key.
        Returns:
        Property value (possibly empty string, but never null).