public class MavibotInspector extends Object
Constructor and Description |
---|
MavibotInspector(File dbFile)
A private class to store a few informations about a btree
private static BtreeInfo btreeInfo;
static
{
btreeInfo = new BtreeInfo();
}
/**
Create an instance of MavibotInspector
|
Modifier and Type | Method and Description |
---|---|
void |
checkBTree()
Check a B-tree
|
static void |
main(String[] args)
Main method
|
void |
printBTreeNames()
Print the B-tree's name
|
void |
printFileSize()
Pretty print the file size
|
void |
printNumberOfBTrees()
Print the number of B-trees
|
void |
start()
The entry point method
|
public MavibotInspector(File dbFile)
dbFile
- The file to readpublic void printFileSize() throws IOException
IOException
public void printNumberOfBTrees()
public void printBTreeNames()
public void checkBTree()
Copyright © 2012–2015 Apache Mavibot Project Parent. All rights reserved.