Uses of Package
uk.gov.gchq.gaffer.graph.hook
-
Packages that use uk.gov.gchq.gaffer.graph.hook Package Description uk.gov.gchq.gaffer.federatedstore.operation uk.gov.gchq.gaffer.graph Package containing classes relating to the Graph - the core abstraction in the Gaffer framework.uk.gov.gchq.gaffer.graph.hook Contains GraphHooks - pseudo-operations which are executed either before or after an operation chain.uk.gov.gchq.gaffer.graph.hook.migrate uk.gov.gchq.gaffer.operation.export.graph.handler Handlers for the Gaffer graph export operations. -
Classes in uk.gov.gchq.gaffer.graph.hook used by uk.gov.gchq.gaffer.federatedstore.operation Class Description GraphHook AGraphHook
can be registered with aGraph
and will be triggered before and after operation chains are executed on the graph. -
Classes in uk.gov.gchq.gaffer.graph.hook used by uk.gov.gchq.gaffer.graph Class Description GraphHook AGraphHook
can be registered with aGraph
and will be triggered before and after operation chains are executed on the graph. -
Classes in uk.gov.gchq.gaffer.graph.hook used by uk.gov.gchq.gaffer.graph.hook Class Description AdditionalOperations Used by theAddOperationsToChain
operation to store details around which operations to add to the chain.GetFromCacheHook GraphHook AGraphHook
can be registered with aGraph
and will be triggered before and after operation chains are executed on the graph.UpdateViewHook This is a hook to update all operation views in a chain before it is executed.UpdateViewHook.Builder -
Classes in uk.gov.gchq.gaffer.graph.hook used by uk.gov.gchq.gaffer.graph.hook.migrate Class Description GraphHook AGraphHook
can be registered with aGraph
and will be triggered before and after operation chains are executed on the graph. -
Classes in uk.gov.gchq.gaffer.graph.hook used by uk.gov.gchq.gaffer.operation.export.graph.handler Class Description GraphHook AGraphHook
can be registered with aGraph
and will be triggered before and after operation chains are executed on the graph.