T - Type with a fixed length.public abstract class AbstractFixSizedPropertyValueStrategy<T> extends Object implements PropertyValueStrategy<T>
PropertyValueStrategy classes that
handle data types with a fixed size.| Constructor and Description |
|---|
AbstractFixSizedPropertyValueStrategy() |
| 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 AbstractFixSizedPropertyValueStrategy()
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.