| Package | Description |
|---|---|
| com.atlassian.instrumentation | |
| com.atlassian.instrumentation.operations | |
| com.atlassian.instrumentation.operations.registry |
| Modifier and Type | Method and Description |
|---|---|
OpCounter |
InstrumentRegistry.pullOpCounter(String name)
This is a pull through operation that guarantees to ATOMICALLY create an
OpCounter under the name if its
not present OR return the previously created one if its there. |
OpCounter |
DefaultInstrumentRegistry.pullOpCounter(String name)
This is a pull through operation that guarantees to ATOMICALLY create an
OpCounter under the name if its
not present OR return the previously created one if its there. |
| Modifier and Type | Method and Description |
|---|---|
OpCounter |
OpCounter.add(OpCounter opCounter)
Called to increment the values of the OpCounter by the values in another
OpCounter. |
OpCounter |
OpCounter.add(OpSnapshot opSnapshot)
Called to increment the values of the OpCounter by the values in the
OpSnapshot. |
| Modifier and Type | Method and Description |
|---|---|
OpCounter |
OpCounter.add(OpCounter opCounter)
Called to increment the values of the OpCounter by the values in another
OpCounter. |
| Modifier and Type | Method and Description |
|---|---|
OpCounter |
OpRegistry.add(OpCounter srcOpCounter)
This will "pull" a counter into the registry and add the value of the OpCounter to it.
|
OpCounter |
OpRegistry.add(OpSnapshot srcOpSnapshot)
This will "pull" a counter into the registry and add the value of the OpCounter to it.
|
OpCounter |
OpRegistry.get(String opName)
Returns the OpCounter under the specified name or null if its not present.
|
OpCounter |
OpRegistry.pull(String opName)
This is a pull through operation that guarantees to ATOMICALLy create an OpCounter under the name if its not
present OR return the previously created one if its there.
|
OpCounter |
OpRegistry.put(OpCounter opCounter)
Can be called to PUT a counter into the registry.
|
| Modifier and Type | Method and Description |
|---|---|
OpCounter |
OpRegistry.add(OpCounter srcOpCounter)
This will "pull" a counter into the registry and add the value of the OpCounter to it.
|
OpCounter |
OpRegistry.put(OpCounter opCounter)
Can be called to PUT a counter into the registry.
|
Copyright © 2016 Atlassian. All rights reserved.