T - the type of the return value.public class CacheEntryProcessorResult<T> extends Object implements javax.cache.processor.EntryProcessorResult<T>
EntryProcessorResult wraps the result returned or exception thrown in a
 single object so that multiple exceptions from multiple entry processes can be returned.Cache.invokeAll(java.util.Set, javax.cache.processor.EntryProcessor, Object...)| Constructor and Description | 
|---|
| CacheEntryProcessorResult(T result) | 
| CacheEntryProcessorResult(Throwable exception) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.