Lines Matching defs:Mode
34 // o If the mode of the transaction is NONE, then it is in "pass through"
35 // mode and all methods just forward to the inner network transaction.
37 // o If the mode of the transaction is only READ, then it may only read from
40 // o If the mode of the transaction is only WRITE, then it may only write to
43 // o If the mode of the transaction is READ_WRITE, then the transaction may
47 // o If the mode of the transaction is UPDATE, then the transaction may
50 enum Mode {
63 Mode mode() const { return mode_; }
346 Mode mode_;