Package org.apache.ignite.internal
Class IgniteProperties
- java.lang.Object
-
- org.apache.ignite.internal.IgniteProperties
-
public class IgniteProperties extends Object
Ignite properties holder.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringget(String key)Gets property value.static voidreadProperties(String path, Properties props, boolean throwExc)
-
-
-
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.
-
-