|
ew-profiling, 1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbe.eliwan.profiling.service.Registration
public class Registration
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 |
|---|
public static final com.lmax.disruptor.EventFactory<Registration> FACTORY
| Constructor Detail |
|---|
public Registration()
| Method Detail |
|---|
public String getGroup()
public void setGroup(String group)
group - group namepublic long getDuration()
public void setDuration(long duration)
duration - duration
|
ew-profiling, 1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||