Uses of Class
uk.gov.gchq.gaffer.named.view.GetAllNamedViews
-
Packages that use GetAllNamedViews Package Description uk.gov.gchq.gaffer.named.view uk.gov.gchq.gaffer.store.operation.handler.named Handlers for named operations. -
-
Uses of GetAllNamedViews in uk.gov.gchq.gaffer.named.view
Methods in uk.gov.gchq.gaffer.named.view that return GetAllNamedViews Modifier and Type Method Description GetAllNamedViews
GetAllNamedViews. shallowClone()
-
Uses of GetAllNamedViews in uk.gov.gchq.gaffer.store.operation.handler.named
Methods in uk.gov.gchq.gaffer.store.operation.handler.named with parameters of type GetAllNamedViews Modifier and Type Method Description Iterable<NamedViewDetail>
GetAllNamedViewsHandler. doOperation(GetAllNamedViews operation, Context context, Store store)
Gets all NamedViews from the NamedViewCache.
-