Package | Description |
---|---|
com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
Modifier and Type | Field and Description |
---|---|
static JEVersion |
JEVersion.CURRENT_VERSION
Release version.
|
Modifier and Type | Method and Description |
---|---|
int |
JEVersion.compareTo(JEVersion comparedVersion) |
Modifier and Type | Method and Description |
---|---|
JEVersion |
NodeState.getJEVersion()
Returns the current JEVersion that this node runs on.
|
Constructor and Description |
---|
NodeState(String nodeName,
String groupName,
ReplicatedEnvironment.State currentState,
String masterName,
JEVersion jeVersion,
long joinTime,
long currentTxnEndVLSN,
long masterTxnEndVLSN,
int activeFeeders,
int logVersion,
byte[] appState,
double systemLoad) |
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.