org.apache.directory.server.xdbm.tools
Class IndexUtils
java.lang.Object
org.apache.directory.server.xdbm.tools.IndexUtils
public class IndexUtils
- extends java.lang.Object
Utility methods for Index objects.
- Version:
- $$Rev$$
- Author:
- Apache Directory Project
Method Summary |
static void |
printContents(Index<?,org.apache.directory.shared.ldap.entry.ServerEntry,java.lang.Long> idx)
|
static void |
printContents(Index<?,org.apache.directory.shared.ldap.entry.ServerEntry,java.lang.Long> idx,
java.io.OutputStream outputStream)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexUtils
public IndexUtils()
printContents
public static void printContents(Index<?,org.apache.directory.shared.ldap.entry.ServerEntry,java.lang.Long> idx)
throws java.lang.Exception
- Throws:
java.lang.Exception
printContents
public static void printContents(Index<?,org.apache.directory.shared.ldap.entry.ServerEntry,java.lang.Long> idx,
java.io.OutputStream outputStream)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.