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 classFederatedOperation<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 classAddNamedOperationAAddNamedOperationis anOperationfor creating a newNamedOperationand adding it to a Gaffer graph.classNamedOperation<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 classOperationChain<OUT>AnOperationChainholds a list ofOperations that are chained together - ie.classOperationChainDAO<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 classForEach<I,O>AForEachoperation runs the supplied operation on an Iterable of inputs.classGetWalksAGetWalksclass is used to retrieve all of the walks in a graph starting from one of a set of providedEntityIds, with a maximum length.classIf<I,O>classWhile<I,O>AWhileis anOperationwhich 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 classJoin<I>AJoinOperation 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 intScoreOperationChainHandler. getChainScore(Operations<?> operations, User user)
-