Uses of Class
uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
Packages that use AddNamedOperation Package Description uk.gov.gchq.gaffer.named.operation Classes for handling NamedOperations in Gaffer.uk.gov.gchq.gaffer.rest.factory uk.gov.gchq.gaffer.store.operation.handler.named Handlers for named operations. -
-
Uses of AddNamedOperation in uk.gov.gchq.gaffer.named.operation
Methods in uk.gov.gchq.gaffer.named.operation that return AddNamedOperation Modifier and Type Method Description AddNamedOperation
AddNamedOperation. shallowClone()
-
Uses of AddNamedOperation in uk.gov.gchq.gaffer.rest.factory
Methods in uk.gov.gchq.gaffer.rest.factory that return AddNamedOperation Modifier and Type Method Description AddNamedOperation
AbstractExamplesFactory. addNamedOperation()
-
Uses of AddNamedOperation in uk.gov.gchq.gaffer.store.operation.handler.named
Methods in uk.gov.gchq.gaffer.store.operation.handler.named with parameters of type AddNamedOperation Modifier and Type Method Description Void
AddNamedOperationHandler. doOperation(AddNamedOperation operation, Context context, Store store)
Adds a NamedOperation to a cache which must be specified in the operation declarations file.
-