Class LegacySupport
- java.lang.Object
-
- uk.gov.gchq.gaffer.accumulostore.utils.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LegacySupport.BackwardsCompatibleCachableBlockFileReader
static class
LegacySupport.BackwardsCompatibleReaderBuilder
static class
LegacySupport.BackwardsCompatibleRFileWriter
static class
LegacySupport.BackwardsCompatibleWriterBuilder
static class
LegacySupport.InputConfigurator
-
Constructor Summary
Constructors Constructor Description LegacySupport()
-