public interface AttributeStore extends Closeable
Modifier and Type | Method and Description |
---|---|
String |
get(String key) |
byte[] |
getBytes(String key) |
default <T> T |
getObject(String key) |
SharedLockProvider |
getSharedLockProvider() |
SharedReentrantReadWriteLockProvider |
getSharedReentrantReadWriteLockProvider() |
String |
remove(String key) |
String |
set(String key,
String value) |
byte[] |
setBytes(String key,
byte[] value) |
default <T> void |
setObject(String key,
T value) |
String get(String key) throws IOException
IOException
String set(String key, String value) throws IOException
IOException
byte[] getBytes(String key) throws IOException
IOException
byte[] setBytes(String key, byte[] value) throws IOException
IOException
default <T> T getObject(String key) throws IOException
IOException
default <T> void setObject(String key, T value) throws IOException
IOException
String remove(String key) throws IOException
IOException
SharedLockProvider getSharedLockProvider()
SharedReentrantReadWriteLockProvider getSharedReentrantReadWriteLockProvider()
Copyright © GigaSpaces.