Class AccumuloKeyPackage

  • Direct Known Subclasses:
    ByteEntityKeyPackage, ClassicKeyPackage

    public abstract class AccumuloKeyPackage
    extends Object
    The AccumuloKeyPackage provides access to Factories and utility methods needed for an Instance of the AccumuloStore to run, The idea of the key package is to isolate all things which are dependent upon any one key design, with the intent that new key package can be implemented later to optimise certain queries, depending on the users use case.
    • Constructor Detail

      • AccumuloKeyPackage

        public AccumuloKeyPackage()
    • Method Detail

      • setRangeFactory

        public void setRangeFactory​(RangeFactory rangeFactory)
      • getKeyFunctor

        public org.apache.accumulo.core.file.keyfunctor.KeyFunctor getKeyFunctor()
      • setKeyFunctor

        public void setKeyFunctor​(org.apache.accumulo.core.file.keyfunctor.KeyFunctor bloomFunctor)
      • setSchema

        public abstract void setSchema​(Schema schema)