Searched refs:getDBOptionsFromProps (Results 1 – 2 of 2) sorted by relevance
39 public void getDBOptionsFromProps() { in getDBOptionsFromProps() method in DBOptionsTest44 try(final DBOptions opt = DBOptions.getDBOptionsFromProps(properties)) { in getDBOptionsFromProps()59 try(final DBOptions opt = DBOptions.getDBOptionsFromProps(properties)) { in failDBOptionsFromPropsWithIllegalValue()66 try(final DBOptions opt = DBOptions.getDBOptionsFromProps(null)) { in failDBOptionsFromPropsWithNullValue()73 try(final DBOptions opt = DBOptions.getDBOptionsFromProps( in failDBOptionsFromPropsWithEmptyProps()
82 public static DBOptions getDBOptionsFromProps( in getDBOptionsFromProps() method in DBOptions96 long handle = getDBOptionsFromProps( in getDBOptionsFromProps()1178 private static native long getDBOptionsFromProps( in getDBOptionsFromProps() method in DBOptions