public interface MapCache
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(ByteBuffer key) |
ByteBuffer |
get(ByteBuffer key) |
MapPutResult |
put(ByteBuffer key,
ByteBuffer value) |
MapPutResult |
putIfAbsent(ByteBuffer key,
ByteBuffer value) |
ByteBuffer |
remove(ByteBuffer key) |
void |
shutdown() |
MapPutResult putIfAbsent(ByteBuffer key, ByteBuffer value) throws IOException
IOExceptionMapPutResult put(ByteBuffer key, ByteBuffer value) throws IOException
IOExceptionboolean containsKey(ByteBuffer key) throws IOException
IOExceptionByteBuffer get(ByteBuffer key) throws IOException
IOExceptionByteBuffer remove(ByteBuffer key) throws IOException
IOExceptionvoid shutdown()
throws IOException
IOExceptionCopyright © 2015 Apache NiFi Project. All rights reserved.