org.apache.jcs.auxiliary.disk.indexed
Class IndexedDiskDumper
java.lang.Object
org.apache.jcs.auxiliary.disk.indexed.IndexedDiskDumper
public class IndexedDiskDumper
- extends Object
Used to dump out a Disk cache from disk for debugging. This is meant to be
run as a command line utility for
Method Summary |
static void |
main(String[] args)
The main program for the DiskDumper class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexedDiskDumper
public IndexedDiskDumper()
main
public static void main(String[] args)
- The main program for the DiskDumper class
Creates a disk cache and then calls dump, which write out the contents to
a debug log.
- Parameters:
args
- The command line arguments
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.