| Package | Description |
|---|---|
| org.apache.nifi.distributed.cache.server.map |
| Modifier and Type | Field and Description |
|---|---|
private WriteAheadRepository<PersistentMapCache.MapWaliRecord> |
PersistentMapCache.wali |
| Modifier and Type | Method and Description |
|---|---|
PersistentMapCache.MapWaliRecord |
PersistentMapCache.Serde.deserializeEdit(DataInputStream in,
Map<Object,PersistentMapCache.MapWaliRecord> currentRecordStates,
int version) |
PersistentMapCache.MapWaliRecord |
PersistentMapCache.Serde.deserializeRecord(DataInputStream in,
int version) |
| Modifier and Type | Method and Description |
|---|---|
String |
PersistentMapCache.Serde.getLocation(PersistentMapCache.MapWaliRecord record) |
Object |
PersistentMapCache.Serde.getRecordIdentifier(PersistentMapCache.MapWaliRecord record) |
UpdateType |
PersistentMapCache.Serde.getUpdateType(PersistentMapCache.MapWaliRecord record) |
void |
PersistentMapCache.Serde.serializeEdit(PersistentMapCache.MapWaliRecord previousRecordState,
PersistentMapCache.MapWaliRecord newRecordState,
DataOutputStream out) |
void |
PersistentMapCache.Serde.serializeRecord(PersistentMapCache.MapWaliRecord record,
DataOutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
PersistentMapCache.MapWaliRecord |
PersistentMapCache.Serde.deserializeEdit(DataInputStream in,
Map<Object,PersistentMapCache.MapWaliRecord> currentRecordStates,
int version) |
Copyright © 2015 Apache NiFi Project. All rights reserved.