Class AccumuloEdgeValueLoader

    • Constructor Detail

      • AccumuloEdgeValueLoader

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

      • loadIdentifiers

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