Package | Description |
---|---|
com.sleepycat.client |
Modifier and Type | Method and Description |
---|---|
SCacheFilePriority |
SCursor.getPriority()
Get the cache priority for pages referenced by the cursor.
|
SCacheFilePriority |
SDatabaseConfig.getPriority()
Return the cache priority for pages referenced by this handle.
|
static SCacheFilePriority |
SCacheFilePriority.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SCacheFilePriority[] |
SCacheFilePriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SCursor.setPriority(SCacheFilePriority priority)
Set the cache priority for pages referenced by this cursor handle.
|
SDatabaseConfig |
SDatabaseConfig.setPriority(SCacheFilePriority priority)
Set the cache priority for pages referenced by the DB handle.
|
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.