Uses of Class
uk.gov.gchq.gaffer.named.view.DeleteNamedView
-
Packages that use DeleteNamedView Package Description uk.gov.gchq.gaffer.named.view uk.gov.gchq.gaffer.store.operation.handler.named Handlers for named operations. -
-
Uses of DeleteNamedView in uk.gov.gchq.gaffer.named.view
Methods in uk.gov.gchq.gaffer.named.view that return DeleteNamedView Modifier and Type Method Description DeleteNamedView
DeleteNamedView. shallowClone()
-
Uses of DeleteNamedView in uk.gov.gchq.gaffer.store.operation.handler.named
Methods in uk.gov.gchq.gaffer.store.operation.handler.named with parameters of type DeleteNamedView Modifier and Type Method Description Void
DeleteNamedViewHandler. doOperation(DeleteNamedView namedViewOp, Context context, Store store)
Deletes a NamedView from the NamedViewCache.
-