Interface ChangeNumberVirtualIdAlgorithm
-
- All Known Implementing Classes:
ChangeNumberBitmapMaskAlgorithm
public interface ChangeNumberVirtualIdAlgorithm
Algorithm for encoding a serverId/legacyChangeNum into a virtual numeric idTODO: To be reverted on master and stable-3.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Change.Id
apply(String serverId, Change.Id legacyChangeNum)
Convert a serverId/legacyChangeNum tuple into a virtual numeric id
-