Package v7db.files.spi

Examples of v7db.files.spi.ReferenceTracking.purge()


    Object owner = new DBRef(null, "test", "test");

    refs.updateReferences(owner, pointer);

    refs.purge(owner);

    SimpleGarbageCollector.purge(contents, references);

    assertMockMongoDoesNotContainDocument("test.v7files.refs", owner);
    assertMockMongoDoesNotContainDocument("test.v7files.content",
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.