com.hazelcast.map.impl.mapstore.writebehind
Class WriteBehindQueues
java.lang.Object
com.hazelcast.map.impl.mapstore.writebehind.WriteBehindQueues
public final class WriteBehindQueues
- extends Object
A class providing static factory methods that create write behind queues.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createBoundedWriteBehindQueue
public static WriteBehindQueue createBoundedWriteBehindQueue(int maxCapacity,
AtomicInteger counter)
createDefaultWriteBehindQueue
public static <T> WriteBehindQueue<T> createDefaultWriteBehindQueue()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.