public class MapPutResult extends Object
| Modifier and Type | Field and Description |
|---|---|
private ByteBuffer |
evictedKey |
private ByteBuffer |
evictedValue |
private ByteBuffer |
existingValue |
private ByteBuffer |
key |
private boolean |
successful |
private ByteBuffer |
value |
| Constructor and Description |
|---|
MapPutResult(boolean successful,
ByteBuffer key,
ByteBuffer value,
ByteBuffer existingValue,
ByteBuffer evictedKey,
ByteBuffer evictedValue) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getEvictedKey() |
ByteBuffer |
getEvictedValue() |
ByteBuffer |
getExistingValue() |
ByteBuffer |
getKey() |
ByteBuffer |
getValue() |
boolean |
isSuccessful() |
private final boolean successful
private final ByteBuffer key
private final ByteBuffer value
private final ByteBuffer existingValue
private final ByteBuffer evictedKey
private final ByteBuffer evictedValue
public MapPutResult(boolean successful,
ByteBuffer key,
ByteBuffer value,
ByteBuffer existingValue,
ByteBuffer evictedKey,
ByteBuffer evictedValue)
public boolean isSuccessful()
public ByteBuffer getKey()
public ByteBuffer getValue()
public ByteBuffer getExistingValue()
public ByteBuffer getEvictedKey()
public ByteBuffer getEvictedValue()
Copyright © 2015 Apache NiFi Project. All rights reserved.