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, spliterator
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
parallelStream, removeIf, stream
public void write(org.apache.flink.core.memory.DataOutputView out) throws IOException
write
in interface org.apache.flink.core.io.IOReadableWritable
IOException
public void read(org.apache.flink.core.memory.DataInputView in) throws IOException
read
in interface org.apache.flink.core.io.IOReadableWritable
IOException
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.