| Package | Description |
|---|---|
| org.apache.flink.api.common.typeutils.base | |
| org.apache.flink.types |
| Modifier and Type | Method and Description |
|---|---|
CharValue |
CharValueSerializer.copy(CharValue from) |
CharValue |
CharValueSerializer.copy(CharValue from,
CharValue reuse) |
CharValue |
CharValueSerializer.createInstance() |
CharValue |
CharValueSerializer.deserialize(CharValue reuse,
DataInputView source) |
CharValue |
CharValueSerializer.deserialize(DataInputView source) |
| Modifier and Type | Method and Description |
|---|---|
CharValue |
CharValueSerializer.copy(CharValue from) |
CharValue |
CharValueSerializer.copy(CharValue from,
CharValue reuse) |
CharValue |
CharValueSerializer.deserialize(CharValue reuse,
DataInputView source) |
void |
CharValueSerializer.serialize(CharValue record,
DataOutputView target) |
| Modifier and Type | Method and Description |
|---|---|
CharValue |
CharValue.copy() |
| Modifier and Type | Method and Description |
|---|---|
int |
CharValue.compareTo(CharValue o) |
void |
CharValue.copyTo(CharValue target) |
void |
CharValue.setValue(CharValue value) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.