Uses of Class
uk.gov.gchq.gaffer.store.operation.DeleteAllData
-
Packages that use DeleteAllData 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.store.operation Generic handlers and utilities for handling operations. -
-
Uses of DeleteAllData in uk.gov.gchq.gaffer.accumulostore.operation.handler
Methods in uk.gov.gchq.gaffer.accumulostore.operation.handler with parameters of type DeleteAllData Modifier and Type Method Description ObjectDeleteAllDataHandler. doOperation(DeleteAllData operation, Context context, Store store) -
Uses of DeleteAllData in uk.gov.gchq.gaffer.mapstore.impl
Methods in uk.gov.gchq.gaffer.mapstore.impl with parameters of type DeleteAllData Modifier and Type Method Description ObjectDeleteAllDataHandler. doOperation(DeleteAllData operation, Context context, Store store) -
Uses of DeleteAllData in uk.gov.gchq.gaffer.store.operation
Methods in uk.gov.gchq.gaffer.store.operation that return DeleteAllData Modifier and Type Method Description DeleteAllDataDeleteAllData. shallowClone()
-