Package | Description |
---|---|
org.apache.flink.runtime.state.ttl |
Modifier and Type | Method and Description |
---|---|
TtlValue<T> |
TtlStateFactory.TtlSerializer.createInstance(Object... values) |
Modifier and Type | Method and Description |
---|---|
protected CompositeSerializer<TtlValue<T>> |
TtlStateFactory.TtlSerializer.createSerializerInstance(CompositeSerializer.PrecomputedParameters precomputed,
TypeSerializer<?>... originalSerializers) |
TypeSerializerSchemaCompatibility<TtlValue<T>> |
TtlStateFactory.TtlSerializer.resolveSchemaCompatibilityViaRedirectingToNewSnapshotClass(TypeSerializerConfigSnapshot<TtlValue<T>> deprecatedConfigSnapshot) |
TypeSerializerSnapshot<TtlValue<T>> |
TtlStateFactory.TtlSerializer.snapshotConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected Object |
TtlStateFactory.TtlSerializer.getField(TtlValue<T> v,
int index) |
protected void |
TtlStateFactory.TtlSerializer.setField(TtlValue<T> v,
int index,
Object fieldValue) |
Modifier and Type | Method and Description |
---|---|
TypeSerializerSchemaCompatibility<TtlValue<T>> |
TtlStateFactory.TtlSerializer.resolveSchemaCompatibilityViaRedirectingToNewSnapshotClass(TypeSerializerConfigSnapshot<TtlValue<T>> deprecatedConfigSnapshot) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.