|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sleepycat.je.log.FSyncManager.FSyncGroup
static class FSyncManager.FSyncGroup
| Field Summary | |
|---|---|
(package private) static int |
DO_LEADER_FSYNC
|
(package private) static int |
DO_TIMEOUT_FSYNC
|
(package private) static int |
NO_FSYNC_NEEDED
|
| Constructor Summary | |
|---|---|
FSyncManager.FSyncGroup(long fsyncTimeout,
EnvironmentImpl envImpl)
|
|
| Method Summary | |
|---|---|
(package private) boolean |
getLeader()
|
(package private) int |
waitForFsync()
Wait for either a turn to execute a fsync, or to find out that a fsync was done on your behalf. |
(package private) void |
wakeupAll()
|
(package private) void |
wakeupOne()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static int DO_TIMEOUT_FSYNC
static int DO_LEADER_FSYNC
static int NO_FSYNC_NEEDED
| Constructor Detail |
|---|
FSyncManager.FSyncGroup(long fsyncTimeout,
EnvironmentImpl envImpl)
| Method Detail |
|---|
boolean getLeader()
int waitForFsync()
throws RunRecoveryException
RunRecoveryExceptionvoid wakeupAll()
void wakeupOne()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||