org.infinispan.loaders.modifications
Class Store

java.lang.Object
  extended by org.infinispan.loaders.modifications.Store
All Implemented Interfaces:
Modification

public class Store
extends Object
implements Modification

Modification representing CacheStore.store(org.infinispan.container.entries.InternalCacheEntry)

Since:
4.0
Author:
Manik Surtani

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.infinispan.loaders.modifications.Modification
Modification.Type
 
Constructor Summary
Store(InternalCacheEntry storedEntry)
           
 
Method Summary
 boolean equals(Object o)
           
 InternalCacheEntry getStoredEntry()
           
 Modification.Type getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Store

public Store(InternalCacheEntry storedEntry)
Method Detail

getType

public Modification.Type getType()
Specified by:
getType in interface Modification

getStoredEntry

public InternalCacheEntry getStoredEntry()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.