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