T - Type with a variable length.public abstract class AbstractVariableSizedPropertyValueStrategy<T> extends Object implements PropertyValueStrategy<T>
PropertyValueStrategy classes that
handle data types with a variable size.| Constructor and Description |
|---|
AbstractVariableSizedPropertyValueStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(T value,
org.apache.flink.core.memory.DataOutputView outputView)
Writes the given value to the provided
DataOutputView. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompare, get, getRawBytes, getRawType, getType, is, readpublic AbstractVariableSizedPropertyValueStrategy()
public void write(T value, org.apache.flink.core.memory.DataOutputView outputView) throws IOException
PropertyValueStrategyDataOutputView.
The argument value can not be null.write in interface PropertyValueStrategy<T>value - to be written to the DataOutputView.outputView - that the value is written to.IOException - if write process fails.Copyright © 2014 - 2019–2019 University of Leipzig. All rights reserved.