bamboo.db
Class StorageManager.IBGCont

java.lang.Object
  extended by bamboo.db.StorageManager.IBGCont
Enclosing class:
StorageManager

protected static class StorageManager.IBGCont
extends Object


Field Summary
 com.sleepycat.db.Dbc cursor
           
 BigInteger high
           
 com.sleepycat.db.Dbt key
           
 
Constructor Summary
StorageManager.IBGCont(com.sleepycat.db.Dbt k, BigInteger h, com.sleepycat.db.Dbc c)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public com.sleepycat.db.Dbt key

high

public BigInteger high

cursor

public com.sleepycat.db.Dbc cursor
Constructor Detail

StorageManager.IBGCont

public StorageManager.IBGCont(com.sleepycat.db.Dbt k,
                              BigInteger h,
                              com.sleepycat.db.Dbc c)