Uses of Interface
uk.gov.gchq.gaffer.data.element.ElementValueLoader
-
Packages that use ElementValueLoader Package Description uk.gov.gchq.gaffer.accumulostore.data.element uk.gov.gchq.gaffer.data.element Core Java data types relating to Gaffer graph elements (entities and edges). -
-
Uses of ElementValueLoader in uk.gov.gchq.gaffer.accumulostore.data.element
Classes in uk.gov.gchq.gaffer.accumulostore.data.element that implement ElementValueLoader Modifier and Type Class Description class
AccumuloEdgeValueLoader
class
AccumuloElementValueLoader
class
AccumuloEntityValueLoader
-
Uses of ElementValueLoader in uk.gov.gchq.gaffer.data.element
Constructors in uk.gov.gchq.gaffer.data.element with parameters of type ElementValueLoader Constructor Description LazyEdge(Edge edge, ElementValueLoader valueLoader)
Constructs a by wrapping the providedEdge
and using theElementValueLoader
to lazily load the element's identifiers and properties when requested.LazyEntity(Entity entity, ElementValueLoader valueLoader)
Constructs a by wrapping the providedEntity
and using theElementValueLoader
to lazily load the element's identifiers and properties when requested.LazyProperties(Properties properties, ElementValueLoader valueLoader)
Constructs a by wrapping the providedProperties
and using theElementValueLoader
to lazily load the property values when requested.
-