Searched refs:StoreConfig (Results 1 - 25 of 72) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DStoreConfig.java23 * <p>{@code StoreConfig} objects are thread-safe. Multiple threads may safely
24 * call the methods of a shared {@code StoreConfig} object.</p>
27 * summary example</a>} for an example of using a {@code StoreConfig}.</p>
31 public class StoreConfig implements Cloneable { class in inherits:Cloneable
37 public static final StoreConfig DEFAULT = new StoreConfig();
51 public StoreConfig() { method in class:StoreConfig
58 * StoreConfig#clone()}.</p>
60 public StoreConfig cloneConfig() {
62 return (StoreConfig) supe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DStoreConfig.java23 * <p>{@code StoreConfig} objects are thread-safe. Multiple threads may safely
24 * call the methods of a shared {@code StoreConfig} object.</p>
27 * summary example</a>} for an example of using a {@code StoreConfig}.</p>
31 public class StoreConfig implements Cloneable { class in inherits:Cloneable
37 public static final StoreConfig DEFAULT = new StoreConfig();
51 public StoreConfig() { method in class:StoreConfig
58 * StoreConfig#clone()}.</p>
60 public StoreConfig cloneConfig() {
62 return (StoreConfig) supe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DStoreConfig.java23 * <p>{@code StoreConfig} objects are thread-safe. Multiple threads may safely
24 * call the methods of a shared {@code StoreConfig} object.</p>
27 * summary example</a>} for an example of using a {@code StoreConfig}.</p>
31 public class StoreConfig implements Cloneable { class in inherits:Cloneable
37 public static final StoreConfig DEFAULT = new StoreConfig();
51 public StoreConfig() { method in class:StoreConfig
58 * StoreConfig#clone()}.</p>
60 public StoreConfig cloneConfig() {
62 return (StoreConfig) supe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveTestBase.java21 import com.sleepycat.persist.StoreConfig;
325 private boolean openStore(StoreConfig config)
359 StoreConfig config = new StoreConfig();
367 StoreConfig config = new StoreConfig();
375 StoreConfig config = new StoreConfig();
392 StoreConfig config = new StoreConfig();
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveTestBase.java21 import com.sleepycat.persist.StoreConfig;
325 private boolean openStore(StoreConfig config)
359 StoreConfig config = new StoreConfig();
367 StoreConfig config = new StoreConfig();
375 StoreConfig config = new StoreConfig();
392 StoreConfig config = new StoreConfig();
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveTestBase.java21 import com.sleepycat.persist.StoreConfig;
325 private boolean openStore(StoreConfig config)
359 StoreConfig config = new StoreConfig();
367 StoreConfig config = new StoreConfig();
375 StoreConfig config = new StoreConfig();
392 StoreConfig config = new StoreConfig();
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/persist/gettingStarted/
H A DSimpleStorePut.java18 import com.sleepycat.persist.StoreConfig;
36 StoreConfig storeConfig = new StoreConfig();
H A DSimpleStoreGet.java18 import com.sleepycat.persist.StoreConfig;
37 StoreConfig storeConfig = new StoreConfig();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/raw/
H A DRawStore.java15 import com.sleepycat.persist.StoreConfig;
38 * StoreConfig#setModel}. In other words, the configured model must be
65 public RawStore(Environment env, String storeName, StoreConfig config)
112 public StoreConfig getConfig() {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/persist/gettingStarted/
H A DSimpleStorePut.java18 import com.sleepycat.persist.StoreConfig;
36 StoreConfig storeConfig = new StoreConfig();
H A DSimpleStoreGet.java18 import com.sleepycat.persist.StoreConfig;
37 StoreConfig storeConfig = new StoreConfig();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/raw/
H A DRawStore.java15 import com.sleepycat.persist.StoreConfig;
38 * StoreConfig#setModel}. In other words, the configured model must be
65 public RawStore(Environment env, String storeName, StoreConfig config)
112 public StoreConfig getConfig() {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/persist/gettingStarted/
H A DSimpleStorePut.java18 import com.sleepycat.persist.StoreConfig;
36 StoreConfig storeConfig = new StoreConfig();
H A DSimpleStoreGet.java18 import com.sleepycat.persist.StoreConfig;
37 StoreConfig storeConfig = new StoreConfig();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/raw/
H A DRawStore.java15 import com.sleepycat.persist.StoreConfig;
38 * StoreConfig#setModel}. In other words, the configured model must be
65 public RawStore(Environment env, String storeName, StoreConfig config)
112 public StoreConfig getConfig() {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/persist/
H A DCustomKeyOrderExample.java20 import com.sleepycat.persist.StoreConfig;
93 StoreConfig storeConfig = new StoreConfig();
H A DDplDump.java20 import com.sleepycat.persist.StoreConfig;
122 StoreConfig storeConfig = new StoreConfig();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/persist/txn/
H A DTxnGuideDPL.java22 import com.sleepycat.persist.StoreConfig;
93 StoreConfig myStoreConfig = new StoreConfig();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/persist/
H A DCustomKeyOrderExample.java20 import com.sleepycat.persist.StoreConfig;
93 StoreConfig storeConfig = new StoreConfig();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/persist/txn/
H A DTxnGuideDPL.java22 import com.sleepycat.persist.StoreConfig;
93 StoreConfig myStoreConfig = new StoreConfig();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/persist/
H A DCustomKeyOrderExample.java20 import com.sleepycat.persist.StoreConfig;
93 StoreConfig storeConfig = new StoreConfig();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/persist/txn/
H A DTxnGuideDPL.java22 import com.sleepycat.persist.StoreConfig;
93 StoreConfig myStoreConfig = new StoreConfig();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/model/
H A DSecondaryKey.java21 import com.sleepycat.persist.StoreConfig;
148 * StoreConfig#setTransactional}.</p>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/model/
H A DSecondaryKey.java21 import com.sleepycat.persist.StoreConfig;
148 * StoreConfig#setTransactional}.</p>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/model/
H A DSecondaryKey.java21 import com.sleepycat.persist.StoreConfig;
148 * StoreConfig#setTransactional}.</p>

Completed in 229 milliseconds

123