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 NamedViewDetail
NamedViewDetail.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 NamedViewDetail
NamedViewCache. getFromCache(String name)
Get theNamedViewDetail
related to the specified name from cacheNamedViewDetail
NamedViewCache. getNamedView(String name, User user)
Gets the specifiedNamedViewDetail
from the cache.NamedViewDetail
NamedViewCache. getNamedView(String name, User user, String adminAuth)
Gets the specifiedNamedViewDetail
from 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 theNamedViewDetail
s from the cache for a user.Iterable<NamedViewDetail>
NamedViewCache. getAllNamedViews(User user, String adminAuth)
Gets all theNamedViewDetail
s 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 void
NamedViewCache. addNamedView(NamedViewDetail namedViewDetail, boolean overwrite)
Adds the suppliedNamedViewDetail
to the cache.void
NamedViewCache. addNamedView(NamedViewDetail namedViewDetail, boolean overwrite, User user, String adminAuth)
Adds the suppliedNamedViewDetail
to the cache.void
NamedViewCache. addToCache(NamedViewDetail namedView, boolean overwrite)
Add the specifiedNamedViewDetail
to the cache
-