| Modifier and Type | Field and Description |
|---|---|
private InstrumentProxy |
AbstractInstrumentSample.m_instrumentProxy
The InstrumentProxy which owns the InstrumentSample.
|
private InstrumentProxy |
InstrumentDescriptorImpl.m_instrumentProxy
InstrumentProxy being described.
|
private InstrumentProxy[] |
InstrumentableProxy.m_instrumentProxyArray
Optimized array of the InstrumentProxies.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) InstrumentProxy[] |
InstrumentableProxy.getInstrumentProxies()
Returns an array of Proxies to the Instruments in the Instrumentable.
|
InstrumentProxy |
InstrumentSample.getInstrumentProxy()
Returns the InstrumentProxy which owns the InstrumentSample.
|
InstrumentProxy |
AbstractInstrumentSample.getInstrumentProxy()
Returns the InstrumentProxy which owns the InstrumentSample.
|
(package private) InstrumentProxy |
InstrumentableProxy.getInstrumentProxy(java.lang.String instrumentName)
Returns a InstrumentProxy based on its name or the name of any
of its children.
|
private InstrumentProxy |
DefaultInstrumentManagerImpl.getInstrumentProxy(java.lang.String instrumentName,
boolean create) |
(package private) InstrumentProxy |
InstrumentableProxy.getInstrumentProxy(java.lang.String instrumentName,
boolean create) |
private InstrumentProxy |
DefaultInstrumentManagerImpl.getInstrumentProxyForSample(java.lang.String sampleName,
boolean create) |
private InstrumentProxy[] |
InstrumentableProxy.updateInstrumentProxyArray()
Updates the cached array of InstrumentProxies taking
synchronization into account.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
InstrumentableProxy.addInstrumentProxy(InstrumentProxy instrumentProxy)
Adds a InstrumentProxy to the Instrumentable.
|
(package private) static InstrumentSample |
InstrumentSampleFactory.getInstrumentSample(InstrumentProxy instrumentProxy,
int type,
java.lang.String name,
long interval,
int size,
java.lang.String description,
long lease)
A Profile Sample Type loaded in from a Configuration.
|
| Constructor and Description |
|---|
AbstractInstrumentSample(InstrumentProxy instrumentProxy,
java.lang.String name,
long interval,
int size,
java.lang.String description,
long lease)
Creates a new AbstractInstrumentSample
|
AbstractValueInstrumentSample(InstrumentProxy instrumentProxy,
java.lang.String name,
long interval,
int size,
java.lang.String description,
long lease)
Creates a new AbstractValueInstrumentSample
|
CounterInstrumentSample(InstrumentProxy instrumentProxy,
java.lang.String name,
long interval,
int size,
java.lang.String description,
long lease)
Creates a new CounterInstrumentSample
|
InstrumentDescriptorImpl(InstrumentProxy instrumentProxy)
Creates a new InstrumentDescriptor.
|
MaximumValueInstrumentSample(InstrumentProxy instrumentProxy,
java.lang.String name,
long interval,
int size,
java.lang.String description,
long lease)
Creates a new MaximumValueInstrumentSample
|
MeanValueInstrumentSample(InstrumentProxy instrumentProxy,
java.lang.String name,
long interval,
int size,
java.lang.String description,
long lease)
Creates a new MeanValueInstrumentSample
|
MinimumValueInstrumentSample(InstrumentProxy instrumentProxy,
java.lang.String name,
long interval,
int size,
java.lang.String description,
long lease)
Creates a new MinimumValueInstrumentSample
|