@ThreadSafe public abstract class CheckpointedIdHashSet extends DelegatingSet<java.lang.Long> implements Checkpointed
| Constructor and Description |
|---|
CheckpointedIdHashSet()
Constructs a new checkpointed id hash set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
restoreFromCheckpoint(CheckpointInputStream input) |
void |
writeToCheckpoint(java.io.OutputStream output) |
add, addAll, clear, contains, containsAll, equals, forEach, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetCheckpointNamepublic CheckpointedIdHashSet()
public void writeToCheckpoint(java.io.OutputStream output)
throws java.io.IOException
writeToCheckpoint in interface Checkpointedjava.io.IOExceptionpublic void restoreFromCheckpoint(CheckpointInputStream input) throws java.io.IOException
restoreFromCheckpoint in interface Checkpointedjava.io.IOExceptionCopyright © 2020. All Rights Reserved.