Uses of Interface
uk.gov.gchq.gaffer.operation.Operations
-
Packages that use Operations Package Description uk.gov.gchq.gaffer.federatedstore.operation uk.gov.gchq.gaffer.named.operation Classes for handling NamedOperations in Gaffer.uk.gov.gchq.gaffer.operation Core classes for describing operations in Gaffer.uk.gov.gchq.gaffer.operation.impl Core operation implementations.uk.gov.gchq.gaffer.operation.impl.join uk.gov.gchq.gaffer.store.operation.handler Operation handler implementations. -
-
Uses of Operations in uk.gov.gchq.gaffer.federatedstore.operation
Classes in uk.gov.gchq.gaffer.federatedstore.operation that implement Operations Modifier and Type Class Description class
FederatedOperation<INPUT,OUTPUT>
Deprecated.Concept of a FederatedOperation class will not exist from 2.4.0, all federation specifics are handled via operation options. -
Uses of Operations in uk.gov.gchq.gaffer.named.operation
Classes in uk.gov.gchq.gaffer.named.operation that implement Operations Modifier and Type Class Description class
AddNamedOperation
AAddNamedOperation
is anOperation
for creating a newNamedOperation
and adding it to a Gaffer graph.class
NamedOperation<I_ITEM,O>
Named operations enable encapsulation of an OperationChain into a new singleNamedOperation
. -
Uses of Operations in uk.gov.gchq.gaffer.operation
Classes in uk.gov.gchq.gaffer.operation that implement Operations Modifier and Type Class Description class
OperationChain<OUT>
AnOperationChain
holds a list ofOperation
s that are chained together - ie.class
OperationChainDAO<OUT>
Simple data access object which enables the serialisation and deserialisation -
Uses of Operations in uk.gov.gchq.gaffer.operation.impl
Classes in uk.gov.gchq.gaffer.operation.impl that implement Operations Modifier and Type Class Description class
ForEach<I,O>
AForEach
operation runs the supplied operation on an Iterable of inputs.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.class
If<I,O>
class
While<I,O>
AWhile
is anOperation
which executes a provided delegate Operation, either while some condition is true, (upto some global maximum), or until some configurable cut-off is reached. -
Uses of Operations in uk.gov.gchq.gaffer.operation.impl.join
Classes in uk.gov.gchq.gaffer.operation.impl.join that implement Operations Modifier and Type Class Description class
Join<I>
AJoin
Operation is used to join two Iterables together, specifying a match and merge method. -
Uses of Operations in uk.gov.gchq.gaffer.store.operation.handler
Methods in uk.gov.gchq.gaffer.store.operation.handler with parameters of type Operations Modifier and Type Method Description int
ScoreOperationChainHandler. getChainScore(Operations<?> operations, User user)
-