Uses of Class
com.pnfsoftware.jeb.util.collect.ReferenceCounter
Packages that use ReferenceCounter
Package
Description
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
JEB's custom serialization facility (PNF-ORPD).
-
Uses of ReferenceCounter in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core that return ReferenceCounterModifier and TypeMethodDescriptionstatic ReferenceCounter<String>
Perflog.getFineGrainedCounter
(String key) static ReferenceCounter<String>
Perflog.getGlobalCounters()
Methods in com.pnfsoftware.jeb.core that return types with arguments of type ReferenceCounterModifier and TypeMethodDescriptionstatic Map<String,
ReferenceCounter<String>> Perflog.getFineGrainedCounters()
-
Uses of ReferenceCounter in com.pnfsoftware.jeb.util.serialization
Fields in com.pnfsoftware.jeb.util.serialization declared as ReferenceCounterModifier and TypeFieldDescriptionSerializer_v4.collectionSizes
Serializer.collectionSizes
Serializer_v4.dbgObjectCounts
Serializer.dbgObjectCounts
Methods in com.pnfsoftware.jeb.util.serialization that return ReferenceCounterModifier and TypeMethodDescriptionSerializer_v4.debugGetObjectCounts()
Serializer.debugGetObjectCounts()