| Package | Description |
|---|---|
| org.apache.flink.api.common.typeutils.base | |
| org.apache.flink.api.java.typeutils | |
| org.apache.flink.types | |
| org.apache.flink.types.parser |
| Modifier and Type | Method and Description |
|---|---|
IntValue |
IntValueSerializer.copy(IntValue from) |
IntValue |
IntValueSerializer.copy(IntValue from,
IntValue reuse) |
IntValue |
IntValueSerializer.createInstance() |
IntValue |
IntValueSerializer.deserialize(DataInputView source) |
IntValue |
IntValueSerializer.deserialize(IntValue reuse,
DataInputView source) |
IntValue |
IntValueComparator.readWithKeyDenormalization(IntValue reuse,
DataInputView source) |
| Modifier and Type | Method and Description |
|---|---|
TypeComparator<IntValue> |
IntValueComparator.duplicate() |
| Modifier and Type | Method and Description |
|---|---|
int |
IntValueComparator.compare(IntValue first,
IntValue second) |
IntValue |
IntValueSerializer.copy(IntValue from) |
IntValue |
IntValueSerializer.copy(IntValue from,
IntValue reuse) |
IntValue |
IntValueSerializer.deserialize(IntValue reuse,
DataInputView source) |
boolean |
IntValueComparator.equalToReference(IntValue candidate) |
int |
IntValueComparator.hash(IntValue record) |
void |
IntValueComparator.putNormalizedKey(IntValue record,
MemorySegment target,
int offset,
int numBytes) |
IntValue |
IntValueComparator.readWithKeyDenormalization(IntValue reuse,
DataInputView source) |
void |
IntValueSerializer.serialize(IntValue record,
DataOutputView target) |
void |
IntValueComparator.setReference(IntValue toCompare) |
void |
IntValueComparator.writeWithKeyNormalization(IntValue record,
DataOutputView target) |
| Modifier and Type | Method and Description |
|---|---|
int |
IntValueComparator.compareToReference(TypeComparator<IntValue> referencedComparator) |
| Modifier and Type | Field and Description |
|---|---|
static ValueTypeInfo<IntValue> |
ValueTypeInfo.INT_VALUE_TYPE_INFO |
| Modifier and Type | Method and Description |
|---|---|
IntValue |
IntValue.copy() |
| Modifier and Type | Method and Description |
|---|---|
int |
IntValue.compareTo(IntValue o) |
void |
IntValue.copyTo(IntValue target) |
void |
IntValue.setValue(IntValue value) |
| Modifier and Type | Method and Description |
|---|---|
IntValue |
IntValueParser.createValue() |
IntValue |
IntValueParser.getLastResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
IntValueParser.parseField(byte[] bytes,
int startPos,
int limit,
byte[] delimiter,
IntValue reusable) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.