Uses of Class
org.infinispan.commons.util.KeyValueWithPrevious
-
Packages that use KeyValueWithPrevious Package Description org.infinispan.commons.util Commons package providing various utility classesorg.infinispan.server.hotrod.event -
-
Uses of KeyValueWithPrevious in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return KeyValueWithPrevious Modifier and Type Method Description KeyValueWithPrevious
KeyValueWithPrevious.KeyValueWithPreviousExternalizer. readObject(ObjectInput input)
Methods in org.infinispan.commons.util with parameters of type KeyValueWithPrevious Modifier and Type Method Description void
KeyValueWithPrevious.KeyValueWithPreviousExternalizer. writeObject(ObjectOutput output, KeyValueWithPrevious kvPair)
-
Uses of KeyValueWithPrevious in org.infinispan.server.hotrod.event
Methods in org.infinispan.server.hotrod.event that return KeyValueWithPrevious Modifier and Type Method Description KeyValueWithPrevious<K,V>
KeyValueWithPreviousEventConverter. convert(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType)
Methods in org.infinispan.server.hotrod.event that return types with arguments of type KeyValueWithPrevious Modifier and Type Method Description CacheEventConverter<K,V,KeyValueWithPrevious<K,V>>
KeyValueWithPreviousEventConverterFactory. getConverter(Object[] params)
-