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 class
GetElementsBetweenSets
Deprecated.class
GetElementsWithinSet
-
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 class
GetWalks
AGetWalks
class is used to retrieve all of the walks in a graph starting from one of a set of providedEntityId
s, 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 class
GetAdjacentIds
AGetAdjacentIds
operation 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 interface
MultiEntityIdInput.Builder<OP extends MultiEntityIdInput,B extends MultiEntityIdInput.Builder<OP,?>>
-