private static class PersistentSetCache.SetRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
private UpdateType |
updateType |
private ByteBuffer |
value |
| Constructor and Description |
|---|
SetRecord(UpdateType updateType,
ByteBuffer value) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getBuffer() |
byte[] |
getData() |
UpdateType |
getUpdateType() |
private final UpdateType updateType
private final ByteBuffer value
public SetRecord(UpdateType updateType, ByteBuffer value)
public UpdateType getUpdateType()
public ByteBuffer getBuffer()
public byte[] getData()
Copyright © 2015 Apache NiFi Project. All rights reserved.