com.sleepycat.db
Class DbKeyRange

java.lang.Object
  extended by com.sleepycat.db.DbKeyRange

public class DbKeyRange
extends java.lang.Object


Field Summary
 double equal
          A value between 0 and 1, the proportion of keys equal to the specified key.
 double greater
          A value between 0 and 1, the proportion of keys greater than the specified key.
 double less
          A value between 0 and 1, the proportion of keys less than the specified key.
 
Constructor Summary
DbKeyRange()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

equal

public double equal
A value between 0 and 1, the proportion of keys equal to the specified key.


greater

public double greater
A value between 0 and 1, the proportion of keys greater than the specified key.


less

public double less
A value between 0 and 1, the proportion of keys less than the specified key.

Constructor Detail

DbKeyRange

public DbKeyRange()