org.infinispan.client.hotrod.impl
Class VersionedValueImpl<V>
java.lang.Object
org.infinispan.client.hotrod.impl.VersionedValueImpl<V>
- All Implemented Interfaces:
- RemoteCache.VersionedValue<V>
public class VersionedValueImpl<V>
- extends Object
- implements RemoteCache.VersionedValue<V>
// TODO: Document this
- Since:
- 4.1
- Author:
- Mircea.Markus@jboss.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionedValueImpl
public VersionedValueImpl(long version,
V value)
getVersion
public long getVersion()
- Specified by:
getVersion
in interface RemoteCache.VersionedValue<V>
getValue
public V getValue()
- Specified by:
getValue
in interface RemoteCache.VersionedValue<V>
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.