Uses of Class
org.wildfly.clustering.cache.function.MapComputeFunction
Packages that use MapComputeFunction
Package
Description
-
Uses of MapComputeFunction in org.wildfly.clustering.cache.function
Subclasses of MapComputeFunction in org.wildfly.clustering.cache.functionModifier and TypeClassDescriptionclassMapPutFunction<K,V> Function that puts an entry into a map.classMapRemoveFunction<K,V> Function that removes an entry from a map.Classes in org.wildfly.clustering.cache.function that implement interfaces with type arguments of type MapComputeFunctionMethods 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 TypeMethodDescriptionvoidMapComputeFunctionMarshaller.writeTo(ProtoStreamWriter writer, MapComputeFunction<Object, Object> function) -
Uses of MapComputeFunction in org.wildfly.clustering.session.cache.attributes.fine
Subclasses of MapComputeFunction in org.wildfly.clustering.session.cache.attributes.fineModifier and TypeClassDescriptionclassA session attribute map compute function.