Uses of Class
uk.gov.gchq.gaffer.store.operation.handler.named.cache.NamedOperationCache
-
Packages that use NamedOperationCache Package Description uk.gov.gchq.gaffer.graph.hook Contains GraphHooks - pseudo-operations which are executed either before or after an operation chain.uk.gov.gchq.gaffer.store.operation.handler.named Handlers for named operations.uk.gov.gchq.gaffer.store.operation.resolver.named -
-
Uses of NamedOperationCache in uk.gov.gchq.gaffer.graph.hook
Constructors in uk.gov.gchq.gaffer.graph.hook with parameters of type NamedOperationCache Constructor Description NamedOperationResolver(NamedOperationCache cache)
NamedOperationResolver(NamedOperationCache cache, int depthLimit)
-
Uses of NamedOperationCache in uk.gov.gchq.gaffer.store.operation.handler.named
Constructors in uk.gov.gchq.gaffer.store.operation.handler.named with parameters of type NamedOperationCache Constructor Description AddNamedOperationHandler(NamedOperationCache cache, Boolean isNestedNamedOperationsAllowed)
DeleteNamedOperationHandler(NamedOperationCache cache)
GetAllNamedOperationsHandler(NamedOperationCache cache)
-
Uses of NamedOperationCache in uk.gov.gchq.gaffer.store.operation.resolver.named
Constructors in uk.gov.gchq.gaffer.store.operation.resolver.named with parameters of type NamedOperationCache Constructor Description NamedOperationScoreResolver(NamedOperationCache cache)
-