Package cache

Examples of cache.DataBlockInfo


  private DataBlockInfo b;
  private DataBlockInfo c;
  private DataBlockInfo d;
 
  @Before public void setup() {
    a = new DataBlockInfo("1", 1, 1);
    b = new DataBlockInfo("2", 1, 1);
    c = new DataBlockInfo("3", 1, 1);
    d = new DataBlockInfo("4", 1, 1);
   
    a.setScore(2);
    b.setScore(3);
    c.setScore(4);
    d.setScore(5);
View Full Code Here

TOP

Related Classes of cache.DataBlockInfo

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.