Package com.hazelcast.map.impl

Examples of com.hazelcast.map.impl.RecordStore.clear()


        if (recordStore == null) {
            shouldBackup = false;
            return;
        }

        numberOfClearedEntries = recordStore.clear();
    }

    public boolean shouldBackup() {
        return shouldBackup;
    }
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.