Package com.sun.sgs.test.util

Examples of com.sun.sgs.test.util.InMemoryDataStore


@RunWith(FilteredNameRunner.class)
public class TestAbstractDataStoreTxnIsolation extends BasicTxnIsolationTest {

    /** Creates an {@link InMemoryDataStore}. */
    protected DataStore createDataStore() {
  return new InMemoryDataStore(props, env.systemRegistry, txnProxy);
    }
View Full Code Here

TOP

Related Classes of com.sun.sgs.test.util.InMemoryDataStore

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.