Uses of Annotation Interface
org.terracotta.offheapstore.util.FindbugsSuppressWarnings
Packages that use FindbugsSuppressWarnings
Package
Description
-
Uses of FindbugsSuppressWarnings in org.terracotta.offheapstore
Methods in org.terracotta.offheapstore with annotations of type FindbugsSuppressWarningsModifier and TypeMethodDescriptionvoidOffHeapHashMap.clear()OffHeapHashMap.computeIfAbsentWithMetadata(K key, Function<? super K, ? extends MetadataTuple<V>> mappingFunction) OffHeapHashMap.computeIfPresentWithMetadata(K key, BiFunction<? super K, ? super MetadataTuple<V>, ? extends MetadataTuple<V>> remappingFunction) OffHeapHashMap.computeWithMetadata(K key, BiFunction<? super K, ? super MetadataTuple<V>, ? extends MetadataTuple<V>> remappingFunction) protected final VlongOffHeapHashMap.installMappingForHashAndEncoding(int pojoHash, ByteBuffer offheapBinaryKey, ByteBuffer offheapBinaryValue, int metadata) private voidprivate voidOffHeapHashMap.slotRemoved(int position, IntBuffer entry) private voidOffHeapHashMap.slotUpdated(int position, IntBuffer entry, long oldEncoding) private int[]OffHeapHashMap.tryInstallEntry(ByteBuffer offheapBinaryKey, int pojoHash, 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 FindbugsSuppressWarningsModifierConstructorDescriptionprotectedOffHeapHashMap(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 FindbugsSuppressWarningsModifier and TypeMethodDescriptionvoidAbstractPersistentLockedOffHeapHashMap.bootstrap(ObjectInput input) voidAbstractPersistentOffHeapCache.bootstrap(ObjectInput input) -
Uses of FindbugsSuppressWarnings in org.terracotta.offheapstore.disk.storage.portability
Methods in org.terracotta.offheapstore.disk.storage.portability with annotations of type FindbugsSuppressWarningsModifier and TypeMethodDescriptionvoidPersistentSerializablePortability.bootstrap(ObjectInput input) voidPersistentSerializablePortability.persist(ObjectOutput output) -
Uses of FindbugsSuppressWarnings in org.terracotta.offheapstore.storage.allocator
Methods in org.terracotta.offheapstore.storage.allocator with annotations of type FindbugsSuppressWarnings -
Uses of FindbugsSuppressWarnings in org.terracotta.offheapstore.storage.portability
Methods in org.terracotta.offheapstore.storage.portability with annotations of type FindbugsSuppressWarningsModifier and TypeMethodDescriptionprotected intSerializablePortability.getOrAddMapping(ObjectStreamClass desc)