Searched refs:allowPopulate (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DSecondaryConfig.java73 private boolean allowPopulate; field in class:SecondaryConfig
100 @param allowPopulate whether automatic population of the secondary is
103 public void setAllowPopulate(final boolean allowPopulate) { argument
104 this.allowPopulate = allowPopulate;
117 return allowPopulate;
256 associateFlags |= allowPopulate ? DbConstants.DB_CREATE : 0;
295 allowPopulate = false;

Completed in 117 milliseconds