Class LastCheckpoint
- java.lang.Object
-
- io.trino.plugin.deltalake.transactionlog.checkpoint.LastCheckpoint
-
public class LastCheckpoint extends Object
-
-
Constructor Summary
Constructors Constructor Description LastCheckpoint(long version, BigInteger size, Optional<Integer> parts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Optional<Integer>getParts()BigIntegergetSize()longgetVersion()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
LastCheckpoint
public LastCheckpoint(long version, BigInteger size, Optional<Integer> parts)
-
-
Method Detail
-
getVersion
public long getVersion()
-
getSize
public BigInteger getSize()
-
-