{"id":1903,"date":"2012-12-13T14:52:58","date_gmt":"2012-12-13T19:52:58","guid":{"rendered":"http:\/\/hstore.cs.brown.edu\/?page_id=1903"},"modified":"2013-01-05T15:50:06","modified_gmt":"2013-01-05T20:50:06","slug":"garbagecollection","status":"publish","type":"page","link":"https:\/\/hstore.cs.brown.edu\/documentation\/system-procedures\/garbagecollection\/","title":{"rendered":"@GarbageCollection"},"content":{"rendered":"
Force the entire cluster to invoke the JVM’s garbage collection operation.
\nNote that this is automatically invoked by the BenchmarkController after loading a benchmark’s database (i.e., before it starts executing transactions).<\/p>\n
None<\/p>\n
Name<\/th>\n | Type<\/th>\n | Description<\/th>\n<\/tr>\n | ||
---|---|---|---|---|
SITE<\/td>\n | String<\/td>\n | The name of the HStoreSite that executed the garbage collection operation.<\/td>\n<\/tr>\n | ||
ELAPSED<\/td>\n | Integer<\/td>\n | The number of milliseconds that the HStoreSite spent invoking the garbage collector.<\/td>\n<\/tr>\n | ||
CREATED<\/td>\n | Timestamp<\/td>\n | The timestamp that the garbage collection operation was executed on the HStoreSite.<\/td>\n<\/tr>\n<\/table>\nJava Example<\/h3>\n\n
|