Uses of Class
org.infinispan.server.hotrod.event.KeyValueWithPreviousEventConverter
-
Packages that use KeyValueWithPreviousEventConverter Package Description org.infinispan.server.hotrod.event -
-
Uses of KeyValueWithPreviousEventConverter in org.infinispan.server.hotrod.event
Methods in org.infinispan.server.hotrod.event that return KeyValueWithPreviousEventConverter Modifier and Type Method Description KeyValueWithPreviousEventConverterKeyValueWithPreviousEventConverterExternalizer. readObject(ObjectInput input)Methods in org.infinispan.server.hotrod.event that return types with arguments of type KeyValueWithPreviousEventConverter Modifier and Type Method Description Set<Class<? extends KeyValueWithPreviousEventConverter>>KeyValueWithPreviousEventConverterExternalizer. getTypeClasses()Methods in org.infinispan.server.hotrod.event with parameters of type KeyValueWithPreviousEventConverter Modifier and Type Method Description voidKeyValueWithPreviousEventConverterExternalizer. writeObject(ObjectOutput output, KeyValueWithPreviousEventConverter object)
-