Class PojoPartitionVersionState
java.lang.Object
com.here.platform.data.client.flink.impl.PojoPartitionVersionState
POJO Class have to https://ci.apache.org/projects/flink/flink-docs-release-1.10/dev/stream/state/schema_evolution.html#pojo-types
1. Fields can be removed. Once removed, the previous value for the removed field will be dropped in future checkpoints and savepoints. 2. New fields can be added. The new field will be initialized to the default value for its type, as defined by Java. 3. Declared fields types cannot change. 4. Class name of the POJO type cannot change, including the namespace of the class.
param: partition param: version
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetPartition(String x$1) voidsetVersion(long x$1) longversion()
-
Constructor Details
-
PojoPartitionVersionState
-
PojoPartitionVersionState
public PojoPartitionVersionState()
-
-
Method Details
-
getPartition
-
getVersion
public long getVersion() -
partition
-
setPartition
-
setVersion
public void setVersion(long x$1) -
version
public long version()
-