public class SKeyRange
extends java.lang.Object
SDatabase.getKeyRange(com.sleepycat.client.STransaction, com.sleepycat.client.SDatabaseEntry)
method.Modifier and Type | Field and Description |
---|---|
double |
equal
Zero if there is no matching key, and non-zero otherwise.
|
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.
|
public final double equal
public final double greater
For example, if the value is 0.05, 5% of the keys in the database are greater than the specified key.
public final double less
For example, if the value is 0.05, 5% of the keys in the database are less than the specified key.
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.