Uses of Interface
uk.gov.gchq.gaffer.data.element.id.EdgeId
-
Packages that use EdgeId Package Description uk.gov.gchq.gaffer.data.element Core Java data types relating to Gaffer graph elements (entities and edges).uk.gov.gchq.gaffer.data.element.id Classes related to the identification of Gaffer elements.uk.gov.gchq.gaffer.operation.data Core data objects for the Gaffer operation library.uk.gov.gchq.gaffer.operation.data.generator Generator implementations for the operation data objects.uk.gov.gchq.gaffer.store.serialiser Serialiser implementations for stores. -
-
Uses of EdgeId in uk.gov.gchq.gaffer.data.element
Classes in uk.gov.gchq.gaffer.data.element that implement EdgeId Modifier and Type Class Description class
Edge
AnEdge
in anElement
containing a source, destination and a directed flag.class
LazyEdge
AnLazyEdge
wraps anEdge
and lazily loads identifiers and properties when requested using a providedElementValueLoader
. -
Uses of EdgeId in uk.gov.gchq.gaffer.data.element.id
Methods in uk.gov.gchq.gaffer.data.element.id with parameters of type EdgeId Modifier and Type Method Description default boolean
EdgeId. isEqual(EdgeId that)
Note this does not include the matchedVertex field.default ElementId.Matches
EntityId. isRelated(EdgeId that)
This is related to anEdgeId
if either the EdgeId's source or destination matches this EntityId's vertex. -
Uses of EdgeId in uk.gov.gchq.gaffer.operation.data
Classes in uk.gov.gchq.gaffer.operation.data that implement EdgeId Modifier and Type Class Description class
EdgeSeed
AnEdgeSeed
contains source, destination and directed identifiers to identify anEdge
.Methods in uk.gov.gchq.gaffer.operation.data with parameters of type EdgeId Modifier and Type Method Description static EdgeSeed
ElementSeed. createSeed(EdgeId edgeId)
-
Uses of EdgeId in uk.gov.gchq.gaffer.operation.data.generator
Methods in uk.gov.gchq.gaffer.operation.data.generator that return EdgeId Modifier and Type Method Description EdgeId
EdgeIdExtractor. _apply(Edge element)
EdgeId
EdgeIdExtractor. _apply(Element element)
-
Uses of EdgeId in uk.gov.gchq.gaffer.store.serialiser
Methods in uk.gov.gchq.gaffer.store.serialiser that return EdgeId Modifier and Type Method Description EdgeId
EdgeIdSerialiser. deserialise(byte[] bytes)
EdgeId
EdgeIdSerialiser. deserialiseEmpty()
Methods in uk.gov.gchq.gaffer.store.serialiser with parameters of type EdgeId Modifier and Type Method Description byte[]
EdgeIdSerialiser. serialise(EdgeId edgeId)
byte[]
ElementIdSerialiser. serialise(EdgeId edgeId)
-