|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LocalRowKeyIndex.Confidence>
org.apache.myfaces.trinidad.model.LocalRowKeyIndex.Confidence
public static enum LocalRowKeyIndex.Confidence
Enum used in the LocalRowKeyIndex.getEstimatedRowCountConfidence()
API to determine
if the row count is exact or an estimate
Enum Constant Summary | |
---|---|
ESTIMATE
The row count returned by LocalRowKeyIndex.getEstimatedRowCount() is an estimate |
|
EXACT
The row count returned by LocalRowKeyIndex.getEstimatedRowCount() is exact |
|
UNKNOWN
The row count returned by LocalRowKeyIndex.getEstimatedRowCount() is unknown (-1) |
Method Summary | |
---|---|
static LocalRowKeyIndex.Confidence |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LocalRowKeyIndex.Confidence[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LocalRowKeyIndex.Confidence EXACT
LocalRowKeyIndex.getEstimatedRowCount()
is exact
public static final LocalRowKeyIndex.Confidence ESTIMATE
LocalRowKeyIndex.getEstimatedRowCount()
is an estimate
public static final LocalRowKeyIndex.Confidence UNKNOWN
LocalRowKeyIndex.getEstimatedRowCount()
is unknown (-1)
Method Detail |
---|
public static LocalRowKeyIndex.Confidence[] values()
for (LocalRowKeyIndex.Confidence c : LocalRowKeyIndex.Confidence.values()) System.out.println(c);
public static LocalRowKeyIndex.Confidence valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |