Package | Description |
---|---|
org.apache.river.norm |
Provides implementations of
LeaseRenewalService . |
Modifier and Type | Field and Description |
---|---|
private PersistentStore |
NormServerBaseImpl.store
Our persistant store
|
private PersistentStore |
NormServerBaseImpl.RenewLogThread.store |
private PersistentStore |
NormServerBaseImpl.SnapshotThread.store |
private PersistentStore |
LeaseSet.store
PersistentStore that changes should be logged to. |
Modifier and Type | Method and Description |
---|---|
(package private) Iterator |
LeaseSet.restoreTransientState(EventTypeGenerator generator,
PersistentStore store,
NormServerBaseImpl normServerBaseImpl,
ProxyPreparer recoveredListenerPreparer)
Restore the transient state of the set that can't be restored
automatically after a log recovery.
|
private void |
NormServerBaseImpl.RenewLogThread.setStore(PersistentStore store) |
Constructor and Description |
---|
LeaseSet(Uuid ID,
EventTypeGenerator generator,
PersistentStore store,
NormServerBaseImpl normServerBaseImpl)
Simple constructor.
|
SnapshotThread(PersistentStore store)
Don't create a daemon thread in case the jvm exits during snapshot
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.