Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.util.concurrent.jdk8backported.ConcurrentHashMapV8.IntByIntToInt

Packages that use ConcurrentHashMapV8.IntByIntToInt
org.infinispan.util.concurrent.jdk8backported   
 

Uses of ConcurrentHashMapV8.IntByIntToInt in org.infinispan.util.concurrent.jdk8backported
 

Methods in org.infinispan.util.concurrent.jdk8backported with parameters of type ConcurrentHashMapV8.IntByIntToInt
 int ConcurrentHashMapV8.Parallel.reduceEntriesToInt(ConcurrentHashMapV8.ObjectToInt<Map.Entry<K,V>> transformer, int basis, ConcurrentHashMapV8.IntByIntToInt reducer)
          Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
static
<K,V> ForkJoinTask<Integer>
ConcurrentHashMapV8.ForkJoinTasks.reduceEntriesToInt(ConcurrentHashMapV8<K,V> map, ConcurrentHashMapV8.ObjectToInt<Map.Entry<K,V>> transformer, int basis, ConcurrentHashMapV8.IntByIntToInt reducer)
          Returns a task that when invoked, returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
 int ConcurrentHashMapV8.Parallel.reduceKeysToInt(ConcurrentHashMapV8.ObjectToInt<? super K> transformer, int basis, ConcurrentHashMapV8.IntByIntToInt reducer)
          Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
static
<K,V> ForkJoinTask<Integer>
ConcurrentHashMapV8.ForkJoinTasks.reduceKeysToInt(ConcurrentHashMapV8<K,V> map, ConcurrentHashMapV8.ObjectToInt<? super K> transformer, int basis, ConcurrentHashMapV8.IntByIntToInt reducer)
          Returns a task that when invoked, returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
 int ConcurrentHashMapV8.Parallel.reduceToInt(ConcurrentHashMapV8.ObjectByObjectToInt<? super K,? super V> transformer, int basis, ConcurrentHashMapV8.IntByIntToInt reducer)
          Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
static
<K,V> ForkJoinTask<Integer>
ConcurrentHashMapV8.ForkJoinTasks.reduceToInt(ConcurrentHashMapV8<K,V> map, ConcurrentHashMapV8.ObjectByObjectToInt<? super K,? super V> transformer, int basis, ConcurrentHashMapV8.IntByIntToInt reducer)
          Returns a task that when invoked, returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
 int ConcurrentHashMapV8.Parallel.reduceValuesToInt(ConcurrentHashMapV8.ObjectToInt<? super V> transformer, int basis, ConcurrentHashMapV8.IntByIntToInt reducer)
          Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
static
<K,V> ForkJoinTask<Integer>
ConcurrentHashMapV8.ForkJoinTasks.reduceValuesToInt(ConcurrentHashMapV8<K,V> map, ConcurrentHashMapV8.ObjectToInt<? super V> transformer, int basis, ConcurrentHashMapV8.IntByIntToInt reducer)
          Returns a task that when invoked, returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.