org.gridkit.jvmtool.event
Interface CommonEvent

All Superinterfaces:
Event, MultiCounterEvent, TaggedEvent, TimestampedEvent
All Known Subinterfaces:
ThreadSnapshotEvent
All Known Implementing Classes:
GenericEvent, ThreadSnapshotEventPojo

public interface CommonEvent
extends TimestampedEvent, TaggedEvent, MultiCounterEvent


Method Summary
 CounterCollection counters()
           
 TagCollection tags()
           
 long timestamp()
           
 

Method Detail

timestamp

long timestamp()
Specified by:
timestamp in interface TimestampedEvent

counters

CounterCollection counters()
Specified by:
counters in interface MultiCounterEvent

tags

TagCollection tags()
Specified by:
tags in interface TaggedEvent


Copyright © 2019. All Rights Reserved.