Uses of Class
uk.gov.gchq.gaffer.operation.impl.While
-
Packages that use While Package Description uk.gov.gchq.gaffer.operation.impl Core operation implementations.uk.gov.gchq.gaffer.rest.factory uk.gov.gchq.gaffer.store.operation.handler Operation handler implementations.uk.gov.gchq.gaffer.store.operation.resolver -
-
Uses of While in uk.gov.gchq.gaffer.operation.impl
Methods in uk.gov.gchq.gaffer.operation.impl that return While Modifier and Type Method Description While<I,O>
While. shallowClone()
-
Uses of While in uk.gov.gchq.gaffer.rest.factory
Methods in uk.gov.gchq.gaffer.rest.factory that return While Modifier and Type Method Description While
AbstractExamplesFactory. whileOperation()
-
Uses of While in uk.gov.gchq.gaffer.store.operation.handler
Methods in uk.gov.gchq.gaffer.store.operation.handler with parameters of type While Modifier and Type Method Description Object
WhileHandler. doOperation(While operation, Context context, Store store)
boolean
WhileHandler. isSatisfied(Object input, While operation, Context context, Store store)
void
WhileHandler. validateMaxRepeats(While operation)
-
Uses of While in uk.gov.gchq.gaffer.store.operation.resolver
Methods in uk.gov.gchq.gaffer.store.operation.resolver with parameters of type While Modifier and Type Method Description Integer
WhileScoreResolver. getScore(While operation)
Integer
WhileScoreResolver. getScore(While operation, ScoreResolver defaultScoreResolver)
-