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 classAccumuloEdgeValueLoaderclassAccumuloElementValueLoaderclassAccumuloEntityValueLoader -
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 providedEdgeand using theElementValueLoaderto lazily load the element's identifiers and properties when requested.LazyEntity(Entity entity, ElementValueLoader valueLoader)Constructs a by wrapping the providedEntityand using theElementValueLoaderto lazily load the element's identifiers and properties when requested.LazyProperties(Properties properties, ElementValueLoader valueLoader)Constructs a by wrapping the providedPropertiesand using theElementValueLoaderto lazily load the property values when requested.
-