by David Mellow >> Mon, 2 Feb 2009 20:54:47 GMT
A long shot, unless I'm overlooking the obvious.
If I want to delete a very large number of objects, a few classes in one physical map file, and the only classes in that map, is there a way to delete all of the objects without purge or iterating through them? We are talking millions of objects. Incidentally, slosing the class definitions themselves is fine, it is what we ultimately are doing anyway.
Obviously I can't use delete class in jcf run by jadload, because of all the instances, but that makes me wonder if there is some other way?