Home
last modified time | relevance | path

Searched refs:NO_ACK_DURABILITY (Results 1 – 1 of 1) sorted by relevance

/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/impl/
H A DRepGroupDB.java137 private final static Durability NO_ACK_DURABILITY = field in RepGroupDB
153 NO_ACK.setDurability(NO_ACK_DURABILITY);
1240 quorumAck ? QUORUM_ACK_DURABILITY : NO_ACK_DURABILITY); in phase1()