Package | Description |
---|---|
org.spf4j.perf | |
org.spf4j.perf.impl | |
org.spf4j.perf.impl.ms | |
org.spf4j.perf.impl.ms.graphite | |
org.spf4j.perf.impl.ms.tsdb |
Modifier and Type | Method and Description |
---|---|
MeasurementsInfo |
MeasurementAccumulator.getInfo() |
Modifier and Type | Method and Description |
---|---|
long |
MeasurementStore.alocateMeasurements(MeasurementsInfo measurementInfo,
int sampleTimeMillis)
Make any allocations necessary for the following measurements.
|
Modifier and Type | Class and Description |
---|---|
class |
MeasurementsInfoImpl |
Modifier and Type | Method and Description |
---|---|
MeasurementsInfo |
QuantizedAccumulator.getInfo() |
MeasurementsInfo |
CountingAccumulator.getInfo() |
MeasurementsInfo |
MinMaxAvgAccumulator.getInfo() |
MeasurementsInfo |
ScalableMeasurementRecorder.getInfo() |
Modifier and Type | Method and Description |
---|---|
long |
NopMeasurementStore.alocateMeasurements(MeasurementsInfo measurement,
int sampleTimeMillis) |
Constructor and Description |
---|
DirectStoreMultiAccumulator(MeasurementsInfo info,
MeasurementStore measurementStore) |
Modifier and Type | Method and Description |
---|---|
static MeasurementsInfo |
Id2Info.getInfo(long id) |
Modifier and Type | Method and Description |
---|---|
long |
MultiStore.alocateMeasurements(MeasurementsInfo measurement,
int sampleTimeMillis) |
static long |
Id2Info.getId(MeasurementsInfo info) |
Modifier and Type | Method and Description |
---|---|
long |
GraphiteUdpStore.alocateMeasurements(MeasurementsInfo measurement,
int sampleTimeMillis) |
long |
GraphiteTcpStore.alocateMeasurements(MeasurementsInfo measurement,
int sampleTimeMillis) |
static void |
GraphiteUdpStore.writeMetric(MeasurementsInfo measurementInfo,
String measurementName,
long measurement,
long timeStampMillis,
Writer os)
Write with the plaintext protocol: https://graphite.readthedocs.io/en/0.9.10/feeding-carbon.html
|
Modifier and Type | Method and Description |
---|---|
long |
TSDBTxtMeasurementStore.alocateMeasurements(MeasurementsInfo measurement,
int sampleTimeMillis) |
long |
TSDBMeasurementStore.alocateMeasurements(MeasurementsInfo measurement,
int sampleTimeMillis) |
Copyright © 2018 SPF4J. All rights reserved.