Uses of Class
uk.gov.gchq.gaffer.data.graph.Walk
-
Packages that use Walk Package Description uk.gov.gchq.gaffer.data.graph Data objects used by Gaffer which are related to graph analysis concepts.uk.gov.gchq.gaffer.data.graph.function.walk uk.gov.gchq.gaffer.operation.impl Core operation implementations.uk.gov.gchq.gaffer.store.operation.handler Operation handler implementations. -
-
Uses of Walk in uk.gov.gchq.gaffer.data.graph
Methods in uk.gov.gchq.gaffer.data.graph that return Walk Modifier and Type Method Description Walk
Walk.Builder. build()
-
Uses of Walk in uk.gov.gchq.gaffer.data.graph.function.walk
Methods in uk.gov.gchq.gaffer.data.graph.function.walk with parameters of type Walk Modifier and Type Method Description Iterable<Set<Edge>>
ExtractWalkEdges. apply(Walk walk)
Set<Edge>
ExtractWalkEdgesFromHop. apply(Walk walk)
Iterable<Set<Entity>>
ExtractWalkEntities. apply(Walk walk)
Set<Entity>
ExtractWalkEntitiesFromHop. apply(Walk walk)
Object
ExtractWalkVertex. apply(Walk walk)
-
Uses of Walk in uk.gov.gchq.gaffer.operation.impl
Methods in uk.gov.gchq.gaffer.operation.impl that return types with arguments of type Walk Modifier and Type Method Description com.fasterxml.jackson.core.type.TypeReference<Iterable<Walk>>
GetWalks. getOutputTypeReference()
-
Uses of Walk in uk.gov.gchq.gaffer.store.operation.handler
Methods in uk.gov.gchq.gaffer.store.operation.handler that return types with arguments of type Walk Modifier and Type Method Description Iterable<Walk>
GetWalksHandler. doOperation(GetWalks getWalks, Context context, Store store)
-