Uses of Class
org.terracotta.offheapstore.util.FindbugsSuppressWarnings
-
-
Uses of FindbugsSuppressWarnings in org.terracotta.offheapstore
Methods in org.terracotta.offheapstore with annotations of type FindbugsSuppressWarnings Modifier and Type Method Description voidOffHeapHashMap. clear()MetadataTuple<V>OffHeapHashMap. computeIfAbsentWithMetadata(K key, java.util.function.Function<? super K,? extends MetadataTuple<V>> mappingFunction)MetadataTuple<V>OffHeapHashMap. computeIfPresentWithMetadata(K key, java.util.function.BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)MetadataTuple<V>OffHeapHashMap. computeWithMetadata(K key, java.util.function.BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)VOffHeapHashMap. fill(K key, V value, int metadata)protected VOffHeapHashMap. fill(K key, V value, int hash, int[] newEntry, int metadata)longOffHeapHashMap. installMappingForHashAndEncoding(int pojoHash, java.nio.ByteBuffer offheapBinaryKey, java.nio.ByteBuffer offheapBinaryValue, int metadata)VOffHeapHashMap. put(K key, V value, int metadata)private voidOffHeapHashMap. slotAdded(int position, java.nio.IntBuffer entry)private voidOffHeapHashMap. slotRemoved(int position, java.nio.IntBuffer entry)private voidOffHeapHashMap. slotUpdated(int position, java.nio.IntBuffer entry, long oldEncoding)private int[]OffHeapHashMap. tryInstallEntry(java.nio.ByteBuffer offheapBinaryKey, int pojoHash, java.nio.ByteBuffer offheapBinaryValue, int metadata)private int[]OffHeapHashMap. tryWriteEntry(K key, int hash, V value, int metadata)Constructors in org.terracotta.offheapstore with annotations of type FindbugsSuppressWarnings Constructor Description OffHeapHashMap(PageSource source, boolean tableAllocationsSteal, StorageEngine<? super K,? super V> storageEngine, int tableSize, boolean bootstrap) -
Uses of FindbugsSuppressWarnings in org.terracotta.offheapstore.disk.persistent
Methods in org.terracotta.offheapstore.disk.persistent with annotations of type FindbugsSuppressWarnings Modifier and Type Method Description voidAbstractPersistentLockedOffHeapHashMap. bootstrap(java.io.ObjectInput input)voidAbstractPersistentOffHeapCache. bootstrap(java.io.ObjectInput input) -
Uses of FindbugsSuppressWarnings in org.terracotta.offheapstore.disk.storage.portability
Methods in org.terracotta.offheapstore.disk.storage.portability with annotations of type FindbugsSuppressWarnings Modifier and Type Method Description voidPersistentSerializablePortability. bootstrap(java.io.ObjectInput input)voidPersistentSerializablePortability. persist(java.io.ObjectOutput output) -
Uses of FindbugsSuppressWarnings in org.terracotta.offheapstore.storage.allocator
Methods in org.terracotta.offheapstore.storage.allocator with annotations of type FindbugsSuppressWarnings Modifier and Type Method Description private longLongBestFitAllocator. child(long p, int index)private voidLongBestFitAllocator. child(long p, int index, long value) -
Uses of FindbugsSuppressWarnings in org.terracotta.offheapstore.storage.portability
Methods in org.terracotta.offheapstore.storage.portability with annotations of type FindbugsSuppressWarnings Modifier and Type Method Description protected intSerializablePortability. getOrAddMapping(java.io.ObjectStreamClass desc)
-