Uses of Interface
com.loomcache.common.compute.EntryProcessor
Packages that use EntryProcessor
-
Uses of EntryProcessor in com.loomcache.client
Methods in com.loomcache.client with parameters of type EntryProcessorModifier and TypeMethodDescription<R> CompletionStage<@Nullable R> LoomMap.executeOnKey(K key, EntryProcessor<K, V, R> processor) Execute a registered entry processor against a single key through Raft.<R> CompletableFuture<@Nullable R> AsyncLoomClient.mapExecuteOnKey(String mapName, String key, EntryProcessor<?, ?, R> processor) <R> @Nullable RLoomClient.mapExecuteOnKey(String mapName, String key, EntryProcessor<?, ?, R> processor)