Uses of Class
org.terracotta.offheapstore.MetadataTuple

Packages that use MetadataTuple
org.terracotta.offheapstore   
org.terracotta.offheapstore.concurrent   
 

Uses of MetadataTuple in org.terracotta.offheapstore
 

Methods in org.terracotta.offheapstore that return MetadataTuple
 MetadataTuple<V> Segment.computeIfAbsentWithMetadata(K key, Function<? super K,? extends MetadataTuple<V>> mappingFunction)
           
 MetadataTuple<V> OffHeapHashMap.computeIfAbsentWithMetadata(K key, Function<? super K,? extends MetadataTuple<V>> mappingFunction)
           
 MetadataTuple<V> AbstractLockedOffHeapHashMap.computeIfAbsentWithMetadata(K key, Function<? super K,? extends MetadataTuple<V>> mappingFunction)
           
 MetadataTuple<V> Segment.computeIfPresentWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> OffHeapHashMap.computeIfPresentWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> AbstractLockedOffHeapHashMap.computeIfPresentWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> Segment.computeWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> OffHeapHashMap.computeWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> AbstractLockedOffHeapHashMap.computeWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
static
<T> MetadataTuple<T>
MetadataTuple.metadataTuple(T value, int metadata)
           
 

Method parameters in org.terracotta.offheapstore with type arguments of type MetadataTuple
 MetadataTuple<V> Segment.computeIfAbsentWithMetadata(K key, Function<? super K,? extends MetadataTuple<V>> mappingFunction)
           
 MetadataTuple<V> OffHeapHashMap.computeIfAbsentWithMetadata(K key, Function<? super K,? extends MetadataTuple<V>> mappingFunction)
           
 MetadataTuple<V> AbstractLockedOffHeapHashMap.computeIfAbsentWithMetadata(K key, Function<? super K,? extends MetadataTuple<V>> mappingFunction)
           
 MetadataTuple<V> Segment.computeIfPresentWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> Segment.computeIfPresentWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> OffHeapHashMap.computeIfPresentWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> OffHeapHashMap.computeIfPresentWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> AbstractLockedOffHeapHashMap.computeIfPresentWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> AbstractLockedOffHeapHashMap.computeIfPresentWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> Segment.computeWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> Segment.computeWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> OffHeapHashMap.computeWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> OffHeapHashMap.computeWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> AbstractLockedOffHeapHashMap.computeWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> AbstractLockedOffHeapHashMap.computeWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 

Uses of MetadataTuple in org.terracotta.offheapstore.concurrent
 

Methods in org.terracotta.offheapstore.concurrent that return MetadataTuple
 MetadataTuple<V> AbstractConcurrentOffHeapMap.computeIfAbsentWithMetadata(K key, Function<? super K,? extends MetadataTuple<V>> mappingFunction)
           
 MetadataTuple<V> AbstractConcurrentOffHeapMap.computeIfPresentWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> AbstractConcurrentOffHeapMap.computeWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 

Method parameters in org.terracotta.offheapstore.concurrent with type arguments of type MetadataTuple
 MetadataTuple<V> AbstractConcurrentOffHeapMap.computeIfAbsentWithMetadata(K key, Function<? super K,? extends MetadataTuple<V>> mappingFunction)
           
 MetadataTuple<V> AbstractConcurrentOffHeapMap.computeIfPresentWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> AbstractConcurrentOffHeapMap.computeIfPresentWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> AbstractConcurrentOffHeapMap.computeWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> AbstractConcurrentOffHeapMap.computeWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 



Copyright © 2016. All rights reserved.