public class TransientAttributeStore extends Object implements AttributeStore, Serializable
Constructor and Description |
---|
TransientAttributeStore() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
get(String name) |
byte[] |
getBytes(String key) |
SharedLockProvider |
getSharedLockProvider() |
SharedReentrantReadWriteLockProvider |
getSharedReentrantReadWriteLockProvider() |
String |
remove(String key) |
String |
set(String name,
String value) |
byte[] |
setBytes(String key,
byte[] value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getObject, setObject
public String get(String name)
get
in interface AttributeStore
public String set(String name, String value)
set
in interface AttributeStore
public String remove(String key)
remove
in interface AttributeStore
public SharedLockProvider getSharedLockProvider()
getSharedLockProvider
in interface AttributeStore
public SharedReentrantReadWriteLockProvider getSharedReentrantReadWriteLockProvider()
getSharedReentrantReadWriteLockProvider
in interface AttributeStore
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public byte[] getBytes(String key) throws IOException
getBytes
in interface AttributeStore
IOException
public byte[] setBytes(String key, byte[] value) throws IOException
setBytes
in interface AttributeStore
IOException
Copyright © GigaSpaces.