Class PojoPartition
java.lang.Object
com.here.platform.data.client.flink.impl.PojoPartition
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: version param: partition param: layer param: dataHandle param: checksum param: crc param: dataSize param: compressedDataSize param: additionalMetadata param: timestamp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchecksum()longcrc()longdataSize()longgetCrc()longgetLayer()longlonglayer()voidvoidsetChecksum(String x$1) voidsetCompressedDataSize(long x$1) voidvoidsetDataHandle(String x$1) voidsetDataSize(long x$1) voidvoidsetPartition(String x$1) voidsetTimestamp(long x$1) voidsetVersion(long x$1) longlongversion()
-
Constructor Details
-
PojoPartition
-
PojoPartition
public PojoPartition()
-
-
Method Details
-
additionalMetadata
-
checksum
-
compressedDataSize
public long compressedDataSize() -
crc
-
dataHandle
-
dataSize
public long dataSize() -
getAdditionalMetadata
-
getChecksum
-
getCompressedDataSize
public long getCompressedDataSize() -
getCrc
-
getDataHandle
-
getDataSize
public long getDataSize() -
getLayer
-
getPartition
-
getTimestamp
public long getTimestamp() -
getVersion
public long getVersion() -
layer
-
partition
-
setAdditionalMetadata
-
setChecksum
-
setCompressedDataSize
public void setCompressedDataSize(long x$1) -
setCrc
-
setDataHandle
-
setDataSize
public void setDataSize(long x$1) -
setLayer
-
setPartition
-
setTimestamp
public void setTimestamp(long x$1) -
setVersion
public void setVersion(long x$1) -
timestamp
public long timestamp() -
version
public long version()
-