eXo Kernel :: Cache Extension :: Infinispan Implementation 2.5.0-CR2

org.exoplatform.services.cache.impl.infinispan.distributed
Class DistributedExoCache.CacheKey<K>

java.lang.Object
  extended by org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.CacheKey<K>
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
DistributedExoCache<K extends Serializable,V>

public static class DistributedExoCache.CacheKey<K>
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
DistributedExoCache.CacheKey()
           
DistributedExoCache.CacheKey(String fullName, K key)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DistributedExoCache.CacheKey

public DistributedExoCache.CacheKey()

DistributedExoCache.CacheKey

public DistributedExoCache.CacheKey(String fullName,
                                    K key)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

eXo Kernel :: Cache Extension :: Infinispan Implementation 2.5.0-CR2

Copyright © 2014 eXo Platform SAS. All Rights Reserved.