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 AddNamedViewAddNamedView. 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 AddNamedViewAbstractExamplesFactory. 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 ObjectAddNamedViewHandler. doOperation(AddNamedView operation, Context context, Store store)Adds aNamedViewDetailto the NamedViewCache.
-