Uses of Class
org.wildfly.clustering.cache.function.MapComputeFunction
Packages that use MapComputeFunction
-
Uses of MapComputeFunction in org.wildfly.clustering.cache.function
Subclasses of MapComputeFunction in org.wildfly.clustering.cache.functionModifier and TypeClassDescriptionclass
MapPutFunction<K,
V> Function that puts an entry into a map.class
MapRemoveFunction<K,
V> Function that removes an entry from a map.Methods in org.wildfly.clustering.cache.function that return MapComputeFunctionModifier and TypeMethodDescriptionMapComputeFunctionMarshaller.readFrom
(ProtoStreamReader reader) Methods in org.wildfly.clustering.cache.function that return types with arguments of type MapComputeFunctionModifier and TypeMethodDescriptionClass<? extends MapComputeFunction<Object,
Object>> MapComputeFunctionMarshaller.getJavaClass()
Methods in org.wildfly.clustering.cache.function with parameters of type MapComputeFunctionModifier and TypeMethodDescriptionvoid
MapComputeFunctionMarshaller.writeTo
(ProtoStreamWriter writer, MapComputeFunction<Object, Object> function)