Uses of Class
uk.gov.gchq.gaffer.graph.hook.AdditionalOperations
-
Packages that use AdditionalOperations Package Description uk.gov.gchq.gaffer.graph.hook Contains GraphHooks - pseudo-operations which are executed either before or after an operation chain. -
-
Uses of AdditionalOperations in uk.gov.gchq.gaffer.graph.hook
Methods in uk.gov.gchq.gaffer.graph.hook that return types with arguments of type AdditionalOperations Modifier and Type Method Description LinkedHashMap<String,AdditionalOperations>
AddOperationsToChain. getAuthorisedOps()
Method parameters in uk.gov.gchq.gaffer.graph.hook with type arguments of type AdditionalOperations Modifier and Type Method Description void
AddOperationsToChain. setAuthorisedOps(LinkedHashMap<String,AdditionalOperations> authorisedOps)
-