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 classEdgeAnEdgein anElementcontaining a source, destination and a directed flag.classLazyEdgeAnLazyEdgewraps anEdgeand 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 booleanEdgeId. isEqual(EdgeId that)Note this does not include the matchedVertex field.default ElementId.MatchesEntityId. isRelated(EdgeId that)This is related to anEdgeIdif 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 classEdgeSeedAnEdgeSeedcontains 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 EdgeSeedElementSeed. 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 EdgeIdEdgeIdExtractor. _apply(Edge element)EdgeIdEdgeIdExtractor. _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 EdgeIdEdgeIdSerialiser. deserialise(byte[] bytes)EdgeIdEdgeIdSerialiser. 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)
-