T - the type used in this hash setpublic class SerializableHashSet<T extends org.apache.flink.core.io.IOReadableWritable> extends HashSet<T> implements org.apache.flink.core.io.IOReadableWritable
HashSet by implementing the
IOReadableWritable interface.| Constructor and Description |
|---|
SerializableHashSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
read(org.apache.flink.core.memory.DataInputView in) |
void |
write(org.apache.flink.core.memory.DataOutputView out) |
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratorequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic void write(org.apache.flink.core.memory.DataOutputView out)
throws IOException
write in interface org.apache.flink.core.io.IOReadableWritableIOExceptionpublic void read(org.apache.flink.core.memory.DataInputView in)
throws IOException
read in interface org.apache.flink.core.io.IOReadableWritableIOExceptionCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.