Class Remove
- java.lang.Object
-
- org.infinispan.persistence.modifications.Remove
-
- All Implemented Interfaces:
Modification
public class Remove extends Object implements Modification
Represents aCacheWriter.delete(Object)
(Object)} modification- Since:
- 4.0
- Author:
- Manik Surtani
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.persistence.modifications.Modification
Modification.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Object
getKey()
Modification.Type
getType()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
Remove
public Remove(Object key)
-
-
Method Detail
-
getType
public Modification.Type getType()
- Specified by:
getType
in interfaceModification
-
getKey
public Object getKey()
-
-