| Package | Description |
|---|---|
| org.apache.nifi.remote.client |
| Modifier and Type | Field and Description |
|---|---|
private PeerStatusCache |
PeerSelector.peerStatusCache |
| Modifier and Type | Method and Description |
|---|---|
PeerStatusCache |
PeerPersistence.restore() |
PeerStatusCache |
FilePeerPersistence.restore() |
PeerStatusCache |
StatePeerPersistence.restore() |
protected PeerStatusCache |
AbstractPeerPersistence.restorePeerStatuses(BufferedReader reader,
long cachedTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
PeerSelector.isCacheExpired(PeerStatusCache cache)
Returns
true if this cache has expired. |
private void |
PeerSelector.persistPeerStatuses(PeerStatusCache peerStatusCache)
Persists the provided cache instance (in memory and via the
PeerPersistence (e.g. |
void |
PeerPersistence.save(PeerStatusCache peerStatusCache) |
void |
FilePeerPersistence.save(PeerStatusCache peerStatusCache) |
void |
StatePeerPersistence.save(PeerStatusCache peerStatusCache) |
protected void |
AbstractPeerPersistence.write(PeerStatusCache peerStatusCache,
AbstractPeerPersistence.IOConsumer<String> consumer) |
Copyright © 2023 Apache NiFi Project. All rights reserved.