Uses of Class
uk.gov.gchq.gaffer.data.element.Entity
-
Packages that use Entity Package Description uk.gov.gchq.gaffer.accumulostore.key uk.gov.gchq.gaffer.accumulostore.key.core uk.gov.gchq.gaffer.data.element Core Java data types relating to Gaffer graph elements (entities and edges).uk.gov.gchq.gaffer.data.graph Data objects used by Gaffer which are related to graph analysis concepts.uk.gov.gchq.gaffer.data.graph.entity Data objects used by Gaffer which are related to graph entity caching.uk.gov.gchq.gaffer.data.graph.function.walk uk.gov.gchq.gaffer.operation.graph Extension interfaces for performing filtering on results from operations.uk.gov.gchq.gaffer.spark.serialisation.kryo.impl uk.gov.gchq.gaffer.store.serialiser Serialiser implementations for stores.uk.gov.gchq.gaffer.tinkerpop.generator -
-
Uses of Entity in uk.gov.gchq.gaffer.accumulostore.key
Methods in uk.gov.gchq.gaffer.accumulostore.key with parameters of type Entity Modifier and Type Method Description org.apache.accumulo.core.data.Key
AccumuloElementConverter. getKeyFromEntity(Entity entity)
Converts anEntity
to aKey
. -
Uses of Entity in uk.gov.gchq.gaffer.accumulostore.key.core
Methods in uk.gov.gchq.gaffer.accumulostore.key.core with parameters of type Entity Modifier and Type Method Description org.apache.accumulo.core.data.Key
AbstractCoreKeyAccumuloElementConverter. getKeyFromEntity(Entity entity)
-
Uses of Entity in uk.gov.gchq.gaffer.data.element
Subclasses of Entity in uk.gov.gchq.gaffer.data.element Modifier and Type Class Description class
LazyEntity
AnLazyEntity
wraps anEntity
and lazily loads the identifier and properties when requested using a providedElementValueLoader
.Methods in uk.gov.gchq.gaffer.data.element that return Entity Modifier and Type Method Description Entity
Entity.Builder. build()
Entity
Entity. emptyClone()
Entity
LazyEntity. getElement()
Entity
Entity. shallowClone()
Methods in uk.gov.gchq.gaffer.data.element with parameters of type Entity Modifier and Type Method Description boolean
Entity. equals(Entity entity)
Constructors in uk.gov.gchq.gaffer.data.element with parameters of type Entity Constructor Description 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. -
Uses of Entity in uk.gov.gchq.gaffer.data.graph
Methods in uk.gov.gchq.gaffer.data.graph that return types with arguments of type Entity Modifier and Type Method Description List<Set<Entity>>
Walk. getEntities()
List<Map.Entry<Object,Set<Entity>>>
Walk. getEntitiesAsEntries()
Set<Entity>
Walk. getEntitiesAtDistance(int n)
Get all of the entities at some distance from the start of the walk.Set<Entity>
Walk. getEntitiesForVertex(Object vertex)
Retrieve all of the entities associated with a particular vertex on the walk.Methods in uk.gov.gchq.gaffer.data.graph with parameters of type Entity Modifier and Type Method Description Walk.Builder
Walk.Builder. entities(Entity... entities)
Walk.Builder
Walk.Builder. entity(Entity entity)
Method parameters in uk.gov.gchq.gaffer.data.graph with type arguments of type Entity Modifier and Type Method Description Walk.Builder
Walk.Builder. entities(Iterable<Entity> entities)
-
Uses of Entity in uk.gov.gchq.gaffer.data.graph.entity
Methods in uk.gov.gchq.gaffer.data.graph.entity that return types with arguments of type Entity Modifier and Type Method Description Set<Entity>
EntityMap. get(Object vertex)
Get the entries in the EntityMap which match the provided vertex.Methods in uk.gov.gchq.gaffer.data.graph.entity with parameters of type Entity Modifier and Type Method Description boolean
EntityMap. putEntity(Object vertex, Entity entity)
Add an entity to this EntityMap instance.Method parameters in uk.gov.gchq.gaffer.data.graph.entity with type arguments of type Entity Modifier and Type Method Description boolean
EntityMap. putEntities(Object vertex, Set<Entity> entities)
Add aSet
of entities to this EntityMap instance. -
Uses of Entity in uk.gov.gchq.gaffer.data.graph.function.walk
Methods in uk.gov.gchq.gaffer.data.graph.function.walk that return types with arguments of type Entity Modifier and Type Method Description Iterable<Set<Entity>>
ExtractWalkEntities. apply(Walk walk)
Set<Entity>
ExtractWalkEntitiesFromHop. apply(Walk walk)
-
Uses of Entity in uk.gov.gchq.gaffer.operation.graph
Methods in uk.gov.gchq.gaffer.operation.graph with parameters of type Entity Modifier and Type Method Description default boolean
OperationView. validate(Entity entity)
-
Uses of Entity in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl
Methods in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl that return Entity Modifier and Type Method Description Entity
EntityKryoSerializer. read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<Entity> type)
Methods in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl with parameters of type Entity Modifier and Type Method Description void
EntityKryoSerializer. write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, Entity entity)
Method parameters in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl with type arguments of type Entity Modifier and Type Method Description Entity
EntityKryoSerializer. read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<Entity> type)
-
Uses of Entity in uk.gov.gchq.gaffer.store.serialiser
Methods in uk.gov.gchq.gaffer.store.serialiser that return Entity Modifier and Type Method Description Entity
EntitySerialiser. deserialise(byte[] bytes)
Entity
EntitySerialiser. deserialiseEmpty()
Methods in uk.gov.gchq.gaffer.store.serialiser with parameters of type Entity Modifier and Type Method Description byte[]
EntitySerialiser. serialise(Entity entity)
-
Uses of Entity in uk.gov.gchq.gaffer.tinkerpop.generator
Methods in uk.gov.gchq.gaffer.tinkerpop.generator that return Entity Modifier and Type Method Description Entity
GafferEntityGenerator. _apply(GafferPopVertex vertex)
-