|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.RubyGC
public class RubyGC
GC (Garbage Collection) Module Note: Since we rely on Java's memory model we can't provide the kind of control over garbage collection that MRI provides.
| Constructor Summary | |
|---|---|
RubyGC()
|
|
| Method Summary | |
|---|---|
static RubyModule |
createGCModule(Ruby runtime)
|
static IRubyObject |
disable(IRubyObject recv)
|
static IRubyObject |
enable(IRubyObject recv)
|
static IRubyObject |
garbage_collect(IRubyObject recv)
|
static IRubyObject |
start(IRubyObject recv)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RubyGC()
| Method Detail |
|---|
public static RubyModule createGCModule(Ruby runtime)
public static IRubyObject start(IRubyObject recv)
public static IRubyObject garbage_collect(IRubyObject recv)
public static IRubyObject enable(IRubyObject recv)
public static IRubyObject disable(IRubyObject recv)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||