Class LegacySupport


  • public class LegacySupport
    extends Object
    A utility class to provide static methods which map to a single import. This is to mitigate Accumulo code and package name changes between versions 1.x and 2.x of Accumulo. These changes would otherwise require duplication of any modules which imported Accumulo packages which had changed names or required code changes to remain compatible with both versions of Accumulo.
    • Constructor Detail

      • LegacySupport

        public LegacySupport()