Class AccumuloEntityValueLoader

    • Constructor Detail

      • AccumuloEntityValueLoader

        public AccumuloEntityValueLoader​(String group,
                                         org.apache.accumulo.core.data.Key key,
                                         org.apache.accumulo.core.data.Value value,
                                         AccumuloElementConverter elementConverter,
                                         Schema schema)
    • Method Detail

      • loadIdentifiers

        public void loadIdentifiers​(Element entity)
        Description copied from interface: ElementValueLoader
        The loaded identifiers should be set on the provided element
        Parameters:
        entity - the wrapped element.