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$___Marshaller_77f744431c728652c86d2a31b967de3b5ea4d523d8f930a71d040ffa7983bb7f. readFrom(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamReader $2)KeyValueWithPreviousKeyValueWithPrevious$___Marshaller_9145896a24b67e12a03ab245b027743214e8f0a00cff4e94594e6701c8f07ff1. readFrom(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamReader $2)Methods in org.infinispan.commons.util that return types with arguments of type KeyValueWithPrevious Modifier and Type Method Description java.lang.Class<KeyValueWithPrevious>KeyValueWithPrevious$___Marshaller_77f744431c728652c86d2a31b967de3b5ea4d523d8f930a71d040ffa7983bb7f. getJavaClass()java.lang.Class<KeyValueWithPrevious>KeyValueWithPrevious$___Marshaller_9145896a24b67e12a03ab245b027743214e8f0a00cff4e94594e6701c8f07ff1. getJavaClass()Methods in org.infinispan.commons.util with parameters of type KeyValueWithPrevious Modifier and Type Method Description voidKeyValueWithPrevious$___Marshaller_77f744431c728652c86d2a31b967de3b5ea4d523d8f930a71d040ffa7983bb7f. writeTo(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamWriter $2, KeyValueWithPrevious $3)voidKeyValueWithPrevious$___Marshaller_9145896a24b67e12a03ab245b027743214e8f0a00cff4e94594e6701c8f07ff1. writeTo(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamWriter $2, KeyValueWithPrevious $3) -
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)
-