Package com.hazelcast.map.impl.mapstore.writebehind

Examples of com.hazelcast.map.impl.mapstore.writebehind.WriteBehindManager


    public static MapStoreManager createWriteThroughManager(MapContainer mapContainer) {
        return new WriteThroughManager(mapContainer);
    }

    public static MapStoreManager createWriteBehindManager(MapContainer mapContainer) {
        return new WriteBehindManager(mapContainer);
    }
View Full Code Here

TOP

Related Classes of com.hazelcast.map.impl.mapstore.writebehind.WriteBehindManager

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.