public class GCsummary
extends java.lang.Object
| Constructor and Description |
|---|
GCsummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
static void |
main(java.lang.String[] args) |
void |
setCatalog(java.lang.String catalog) |
void |
setContentDir(java.lang.String contentDir) |
void |
setExecutor(java.util.concurrent.ExecutorService executor) |
void |
setNThreads(int n) |
void |
setShowOnly(boolean showOnly) |
public void setContentDir(java.lang.String contentDir)
throws java.io.IOException
java.io.IOExceptionpublic void setShowOnly(boolean showOnly)
public void setNThreads(int n)
public void setExecutor(java.util.concurrent.ExecutorService executor)
public void setCatalog(java.lang.String catalog)
throws java.io.IOException
java.io.IOExceptionpublic void finish()
public static void main(java.lang.String[] args)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedException