Searched refs:allowBlindOps (Results 1 – 2 of 2) sorted by relevance
151 private boolean allowBlindOps = false; field in EnvironmentImpl620 allowBlindOps = configManager.getBoolean( in initConfigParams()2379 public boolean allowBlindOps() { in allowBlindOps() method in EnvironmentImpl2380 return allowBlindOps; in allowBlindOps()
1518 (getEnv().allowBlindOps() || getEnv().allowBlindPuts()); in getDeltaCapacity()