Manage a B-tree. The btree will be added and managed by this RecordManager. We will create a new RootPage for this added B-tree, which will contain no data. This method is threadsafe.
@param btree The new B-tree to manage.
@throws BTreeAlreadyManagedException if the B-tree is already managed
@throws IOException if there was a problem while accessing the file
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.