class TingYun::Agent::Collector::TransactionSampler::SlowestSampleBuffer

Constants

CAPACITY

Public Instance Methods

capacity() click to toggle source
# File lib/ting_yun/agent/collector/transaction_sampler/slowest_sample_buffer.rb, line 13
def capacity
  CAPACITY
end