Package uk.gov.gchq.gaffer.data.graph.entity
Data objects used by Gaffer which are related to graph entity caching.
-
Interface Summary Interface Description EntityMaps AnEntityMaps
object contains a number ofEntityMap
objects and can be used to represent the changes in an EntityMap over time or to track the entities of a graph over some other metric. -
Class Summary Class Description EntityMap AnEntityMap
is used to store the contents of a graph in memory in a format which can easily be interrogated.SimpleEntityMaps ASimpleEntityMaps
object represents a collection ofEntityMaps
s containing graph entity information.