Package org.gridgain.internal.snapshots
Class TombstoneResolverFactory
java.lang.Object
org.gridgain.internal.snapshots.TombstoneResolverFactory
Factory for
TableTombstoneResolver.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(int partitionId, org.apache.ignite.internal.hlc.HybridTimestamp fromTimestamp, org.apache.ignite.internal.hlc.HybridTimestamp toTimestamp) Creates new table tombstone provider for specified partition id and timestamp range.
-
Constructor Details
-
TombstoneResolverFactory
-
-
Method Details
-
create
public TableTombstoneResolver create(int partitionId, org.apache.ignite.internal.hlc.HybridTimestamp fromTimestamp, org.apache.ignite.internal.hlc.HybridTimestamp toTimestamp) Creates new table tombstone provider for specified partition id and timestamp range.- Parameters:
partitionId- Partition id.fromTimestamp- Lower bound for tombstone's commit timestamp, excluding.toTimestamp- Upper bound for tombstone's commit timestamp, including.
-