public class Store extends Object implements Modification
CacheWriter.write(org.infinispan.marshall.core.MarshalledEntry)
.Modification.Type
Constructor and Description |
---|
Store(Object key,
MarshalledEntry storedValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
getKey() |
MarshalledEntry |
getStoredValue() |
Modification.Type |
getType() |
int |
hashCode() |
String |
toString() |
public Store(Object key, MarshalledEntry storedValue)
public Modification.Type getType()
getType
in interface Modification
public MarshalledEntry getStoredValue()
public Object getKey()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.