Uses of Interface
uk.gov.gchq.gaffer.store.optimiser.OperationChainOptimiser
-
Packages that use OperationChainOptimiser Package Description uk.gov.gchq.gaffer.mapstore.optimiser uk.gov.gchq.gaffer.proxystore.operation.handler Operation handlers for the ProxyStore.uk.gov.gchq.gaffer.store Core classes for the Gaffer store interface.uk.gov.gchq.gaffer.store.operation.handler Operation handler implementations.uk.gov.gchq.gaffer.store.optimiser Operation chain optimisation classes. -
-
Uses of OperationChainOptimiser in uk.gov.gchq.gaffer.mapstore.optimiser
Classes in uk.gov.gchq.gaffer.mapstore.optimiser that implement OperationChainOptimiser Modifier and Type Class Description classCountAllElementsOperationChainOptimiser -
Uses of OperationChainOptimiser in uk.gov.gchq.gaffer.proxystore.operation.handler
Constructor parameters in uk.gov.gchq.gaffer.proxystore.operation.handler with type arguments of type OperationChainOptimiser Constructor Description OperationChainHandler(OperationChainValidator opChainValidator, List<OperationChainOptimiser> opChainOptimisers) -
Uses of OperationChainOptimiser in uk.gov.gchq.gaffer.store
Methods in uk.gov.gchq.gaffer.store that return types with arguments of type OperationChainOptimiser Modifier and Type Method Description List<OperationChainOptimiser>Store. getOperationChainOptimisers()Method parameters in uk.gov.gchq.gaffer.store with type arguments of type OperationChainOptimiser Modifier and Type Method Description voidStore. addOperationChainOptimisers(List<OperationChainOptimiser> newOpChainOptimisers) -
Uses of OperationChainOptimiser in uk.gov.gchq.gaffer.store.operation.handler
Constructor parameters in uk.gov.gchq.gaffer.store.operation.handler with type arguments of type OperationChainOptimiser Constructor Description OperationChainHandler(OperationChainValidator opChainValidator, List<OperationChainOptimiser> opChainOptimisers) -
Uses of OperationChainOptimiser in uk.gov.gchq.gaffer.store.optimiser
Classes in uk.gov.gchq.gaffer.store.optimiser that implement OperationChainOptimiser Modifier and Type Class Description classAbstractOperationChainOptimiserAbstract base class for theOperationChainOptimiserinterface.
-