public class MapCacheRecord extends CacheRecord
| Modifier and Type | Field and Description |
|---|---|
private ByteBuffer |
key |
private ByteBuffer |
value |
| Constructor and Description |
|---|
MapCacheRecord(ByteBuffer key,
ByteBuffer value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ByteBuffer |
getKey() |
ByteBuffer |
getValue() |
int |
hashCode() |
getEntryDate, getHitCount, getId, getLastHitDate, hitprivate final ByteBuffer key
private final ByteBuffer value
public MapCacheRecord(ByteBuffer key, ByteBuffer value)
public ByteBuffer getKey()
public ByteBuffer getValue()
Copyright © 2015 Apache NiFi Project. All rights reserved.