public interface MapCache
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(ByteBuffer key) |
MapCacheRecord |
fetch(ByteBuffer key) |
ByteBuffer |
get(ByteBuffer key) |
Set<ByteBuffer> |
keySet() |
MapPutResult |
put(ByteBuffer key,
ByteBuffer value) |
MapPutResult |
putIfAbsent(ByteBuffer key,
ByteBuffer value) |
ByteBuffer |
remove(ByteBuffer key) |
Map<ByteBuffer,ByteBuffer> |
removeByPattern(String regex) |
MapPutResult |
replace(MapCacheRecord record) |
void |
shutdown() |
Map<ByteBuffer,ByteBuffer> |
subMap(List<ByteBuffer> keys) |
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
IOExceptionMap<ByteBuffer,ByteBuffer> subMap(List<ByteBuffer> keys) throws IOException
IOExceptionByteBuffer remove(ByteBuffer key) throws IOException
IOExceptionMap<ByteBuffer,ByteBuffer> removeByPattern(String regex) throws IOException
IOExceptionMapCacheRecord fetch(ByteBuffer key) throws IOException
IOExceptionMapPutResult replace(MapCacheRecord record) throws IOException
IOExceptionSet<ByteBuffer> keySet() throws IOException
IOExceptionvoid shutdown()
throws IOException
IOExceptionCopyright © 2021 Apache NiFi Project. All rights reserved.