private static class PersistentMapCache.MapWaliRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
private ByteBuffer |
key |
private UpdateType |
updateType |
private ByteBuffer |
value |
| Constructor and Description |
|---|
MapWaliRecord(UpdateType updateType,
ByteBuffer key,
ByteBuffer value) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getKey() |
UpdateType |
getUpdateType() |
ByteBuffer |
getValue() |
private final UpdateType updateType
private final ByteBuffer key
private final ByteBuffer value
public MapWaliRecord(UpdateType updateType, ByteBuffer key, ByteBuffer value)
public UpdateType getUpdateType()
public ByteBuffer getKey()
public ByteBuffer getValue()
Copyright © 2015 Apache NiFi Project. All rights reserved.