org.infinispan.client.hotrod.impl
Class BinaryVersionedValue
java.lang.Object
org.infinispan.client.hotrod.impl.BinaryVersionedValue
public class BinaryVersionedValue
- extends Object
- Since:
- 4.1
- Author:
- Mircea.Markus@jboss.com
BinaryVersionedValue
public BinaryVersionedValue(long version,
byte[] value)
getVersion
public long getVersion()
getValue
public byte[] getValue()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.