| Package | Description |
|---|---|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
RepGroupProtocol.FailReason |
RepGroupProtocol.Fail.getReason() |
static RepGroupProtocol.FailReason |
RepGroupProtocol.FailReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepGroupProtocol.FailReason[] |
RepGroupProtocol.FailReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Fail(RepGroupProtocol.FailReason reason,
String message)
Create a failure response that is not related to a specific request.
|
Fail(TextProtocol.RequestMessage request,
RepGroupProtocol.FailReason reason,
String message) |
Copyright © 2024. All rights reserved.