public interface SetCache
| Modifier and Type | Method and Description |
|---|---|
SetCacheResult |
addIfAbsent(ByteBuffer value) |
SetCacheResult |
contains(ByteBuffer value) |
SetCacheResult |
remove(ByteBuffer value) |
void |
shutdown() |
SetCacheResult remove(ByteBuffer value) throws IOException
IOExceptionSetCacheResult addIfAbsent(ByteBuffer value) throws IOException
IOExceptionSetCacheResult contains(ByteBuffer value) throws IOException
IOExceptionvoid shutdown()
throws IOException
IOExceptionCopyright © 2015 Apache NiFi Project. All rights reserved.