| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| Modifier and Type | Method | Description |
|---|---|---|
ExtinctionFilter.ExtinctionStatus |
ExtinctionFilter.getExtinctionStatus(java.lang.String dbName,
boolean dups,
byte[] key) |
Implemented to determine whether a given key is extinct.
|
static ExtinctionFilter.ExtinctionStatus |
ExtinctionFilter.ExtinctionStatus.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ExtinctionFilter.ExtinctionStatus[] |
ExtinctionFilter.ExtinctionStatus.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.