Package org.directmemory.test.misc

Examples of org.directmemory.test.misc.DummyObject


    @Test
    @PerfTest(duration = 10000, threads = 5)
    @Required(max = 1500, average = 4)
    public void twoReadsOneWriteOneDelete() throws IOException {  
      doSomeReads(2);
      DummyObject object2add = randomObject();
      cache.put(object2add.getName(), object2add);
      cache.delete(randomKey());
    }
View Full Code Here

TOP

Related Classes of org.directmemory.test.misc.DummyObject

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.