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