Uses of Class
uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
Packages that use NamedViewDetail Package Description uk.gov.gchq.gaffer.data.elementdefinition.view Classes which define the types of Gaffer elements which can be retrieved by operations.uk.gov.gchq.gaffer.named.view uk.gov.gchq.gaffer.store.operation.handler.named Handlers for named operations.uk.gov.gchq.gaffer.store.operation.handler.named.cache Handlers for operations which interact with a named operation cache. -
-
Uses of NamedViewDetail in uk.gov.gchq.gaffer.data.elementdefinition.view
Methods in uk.gov.gchq.gaffer.data.elementdefinition.view that return NamedViewDetail Modifier and Type Method Description NamedViewDetailNamedViewDetail.Builder. build() -
Uses of NamedViewDetail in uk.gov.gchq.gaffer.named.view
Methods in uk.gov.gchq.gaffer.named.view that return types with arguments of type NamedViewDetail Modifier and Type Method Description com.fasterxml.jackson.core.type.TypeReference<Iterable<NamedViewDetail>>GetAllNamedViews. getOutputTypeReference() -
Uses of NamedViewDetail in uk.gov.gchq.gaffer.store.operation.handler.named
Methods in uk.gov.gchq.gaffer.store.operation.handler.named that return types with arguments of type NamedViewDetail Modifier and Type Method Description Iterable<NamedViewDetail>GetAllNamedViewsHandler. doOperation(GetAllNamedViews operation, Context context, Store store)Gets all NamedViews from the NamedViewCache. -
Uses of NamedViewDetail in uk.gov.gchq.gaffer.store.operation.handler.named.cache
Methods in uk.gov.gchq.gaffer.store.operation.handler.named.cache that return NamedViewDetail Modifier and Type Method Description NamedViewDetailNamedViewCache. getFromCache(String name)Get theNamedViewDetailrelated to the specified name from cacheNamedViewDetailNamedViewCache. getNamedView(String name, User user)Gets the specifiedNamedViewDetailfrom the cache.NamedViewDetailNamedViewCache. getNamedView(String name, User user, String adminAuth)Gets the specifiedNamedViewDetailfrom the cache.Methods in uk.gov.gchq.gaffer.store.operation.handler.named.cache that return types with arguments of type NamedViewDetail Modifier and Type Method Description Iterable<NamedViewDetail>NamedViewCache. getAllNamedViews(User user)Gets all theNamedViewDetails from the cache for a user.Iterable<NamedViewDetail>NamedViewCache. getAllNamedViews(User user, String adminAuth)Gets all theNamedViewDetails from the cache for a user.Methods in uk.gov.gchq.gaffer.store.operation.handler.named.cache with parameters of type NamedViewDetail Modifier and Type Method Description voidNamedViewCache. addNamedView(NamedViewDetail namedViewDetail, boolean overwrite)Adds the suppliedNamedViewDetailto the cache.voidNamedViewCache. addNamedView(NamedViewDetail namedViewDetail, boolean overwrite, User user, String adminAuth)Adds the suppliedNamedViewDetailto the cache.voidNamedViewCache. addToCache(NamedViewDetail namedView, boolean overwrite)Add the specifiedNamedViewDetailto the cache
-