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 KeyValueWithPreviousKeyValueWithPrevious.KeyValueWithPreviousExternalizer. readObject(java.io.ObjectInput input)Methods in org.infinispan.commons.util with parameters of type KeyValueWithPrevious Modifier and Type Method Description voidKeyValueWithPrevious.KeyValueWithPreviousExternalizer. writeObject(java.io.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(java.lang.Object[] params)
-