Uses of Class
uk.gov.gchq.gaffer.operation.impl.delete.DeleteElements
-
Packages that use DeleteElements Package Description uk.gov.gchq.gaffer.accumulostore.operation.handler uk.gov.gchq.gaffer.mapstore.impl Implementation details for the MapImpl map-based data store.uk.gov.gchq.gaffer.operation.impl.delete -
-
Uses of DeleteElements in uk.gov.gchq.gaffer.accumulostore.operation.handler
Methods in uk.gov.gchq.gaffer.accumulostore.operation.handler with parameters of type DeleteElements Modifier and Type Method Description Object
DeleteElementsHandler. doOperation(DeleteElements operation, Context context, Store store)
-
Uses of DeleteElements in uk.gov.gchq.gaffer.mapstore.impl
Methods in uk.gov.gchq.gaffer.mapstore.impl with parameters of type DeleteElements Modifier and Type Method Description Object
DeleteElementsHandler. doOperation(DeleteElements deleteElements, Context context, Store store)
-
Uses of DeleteElements in uk.gov.gchq.gaffer.operation.impl.delete
Methods in uk.gov.gchq.gaffer.operation.impl.delete that return DeleteElements Modifier and Type Method Description DeleteElements
DeleteElements. shallowClone()
-