Class AccumuloElementValueLoader
- java.lang.Object
-
- uk.gov.gchq.gaffer.accumulostore.data.element.AccumuloElementValueLoader
-
- All Implemented Interfaces:
Serializable
,ElementValueLoader
- Direct Known Subclasses:
AccumuloEdgeValueLoader
,AccumuloEntityValueLoader
public abstract class AccumuloElementValueLoader extends Object implements ElementValueLoader
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getProperty(String name, Properties lazyProperties)
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface uk.gov.gchq.gaffer.data.element.ElementValueLoader
loadIdentifiers
-
-
-
-
Method Detail
-
getProperty
public Object getProperty(String name, Properties lazyProperties)
- Specified by:
getProperty
in interfaceElementValueLoader
- Parameters:
name
- the property name to extractlazyProperties
- the lazy properties- Returns:
- the property value with the given name
-
-