org.infinispan.client.hotrod.impl
Class BinaryVersionedValue

java.lang.Object
  extended by org.infinispan.client.hotrod.impl.BinaryVersionedValue

public class BinaryVersionedValue
extends Object

Since:
4.1
Author:
Mircea.Markus@jboss.com

Constructor Summary
BinaryVersionedValue(long version, byte[] value)
           
 
Method Summary
 boolean equals(Object o)
           
 byte[] getValue()
           
 long getVersion()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryVersionedValue

public BinaryVersionedValue(long version,
                            byte[] value)
Method Detail

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.