Searched refs:setTransactional (Results 1 - 25 of 44) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/txn/
H A DTxnGuideDPL.java73 myEnvConfig.setTransactional(true);
87 myStoreConfig.setTransactional(true);
94 myDbConfig.setTransactional(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DSampleDatabase.java51 envConfig.setTransactional(true);
60 dbConfig.setTransactional(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DSampleDatabase.java63 envConfig.setTransactional(true);
72 dbConfig.setTransactional(true);
108 secConfig.setTransactional(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DSampleDatabase.java65 envConfig.setTransactional(true);
74 dbConfig.setTransactional(true);
105 secConfig.setTransactional(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/txn/
H A DTxnGuideInMemory.java74 myEnvConfig.setTransactional(true);
99 myDbConfig.setTransactional(true);
111 // is autocommitted because DatabaseConfig.setTransactional()
H A DTxnGuide.java78 myEnvConfig.setTransactional(true);
93 myDbConfig.setTransactional(true);
106 // is autocommitted because DatabaseConfig.setTransactional()
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DCustomKeyOrderExample.java87 envConfig.setTransactional(true);
95 storeConfig.setTransactional(true);
H A DEventExample.java161 envConfig.setTransactional(true);
178 dbConfig.setTransactional(true);
202 catalogConfig.setTransactional(true);
222 secConfig.setTransactional(true);
H A DEventExampleDPL.java150 envConfig.setTransactional(true);
170 storeConfig.setTransactional(true);
H A DPersonExample.java157 envConfig.setTransactional(true);
165 storeConfig.setTransactional(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DTestEnv.java42 config.setTransactional(true);
91 copyToConfig.setTransactional(config.getTransactional());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DStoreConfig.java111 public void setTransactional(boolean transactional) { method in class:StoreConfig
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/hello/
H A DHelloDatabaseWorld.java52 envConfig.setTransactional(true);
93 dbConfig.setTransactional(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DEnvExample.java55 config.setTransactional(true);
H A DRPCExample.java53 config.setTransactional(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSampleDatabase.java63 envConfig.setTransactional(true);
72 dbConfig.setTransactional(true);
103 secConfig.setTransactional(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DSampleDatabase.java63 envConfig.setTransactional(true);
72 dbConfig.setTransactional(true);
103 secConfig.setTransactional(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSampleDatabase.java65 envConfig.setTransactional(true);
74 dbConfig.setTransactional(true);
105 secConfig.setTransactional(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DSampleDatabase.java65 envConfig.setTransactional(true);
74 dbConfig.setTransactional(true);
105 secConfig.setTransactional(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DCallbackTest.java70 envc.setTransactional(true);
H A DRepmgrElectionTest.java123 envConfig.setTransactional(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTestEnv.java43 config.setTransactional(true);
H A DJoinTest.java153 config.setTransactional(true);
166 secConfig.setTransactional(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/serial/
H A DTupleSerialFactoryTest.java171 config.setTransactional(testEnv.isTxnMode());
186 secConfig.setTransactional(testEnv.isTxnMode());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveTestBase.java315 config.setTransactional(true);
376 config.setTransactional(true);

Completed in 125 milliseconds

12