Package | Description |
---|---|
org.apache.flink.api.java.tuple | |
org.apache.flink.api.java.tuple.builder | |
org.apache.flink.api.java.typeutils.runtime |
Modifier and Type | Field and Description |
---|---|
static Tuple0 |
Tuple0.INSTANCE |
Modifier and Type | Method and Description |
---|---|
Tuple0 |
Tuple0.copy()
Shallow tuple copy.
|
Modifier and Type | Method and Description |
---|---|
Tuple0[] |
Tuple0Builder.build() |
Modifier and Type | Method and Description |
---|---|
Tuple0 |
Tuple0Serializer.copy(Tuple0 from) |
Tuple0 |
Tuple0Serializer.copy(Tuple0 from,
Tuple0 reuse) |
Tuple0 |
Tuple0Serializer.createInstance() |
Tuple0 |
Tuple0Serializer.createInstance(Object[] fields) |
Tuple0 |
Tuple0Serializer.deserialize(DataInputView source) |
Tuple0 |
Tuple0Serializer.deserialize(Tuple0 reuse,
DataInputView source) |
Modifier and Type | Method and Description |
---|---|
TypeSerializerSchemaCompatibility<Tuple0> |
Tuple0Serializer.resolveSchemaCompatibilityViaRedirectingToNewSnapshotClass(TypeSerializerConfigSnapshot<Tuple0> deprecatedConfigSnapshot) |
TypeSerializerSnapshot<Tuple0> |
Tuple0Serializer.snapshotConfiguration() |
Modifier and Type | Method and Description |
---|---|
Tuple0 |
Tuple0Serializer.copy(Tuple0 from) |
Tuple0 |
Tuple0Serializer.copy(Tuple0 from,
Tuple0 reuse) |
Tuple0 |
Tuple0Serializer.deserialize(Tuple0 reuse,
DataInputView source) |
void |
Tuple0Serializer.serialize(Tuple0 record,
DataOutputView target) |
Modifier and Type | Method and Description |
---|---|
TypeSerializerSchemaCompatibility<Tuple0> |
Tuple0Serializer.resolveSchemaCompatibilityViaRedirectingToNewSnapshotClass(TypeSerializerConfigSnapshot<Tuple0> deprecatedConfigSnapshot) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.