Class MigrationTask.EntryWriter<K,V>
- java.lang.Object
-
- org.infinispan.persistence.remote.upgrade.MigrationTask.EntryWriter<K,V>
-
- All Implemented Interfaces:
BiFunction<K,V,V>
- Enclosing class:
- MigrationTask
public static class MigrationTask.EntryWriter<K,V> extends Object implements BiFunction<K,V,V>
-
-
Constructor Summary
Constructors Constructor Description EntryWriter(V newEntry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
apply(K k, V v)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-