| Package | Description |
|---|---|
| org.apache.flink.api.common.typeutils.base | |
| org.apache.flink.types | |
| org.apache.flink.types.parser |
| Modifier and Type | Method and Description |
|---|---|
BooleanValue |
BooleanValueSerializer.copy(BooleanValue from) |
BooleanValue |
BooleanValueSerializer.copy(BooleanValue from,
BooleanValue reuse) |
BooleanValue |
BooleanValueSerializer.createInstance() |
BooleanValue |
BooleanValueSerializer.deserialize(BooleanValue reuse,
DataInputView source) |
BooleanValue |
BooleanValueSerializer.deserialize(DataInputView source) |
| Modifier and Type | Method and Description |
|---|---|
BooleanValue |
BooleanValueSerializer.copy(BooleanValue from) |
BooleanValue |
BooleanValueSerializer.copy(BooleanValue from,
BooleanValue reuse) |
BooleanValue |
BooleanValueSerializer.deserialize(BooleanValue reuse,
DataInputView source) |
void |
BooleanValueSerializer.serialize(BooleanValue record,
DataOutputView target) |
| Modifier and Type | Field and Description |
|---|---|
static BooleanValue |
BooleanValue.FALSE |
static BooleanValue |
BooleanValue.TRUE |
| Modifier and Type | Method and Description |
|---|---|
BooleanValue |
BooleanValue.copy() |
| Modifier and Type | Method and Description |
|---|---|
int |
BooleanValue.compareTo(BooleanValue o) |
void |
BooleanValue.copyTo(BooleanValue target) |
void |
BooleanValue.setValue(BooleanValue value) |
| Modifier and Type | Method and Description |
|---|---|
BooleanValue |
BooleanValueParser.createValue() |
BooleanValue |
BooleanValueParser.getLastResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
BooleanValueParser.parseField(byte[] bytes,
int startPos,
int limit,
byte[] delim,
BooleanValue reuse) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.