Uses of Enum
org.apache.avro.util.springframework.ConcurrentReferenceHashMap.ReferenceType
Packages that use ConcurrentReferenceHashMap.ReferenceType
-
Uses of ConcurrentReferenceHashMap.ReferenceType in org.apache.avro.util.springframework
Methods in org.apache.avro.util.springframework that return ConcurrentReferenceHashMap.ReferenceTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ConcurrentReferenceHashMap.ReferenceType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.avro.util.springframework with parameters of type ConcurrentReferenceHashMap.ReferenceTypeModifierConstructorDescriptionConcurrentReferenceHashMap
(int initialCapacity, float loadFactor, int concurrencyLevel, ConcurrentReferenceHashMap.ReferenceType referenceType) Create a newConcurrentReferenceHashMap
instance.ConcurrentReferenceHashMap
(int initialCapacity, ConcurrentReferenceHashMap.ReferenceType referenceType) Create a newConcurrentReferenceHashMap
instance.