org.infinispan.loaders.modifications
Class Clear

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

public class Clear
extends Object
implements Modification

Represents a CacheStore.clear() modification

Since:
4.0
Author:
Manik Surtani

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

Constructor Detail

Clear

public Clear()
Method Detail

getType

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

toString

public String toString()
Overrides:
toString in class Object

-->

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