The method GigaSpace.clear() does not accept a maximum number of objects to be deleted. This is different to all other methods which update or delete objects. A a result, it is not possible to use the operation clear() when there is a risk that it will affect so many objects in a single transaction that the underlying RDBMS will have a problem with too large transaction.
Is it a design decision to not provide a method clean() with a parameter for a maximum number of affected objects, or is it just missing and you may add such method?
↧