Uses of Interface
uk.gov.gchq.gaffer.operation.io.MultiEntityIdInput
-
Packages that use MultiEntityIdInput Package Description uk.gov.gchq.gaffer.accumulostore.operation.impl uk.gov.gchq.gaffer.operation.impl Core operation implementations.uk.gov.gchq.gaffer.operation.impl.get Operations for retrieving elements from a Gaffer graph.uk.gov.gchq.gaffer.operation.io Extension interfaces for describing operations which define inputs and outputs. -
-
Uses of MultiEntityIdInput in uk.gov.gchq.gaffer.accumulostore.operation.impl
Classes in uk.gov.gchq.gaffer.accumulostore.operation.impl that implement MultiEntityIdInput Modifier and Type Class Description classGetElementsBetweenSetsDeprecated.classGetElementsWithinSet -
Uses of MultiEntityIdInput in uk.gov.gchq.gaffer.operation.impl
Classes in uk.gov.gchq.gaffer.operation.impl that implement MultiEntityIdInput Modifier and Type Class Description classGetWalksAGetWalksclass is used to retrieve all of the walks in a graph starting from one of a set of providedEntityIds, with a maximum length. -
Uses of MultiEntityIdInput in uk.gov.gchq.gaffer.operation.impl.get
Classes in uk.gov.gchq.gaffer.operation.impl.get that implement MultiEntityIdInput Modifier and Type Class Description classGetAdjacentIdsAGetAdjacentIdsoperation will return the vertex at the opposite end of connected edges to a provided seed vertex. -
Uses of MultiEntityIdInput in uk.gov.gchq.gaffer.operation.io
Classes in uk.gov.gchq.gaffer.operation.io with type parameters of type MultiEntityIdInput Modifier and Type Interface Description static interfaceMultiEntityIdInput.Builder<OP extends MultiEntityIdInput,B extends MultiEntityIdInput.Builder<OP,?>>
-