ew-profiling, 1.0

be.eliwan.profiling.service
Class Registration

java.lang.Object
  extended by be.eliwan.profiling.service.Registration

public class Registration
extends Object

Value as used by the disruptor for future aggregation.


Field Summary
static com.lmax.disruptor.EventFactory<Registration> FACTORY
          Object factory to pre-fill the ring buffer.
 
Constructor Summary
Registration()
           
 
Method Summary
 long getDuration()
          Get duration for registration.
 String getGroup()
          Get group for registration.
 void setDuration(long duration)
          Set duration for registration.
 void setGroup(String group)
          Set group for registration.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FACTORY

public static final com.lmax.disruptor.EventFactory<Registration> FACTORY
Object factory to pre-fill the ring buffer.

Constructor Detail

Registration

public Registration()
Method Detail

getGroup

public String getGroup()
Get group for registration.

Returns:
group name

setGroup

public void setGroup(String group)
Set group for registration.

Parameters:
group - group name

getDuration

public long getDuration()
Get duration for registration.

Returns:
duration duration

setDuration

public void setDuration(long duration)
Set duration for registration.

Parameters:
duration - duration

ew-profiling, 1.0

Copyright © 2014. All rights reserved.