Class AccumuloEntityValueLoader
- java.lang.Object
-
- uk.gov.gchq.gaffer.accumulostore.data.element.AccumuloElementValueLoader
-
- uk.gov.gchq.gaffer.accumulostore.data.element.AccumuloEntityValueLoader
-
- All Implemented Interfaces:
Serializable
,ElementValueLoader
public class AccumuloEntityValueLoader extends AccumuloElementValueLoader
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccumuloEntityValueLoader(String group, org.apache.accumulo.core.data.Key key, org.apache.accumulo.core.data.Value value, AccumuloElementConverter elementConverter, Schema schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadIdentifiers(Element entity)
The loaded identifiers should be set on the provided element-
Methods inherited from class uk.gov.gchq.gaffer.accumulostore.data.element.AccumuloElementValueLoader
getProperty
-
-
-
-
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.
-
-