public class WanReplicationEventQueue extends ConcurrentLinkedQueue<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) |
add, addAll, contains, isEmpty, iterator, offer, peek, poll, remove, size, spliterator, toArray, toArrayclear, element, removecontainsAll, removeAll, retainAll, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, containsAll, equals, hashCode, 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.