Uses of Class
uk.gov.gchq.gaffer.data.element.Edge
-
Packages that use Edge 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.adjacency Data objects used by Gaffer which are related to graph adjacency concepts.uk.gov.gchq.gaffer.data.graph.function.walk uk.gov.gchq.gaffer.operation.data.generator Generator implementations for the operation data objects.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 Edge in uk.gov.gchq.gaffer.accumulostore.key
Methods in uk.gov.gchq.gaffer.accumulostore.key with parameters of type Edge Modifier and Type Method Description Pair<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Key>AccumuloElementConverter. getKeysFromEdge(Edge edge)Converts anEdgeto a pair ofKeys. -
Uses of Edge in uk.gov.gchq.gaffer.accumulostore.key.core
Methods in uk.gov.gchq.gaffer.accumulostore.key.core with parameters of type Edge Modifier and Type Method Description Pair<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Key>AbstractCoreKeyAccumuloElementConverter. getKeysFromEdge(Edge edge) -
Uses of Edge in uk.gov.gchq.gaffer.data.element
Subclasses of Edge in uk.gov.gchq.gaffer.data.element Modifier and Type Class Description classLazyEdgeAnLazyEdgewraps anEdgeand lazily loads identifiers and properties when requested using a providedElementValueLoader.Methods in uk.gov.gchq.gaffer.data.element that return Edge Modifier and Type Method Description EdgeEdge.Builder. build()EdgeEdge. emptyClone()EdgeLazyEdge. getElement()EdgeEdge. shallowClone()Methods in uk.gov.gchq.gaffer.data.element with parameters of type Edge Modifier and Type Method Description booleanEdge. equals(Edge edge)Note this does not include the matchedVertex field.Constructors in uk.gov.gchq.gaffer.data.element with parameters of type Edge 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. -
Uses of Edge in uk.gov.gchq.gaffer.data.graph
Methods in uk.gov.gchq.gaffer.data.graph that return types with arguments of type Edge Modifier and Type Method Description List<Set<Edge>>Walk. getEdges()Iterator<Set<Edge>>Walk. iterator()Methods in uk.gov.gchq.gaffer.data.graph with parameters of type Edge Modifier and Type Method Description Walk.BuilderWalk.Builder. edge(Edge edge)Walk.BuilderWalk.Builder. edges(Edge... edges)Method parameters in uk.gov.gchq.gaffer.data.graph with type arguments of type Edge Modifier and Type Method Description Walk.BuilderWalk.Builder. edges(Iterable<Edge> edges)Constructor parameters in uk.gov.gchq.gaffer.data.graph with type arguments of type Edge Constructor Description Walk(List<Set<Edge>> edges, List<Map.Entry<Object,Set<Entity>>> entities)Constructor used by Jackson. -
Uses of Edge in uk.gov.gchq.gaffer.data.graph.adjacency
Methods in uk.gov.gchq.gaffer.data.graph.adjacency that return types with arguments of type Edge Modifier and Type Method Description Set<Edge>AdjacencyMap. getEdges(Object source, Object destination)Get the entries in the AdjacencyMap which match the provided source and destination vertices.Set<Edge>AdjacencyMap. putEdge(Object source, Object destination, Edge edge)Add an entry to the AdjacencyMap.Set<Edge>AdjacencyMap. putEdges(Object source, Object destination, Set<Edge> set)Add an entry to the AdjacencyMap.Methods in uk.gov.gchq.gaffer.data.graph.adjacency with parameters of type Edge Modifier and Type Method Description Set<Edge>AdjacencyMap. putEdge(Object source, Object destination, Edge edge)Add an entry to the AdjacencyMap.Method parameters in uk.gov.gchq.gaffer.data.graph.adjacency with type arguments of type Edge Modifier and Type Method Description Set<Edge>AdjacencyMap. putEdges(Object source, Object destination, Set<Edge> set)Add an entry to the AdjacencyMap. -
Uses of Edge 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 Edge Modifier and Type Method Description Iterable<Set<Edge>>ExtractWalkEdges. apply(Walk walk)Set<Edge>ExtractWalkEdgesFromHop. apply(Walk walk) -
Uses of Edge in uk.gov.gchq.gaffer.operation.data.generator
Methods in uk.gov.gchq.gaffer.operation.data.generator with parameters of type Edge Modifier and Type Method Description EdgeIdEdgeIdExtractor. _apply(Edge element) -
Uses of Edge in uk.gov.gchq.gaffer.operation.graph
Methods in uk.gov.gchq.gaffer.operation.graph with parameters of type Edge Modifier and Type Method Description default booleanGraphFilters. validate(Edge edge)default booleanOperationView. validate(Edge edge)default booleanGraphFilters. validateFlags(Edge edge) -
Uses of Edge in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl
Methods in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl that return Edge Modifier and Type Method Description EdgeEdgeKryoSerializer. read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<Edge> type)Methods in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl with parameters of type Edge Modifier and Type Method Description voidEdgeKryoSerializer. write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, Edge edge)Method parameters in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl with type arguments of type Edge Modifier and Type Method Description EdgeEdgeKryoSerializer. read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<Edge> type) -
Uses of Edge in uk.gov.gchq.gaffer.store.serialiser
Methods in uk.gov.gchq.gaffer.store.serialiser that return Edge Modifier and Type Method Description EdgeEdgeSerialiser. deserialise(byte[] bytes)EdgeEdgeSerialiser. deserialiseEmpty()Methods in uk.gov.gchq.gaffer.store.serialiser with parameters of type Edge Modifier and Type Method Description byte[]EdgeSerialiser. serialise(Edge edge) -
Uses of Edge in uk.gov.gchq.gaffer.tinkerpop.generator
Methods in uk.gov.gchq.gaffer.tinkerpop.generator that return Edge Modifier and Type Method Description EdgeGafferEdgeGenerator. _apply(GafferPopEdge gafferPopEdge)
-