Package net.sf.joafip.store.service.heaprecordable

Examples of net.sf.joafip.store.service.heaprecordable.HeapRecordableManager.attach()


        helperBinaryConversion);
    assertNull("not root for class name list",
        storeHeader.getClassNameListRootDataRecordIdentifier());
    assertNull("no root for to garbage",
        storeHeader.getGarbageCandidateRootDataRecordIdentifier());
    recordableManager.attach(storeHeader);
    assertEquals("must be first record",
        StoreForTest.IDENTIFIER_FOR_STORE_HEADER,
        storeHeader.getDataRecordIdentifier());
    storeHeader.setStateHaveChanged();
    recordableManager.save();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.