public class SynchronouslySerializedRef<T extends Serializable> extends InMemoryRef<T>
| Constructor and Description |
|---|
SynchronouslySerializedRef(Serializer<T> serializer) |
| Modifier and Type | Method and Description |
|---|---|
T |
commit(T newValue) |
getpublic SynchronouslySerializedRef(Serializer<T> serializer) throws IOException
IOExceptionpublic T commit(T newValue) throws IOException
commit in interface Ref<T extends Serializable>commit in class InMemoryRef<T extends Serializable>IOExceptionCopyright © 2013. All Rights Reserved.