+1 -Dan
On Thu, Aug 4, 2016 at 3:00 PM, Kirk Lund <kl...@pivotal.io> wrote: > I'm working on a statistics related issue. While I'm working on this code, > I'd like to move all of the internal statistics classes that are in > com.gemstone.gemfire.internal into > the com.gemstone.gemfire.internal.statistics pkg. > > I would leave component specific stats in their component pkgs. Examples: > > 1) IndexStatistics and QueryStatistics would remain in > com.gemstone.gemfire.cache.query > > 2) DistributionStats, DMStats, LocatorStats etc would remain in > com.gemstone.gemfire.distributed.internal > > ...and so on. > > None of these classes are ever persisted or serialized on the wire. > > Any input on moving the non-component-specific internal statistics classes > into internal.statistics? > > Thanks, > Kirk >