com.atlassian.confluence.util.profiling
Interface CounterSnapshot


@Internal
public interface CounterSnapshot

Represents a snapshot of the counter.

Since:
5.7

Method Summary
 String getName()
           
 long getValue()
           
 

Method Detail

getName

@Nonnull
String getName()

getValue

long getValue()


Copyright © 2003–2015 Atlassian. All rights reserved.