Formatting the code

git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_indexes@520 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-storage-am-common/.classpath b/hyracks-storage-am-common/.classpath
new file mode 100644
index 0000000..1f3c1ff
--- /dev/null
+++ b/hyracks-storage-am-common/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>
diff --git a/hyracks-storage-am-common/.project b/hyracks-storage-am-common/.project
new file mode 100644
index 0000000..ec47f6b
--- /dev/null
+++ b/hyracks-storage-am-common/.project
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>hyracks-storage-am-common</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+	</natures>
+</projectDescription>
diff --git a/hyracks-storage-am-common/.settings/org.eclipse.jdt.core.prefs b/hyracks-storage-am-common/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..b37b3bb
--- /dev/null
+++ b/hyracks-storage-am-common/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,6 @@
+#Thu Jul 07 12:23:56 PDT 2011
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
+org.eclipse.jdt.core.compiler.source=1.6
diff --git a/hyracks-storage-am-common/.settings/org.maven.ide.eclipse.prefs b/hyracks-storage-am-common/.settings/org.maven.ide.eclipse.prefs
new file mode 100644
index 0000000..7b5e618
--- /dev/null
+++ b/hyracks-storage-am-common/.settings/org.maven.ide.eclipse.prefs
@@ -0,0 +1,8 @@
+#Thu Jul 07 12:23:53 PDT 2011
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ICursorInitialState.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ICursorInitialState.class
new file mode 100644
index 0000000..e8c7551
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ICursorInitialState.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/IFreePageManager.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/IFreePageManager.class
new file mode 100644
index 0000000..2182261
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/IFreePageManager.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/IIndexBulkLoadContext.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/IIndexBulkLoadContext.class
new file mode 100644
index 0000000..38c6408
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/IIndexBulkLoadContext.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ISearchPredicate.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ISearchPredicate.class
new file mode 100644
index 0000000..8a71555
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ISearchPredicate.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ISlotManager.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ISlotManager.class
new file mode 100644
index 0000000..db04f36
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ISlotManager.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ISplitKey.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ISplitKey.class
new file mode 100644
index 0000000..def5d34
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ISplitKey.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndex.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndex.class
new file mode 100644
index 0000000..7e4b0f6
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndex.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexCursor.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexCursor.class
new file mode 100644
index 0000000..cf84082
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexCursor.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexFrame.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexFrame.class
new file mode 100644
index 0000000..16fc40d
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexFrame.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexFrameFactory.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexFrameFactory.class
new file mode 100644
index 0000000..21870aa
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexFrameFactory.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexMetaDataFrame.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexMetaDataFrame.class
new file mode 100644
index 0000000..72a42c0
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexMetaDataFrame.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexMetaDataFrameFactory.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexMetaDataFrameFactory.class
new file mode 100644
index 0000000..1bc100a
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexMetaDataFrameFactory.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexTupleReference.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexTupleReference.class
new file mode 100644
index 0000000..8c417d8
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexTupleReference.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexTupleWriter.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexTupleWriter.class
new file mode 100644
index 0000000..d0d3cfa
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexTupleWriter.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexTupleWriterFactory.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexTupleWriterFactory.class
new file mode 100644
index 0000000..9776ba11
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/ITreeIndexTupleWriterFactory.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/IndexType.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/IndexType.class
new file mode 100644
index 0000000..dee95bf
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/IndexType.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/TreeIndexException.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/TreeIndexException.class
new file mode 100644
index 0000000..17dcefe
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/api/TreeIndexException.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/AbstractTreeIndexOperatorDescriptor.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/AbstractTreeIndexOperatorDescriptor.class
new file mode 100644
index 0000000..5bac289
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/AbstractTreeIndexOperatorDescriptor.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/IIndexRegistryProvider.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/IIndexRegistryProvider.class
new file mode 100644
index 0000000..97e271c
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/IIndexRegistryProvider.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/ITreeIndexOpHelperFactory.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/ITreeIndexOpHelperFactory.class
new file mode 100644
index 0000000..4e96176
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/ITreeIndexOpHelperFactory.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/ITreeIndexOperatorDescriptorHelper.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/ITreeIndexOperatorDescriptorHelper.class
new file mode 100644
index 0000000..da6d788
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/ITreeIndexOperatorDescriptorHelper.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/IndexHelperOpenMode.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/IndexHelperOpenMode.class
new file mode 100644
index 0000000..177e2e6
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/IndexHelperOpenMode.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/IndexRegistry.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/IndexRegistry.class
new file mode 100644
index 0000000..7d7f7d0
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/IndexRegistry.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/PermutingFrameTupleReference.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/PermutingFrameTupleReference.class
new file mode 100644
index 0000000..f26acbe
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/PermutingFrameTupleReference.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexBulkLoadOperatorDescriptor.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexBulkLoadOperatorDescriptor.class
new file mode 100644
index 0000000..b3bfd97
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexBulkLoadOperatorDescriptor.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexBulkLoadOperatorNodePushable.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexBulkLoadOperatorNodePushable.class
new file mode 100644
index 0000000..459ced9
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexBulkLoadOperatorNodePushable.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexDiskOrderScanOperatorDescriptor.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexDiskOrderScanOperatorDescriptor.class
new file mode 100644
index 0000000..bbefaa6
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexDiskOrderScanOperatorDescriptor.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexDiskOrderScanOperatorNodePushable.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexDiskOrderScanOperatorNodePushable.class
new file mode 100644
index 0000000..80b40d6
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexDiskOrderScanOperatorNodePushable.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexDropOperatorDescriptor.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexDropOperatorDescriptor.class
new file mode 100644
index 0000000..6d6257f
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexDropOperatorDescriptor.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexDropOperatorNodePushable.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexDropOperatorNodePushable.class
new file mode 100644
index 0000000..5bdfdd2
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexDropOperatorNodePushable.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexFileEnlistmentOperatorDescriptor.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexFileEnlistmentOperatorDescriptor.class
new file mode 100644
index 0000000..5371508
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexFileEnlistmentOperatorDescriptor.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexFileEnlistmentOperatorNodePushable.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexFileEnlistmentOperatorNodePushable.class
new file mode 100644
index 0000000..3e825ec
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexFileEnlistmentOperatorNodePushable.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexInsertUpdateDeleteOperatorDescriptor.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexInsertUpdateDeleteOperatorDescriptor.class
new file mode 100644
index 0000000..f85f2ef
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexInsertUpdateDeleteOperatorDescriptor.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexInsertUpdateDeleteOperatorNodePushable.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexInsertUpdateDeleteOperatorNodePushable.class
new file mode 100644
index 0000000..2435fae
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexInsertUpdateDeleteOperatorNodePushable.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexOpHelper.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexOpHelper.class
new file mode 100644
index 0000000..e1ed802
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexOpHelper.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexStatsOperatorDescriptor.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexStatsOperatorDescriptor.class
new file mode 100644
index 0000000..3c5c369
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexStatsOperatorDescriptor.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexStatsOperatorNodePushable.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexStatsOperatorNodePushable.class
new file mode 100644
index 0000000..cd46f95
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/dataflow/TreeIndexStatsOperatorNodePushable.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/frames/AbstractSlotManager.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/frames/AbstractSlotManager.class
new file mode 100644
index 0000000..b81211b
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/frames/AbstractSlotManager.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/frames/FrameOpSpaceStatus.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/frames/FrameOpSpaceStatus.class
new file mode 100644
index 0000000..a7a861f
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/frames/FrameOpSpaceStatus.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/frames/LIFOMetaDataFrame.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/frames/LIFOMetaDataFrame.class
new file mode 100644
index 0000000..0f62b27
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/frames/LIFOMetaDataFrame.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/frames/LIFOMetaDataFrameFactory.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/frames/LIFOMetaDataFrameFactory.class
new file mode 100644
index 0000000..8def44d
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/frames/LIFOMetaDataFrameFactory.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/frames/TreeIndexNSMFrame.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/frames/TreeIndexNSMFrame.class
new file mode 100644
index 0000000..c2e8f98
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/frames/TreeIndexNSMFrame.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/freepage/LinkedListFreePageManager.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/freepage/LinkedListFreePageManager.class
new file mode 100644
index 0000000..e07998c
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/freepage/LinkedListFreePageManager.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/impls/TreeDiskOrderScanCursor.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/impls/TreeDiskOrderScanCursor.class
new file mode 100644
index 0000000..cbabd70
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/impls/TreeDiskOrderScanCursor.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/FindTupleMode.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/FindTupleMode.class
new file mode 100644
index 0000000..d755fae
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/FindTupleMode.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/FindTupleNoExactMatchPolicy.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/FindTupleNoExactMatchPolicy.class
new file mode 100644
index 0000000..0c5719a
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/FindTupleNoExactMatchPolicy.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/IndexOp.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/IndexOp.class
new file mode 100644
index 0000000..f7087b2
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/IndexOp.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/IndexOpContext.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/IndexOpContext.class
new file mode 100644
index 0000000..baf2a82
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/IndexOpContext.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/IntArrayList.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/IntArrayList.class
new file mode 100644
index 0000000..d56d24f
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/IntArrayList.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/MultiComparator.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/MultiComparator.class
new file mode 100644
index 0000000..0d74c4f
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/MultiComparator.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/SlotOffTupleOff.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/SlotOffTupleOff.class
new file mode 100644
index 0000000..adb813a
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/ophelpers/SlotOffTupleOff.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/SimpleTupleReference.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/SimpleTupleReference.class
new file mode 100644
index 0000000..7b2cd46
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/SimpleTupleReference.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/SimpleTupleWriter.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/SimpleTupleWriter.class
new file mode 100644
index 0000000..2f6d6d8
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/SimpleTupleWriter.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/SimpleTupleWriterFactory.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/SimpleTupleWriterFactory.class
new file mode 100644
index 0000000..b078159
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/SimpleTupleWriterFactory.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/TypeAwareTupleReference.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/TypeAwareTupleReference.class
new file mode 100644
index 0000000..b2c771a
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/TypeAwareTupleReference.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/TypeAwareTupleWriter.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/TypeAwareTupleWriter.class
new file mode 100644
index 0000000..906ee43
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/TypeAwareTupleWriter.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/TypeAwareTupleWriterFactory.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/TypeAwareTupleWriterFactory.class
new file mode 100644
index 0000000..f2b90f2
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/TypeAwareTupleWriterFactory.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/VarLenIntEncoderDecoder.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/VarLenIntEncoderDecoder.class
new file mode 100644
index 0000000..b4e7350
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/tuples/VarLenIntEncoderDecoder.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/utility/TreeIndexBufferCacheWarmup.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/utility/TreeIndexBufferCacheWarmup.class
new file mode 100644
index 0000000..2d80384
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/utility/TreeIndexBufferCacheWarmup.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/utility/TreeIndexStats$TreeIndexNodeTypeStats.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/utility/TreeIndexStats$TreeIndexNodeTypeStats.class
new file mode 100644
index 0000000..a8028ca
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/utility/TreeIndexStats$TreeIndexNodeTypeStats.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/utility/TreeIndexStats.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/utility/TreeIndexStats.class
new file mode 100644
index 0000000..75ce23f
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/utility/TreeIndexStats.class
Binary files differ
diff --git a/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/utility/TreeIndexStatsGatherer.class b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/utility/TreeIndexStatsGatherer.class
new file mode 100644
index 0000000..b6d2d29
--- /dev/null
+++ b/hyracks-storage-am-common/target/classes/edu/uci/ics/hyracks/storage/am/common/utility/TreeIndexStatsGatherer.class
Binary files differ