Uses of Package
uk.gov.gchq.gaffer.operation.impl
-
Packages that use uk.gov.gchq.gaffer.operation.impl Package Description uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler uk.gov.gchq.gaffer.hdfs.operation.handler uk.gov.gchq.gaffer.operation.impl Core operation implementations.uk.gov.gchq.gaffer.rest.factory uk.gov.gchq.gaffer.store.operation.handler Operation handler implementations.uk.gov.gchq.gaffer.store.operation.resolver -
Classes in uk.gov.gchq.gaffer.operation.impl used by uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler Class Description SplitStoreFromIterable TheSplitStoreFromIterable
operation is for splitting a store based on an iterable of split points. -
Classes in uk.gov.gchq.gaffer.operation.impl used by uk.gov.gchq.gaffer.hdfs.operation.handler Class Description SplitStoreFromFile TheSplitStoreFromFile
operation is for splitting a store based on a file of split points. -
Classes in uk.gov.gchq.gaffer.operation.impl used by uk.gov.gchq.gaffer.operation.impl Class Description Count ACount
operation counts how many items there are in the providedIterable
.CountGroups ACountGroups
operation takes inElement
s and collects counts for the number of entity and edge groups used.CountGroups.Builder DiscardOutput ADiscardOutput
operation is used as a terminal operation to indicate that the results from the previous operation are not used again.ForEach AForEach
operation runs the supplied operation on an Iterable of inputs.ForEach.Builder GenerateSplitPointsFromSample GenerateSplitPointsFromSample.Builder GetVariable GetVariable.Builder GetVariables GetVariables.Builder 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.GetWalks.Builder If If.Builder Limit ALimit
operation takes in anIterable
of items and limits the iterable to a given number of items.Limit.Builder Map Map.OutputBuilder Reduce AReduce
is a GafferOperation
which reduces anIterable
input of T to a single output value by applying a suppliedBinaryOperator
.Reduce.Builder SampleElementsForSplitPoints SampleElementsForSplitPoints.Builder ScoreOperationChain AScoreOperationChain
operation determines a "score" for anOperationChain
, and is used to determine whether a particular user has the required permissions to execute a givenOperationChain
.ScoreOperationChain.Builder SetVariable SetVariable.Builder SplitStoreFromFile TheSplitStoreFromFile
operation is for splitting a store based on a file of split points.SplitStoreFromFile.Builder SplitStoreFromIterable TheSplitStoreFromIterable
operation is for splitting a store based on an iterable of split points.Validate ValidateOperationChain ValidateOperationChain.Builder While 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.While.Builder -
Classes in uk.gov.gchq.gaffer.operation.impl used by uk.gov.gchq.gaffer.rest.factory Class Description 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.If Map While 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. -
Classes in uk.gov.gchq.gaffer.operation.impl used by uk.gov.gchq.gaffer.store.operation.handler Class Description Count ACount
operation counts how many items there are in the providedIterable
.CountGroups ACountGroups
operation takes inElement
s and collects counts for the number of entity and edge groups used.DiscardOutput ADiscardOutput
operation is used as a terminal operation to indicate that the results from the previous operation are not used again.ForEach AForEach
operation runs the supplied operation on an Iterable of inputs.GenerateSplitPointsFromSample GetVariable GetVariables 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.If Limit ALimit
operation takes in anIterable
of items and limits the iterable to a given number of items.Map Reduce AReduce
is a GafferOperation
which reduces anIterable
input of T to a single output value by applying a suppliedBinaryOperator
.SampleElementsForSplitPoints ScoreOperationChain AScoreOperationChain
operation determines a "score" for anOperationChain
, and is used to determine whether a particular user has the required permissions to execute a givenOperationChain
.SetVariable SplitStoreFromFile TheSplitStoreFromFile
operation is for splitting a store based on a file of split points.Validate ValidateOperationChain While 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. -
Classes in uk.gov.gchq.gaffer.operation.impl used by uk.gov.gchq.gaffer.store.operation.resolver Class Description If While 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.