public class WanReplicationEventQueue extends LinkedBlockingQueue<com.hazelcast.wan.WanReplicationEvent> implements com.hazelcast.nio.serialization.DataSerializable
| Constructor and Description |
|---|
WanReplicationEventQueue() |
WanReplicationEventQueue(int backupCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBackupCount() |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
clear, contains, drainTo, drainTo, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, remove, size, spliterator, take, toArray, toArray, toStringadd, addAll, element, removecontainsAll, isEmpty, removeAll, retainAllclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddaddAll, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, streampublic WanReplicationEventQueue()
public WanReplicationEventQueue(int backupCount)
public int getBackupCount()
public void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.