Package | Description |
---|---|
org.spf4j.perf.impl | |
org.spf4j.perf.impl.ms | |
org.spf4j.perf.impl.ms.graphite | |
org.spf4j.perf.impl.ms.tsdb |
Modifier and Type | Class and Description |
---|---|
class |
NopMeasurementStore |
Modifier and Type | Field and Description |
---|---|
static MeasurementStore |
RecorderFactory.MEASUREMENT_STORE |
Modifier and Type | Method and Description |
---|---|
static MeasurementStore |
RecorderFactory.fromString(String string) |
static MeasurementStore |
RecorderFactory.getMeasurementStore() |
Constructor and Description |
---|
DirectRecorderSource(Object forWhat,
String description,
String uom,
int sampleTimeMillis,
MeasurementStore store) |
DirectStoreAccumulator(Object measuredEntity,
String description,
String unitOfMeasurement,
int sampleTimeMillis,
MeasurementStore measurementStore) |
DirectStoreMultiAccumulator(MeasurementsInfo info,
MeasurementStore measurementStore) |
Modifier and Type | Class and Description |
---|---|
class |
MultiStore |
Modifier and Type | Method and Description |
---|---|
MeasurementStore |
StoreFactory.create(String config) |
MeasurementStore |
StoreType.create(String configuration) |
Modifier and Type | Method and Description |
---|---|
List<MeasurementStore> |
MultiStore.getStores() |
Modifier and Type | Method and Description |
---|---|
static void |
Flusher.flushEvery(int intervalMillis,
MeasurementStore store) |
Constructor and Description |
---|
MultiStore(MeasurementStore... stores) |
Modifier and Type | Class and Description |
---|---|
class |
GraphiteTcpStore |
class |
GraphiteUdpStore |
Modifier and Type | Class and Description |
---|---|
class |
TSDBMeasurementStore |
class |
TSDBTxtMeasurementStore
File based store implementation.
|
Copyright © 2018 SPF4J. All rights reserved.