Uses of Class
uk.gov.gchq.gaffer.named.view.AddNamedView
-
Packages that use AddNamedView Package Description uk.gov.gchq.gaffer.named.view uk.gov.gchq.gaffer.rest.factory uk.gov.gchq.gaffer.store.operation.handler.named Handlers for named operations. -
-
Uses of AddNamedView in uk.gov.gchq.gaffer.named.view
Methods in uk.gov.gchq.gaffer.named.view that return AddNamedView Modifier and Type Method Description AddNamedView
AddNamedView. shallowClone()
-
Uses of AddNamedView in uk.gov.gchq.gaffer.rest.factory
Methods in uk.gov.gchq.gaffer.rest.factory that return AddNamedView Modifier and Type Method Description AddNamedView
AbstractExamplesFactory. addNamedView()
-
Uses of AddNamedView in uk.gov.gchq.gaffer.store.operation.handler.named
Methods in uk.gov.gchq.gaffer.store.operation.handler.named with parameters of type AddNamedView Modifier and Type Method Description Object
AddNamedViewHandler. doOperation(AddNamedView operation, Context context, Store store)
Adds aNamedViewDetail
to the NamedViewCache.
-