Class VersionPair


  • public class VersionPair
    extends Object
    Version information used by VersionHandler.

    This class had to be moved from a nested class in VersionHandler into a separate class, because ObjectUtilImpl always cloned the VersionHandler as well, which caused a massive memory leak and eventually lead to a stack overflow as well.

    • Constructor Detail

      • VersionPair

        public VersionPair()
      • VersionPair

        public VersionPair​(BigInteger descriptorVersion)
    • Method Detail

      • getDescriptorVersion

        public BigInteger getDescriptorVersion()
      • getStateVersion

        public BigInteger getStateVersion()