Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Method | Description |
---|---|---|
PanicHandler |
DatabaseConfig.getPanicHandler() |
Return the function to be called if the database environment panics.
|
PanicHandler |
EnvironmentConfig.getPanicHandler() |
Return the function to be called if the database environment panics.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DatabaseConfig.setPanicHandler(PanicHandler panicHandler) |
Set the function to be called if the database environment panics.
|
void |
EnvironmentConfig.setPanicHandler(PanicHandler panicHandler) |
Set the function to be called if the database environment panics.
|
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.