public interface SpringXDOperations
Modifier and Type | Method and Description |
---|---|
AggregateCounterOperations |
aggrCounterOperations()
Returns the portion of the API for interaction with Aggregate Counters.
|
CounterOperations |
counterOperations()
Returns the portion of the API for interaction with Counters.
|
FieldValueCounterOperations |
fvcOperations()
Returns the portion of the API for interaction with Field Value Counters.
|
GaugeOperations |
gaugeOperations()
Returns the portion of the API for interaction with Gauge.
|
JobOperations |
jobOperations()
Returns the portion of the API for interaction with Jobs.
|
RichGaugeOperations |
richGaugeOperations()
Returns the portion of the API for interaction with RichGauge.
|
StreamOperations |
streamOperations()
Returns the portion of the API for interacting with Streams.
|
TapOperations |
tapOperations()
Returns the portion of the API for interaction with Taps.
|
TriggerOperations |
triggerOperations()
Returns the portion of the API for interaction with Triggers.
|
StreamOperations streamOperations()
TapOperations tapOperations()
JobOperations jobOperations()
TriggerOperations triggerOperations()
CounterOperations counterOperations()
FieldValueCounterOperations fvcOperations()
AggregateCounterOperations aggrCounterOperations()
GaugeOperations gaugeOperations()
RichGaugeOperations richGaugeOperations()