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 Modificationpublic MarshalledEntry getStoredValue()
public Object getKey()
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.