Uses of Enum
org.apache.avro.util.springframework.ConcurrentReferenceHashMap.Restructure
-
Uses of ConcurrentReferenceHashMap.Restructure in org.apache.avro.util.springframework
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ConcurrentReferenceHashMap.Restructure.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionprotected final ConcurrentReferenceHashMap.Reference
<K, V> ConcurrentReferenceHashMap.getReference
(Object key, ConcurrentReferenceHashMap.Restructure restructure) Return aConcurrentReferenceHashMap.Reference
to theConcurrentReferenceHashMap.Entry
for the specifiedkey
, ornull
if not found.ConcurrentReferenceHashMap.Segment.getReference
(Object key, int hash, ConcurrentReferenceHashMap.Restructure restructure)