Uses of Class
org.opennms.nephron.cortex.CortexIo.Write
-
Packages that use CortexIo.Write Package Description org.opennms.nephron.cortex -
-
Uses of CortexIo.Write in org.opennms.nephron.cortex
Classes in org.opennms.nephron.cortex with type parameters of type CortexIo.Write Modifier and Type Class Description static classCortexIo.WriteFn<K,V,W extends CortexIo.Write<K,V>>Function class for writing to Cortex.Fields in org.opennms.nephron.cortex declared as CortexIo.Write Modifier and Type Field Description protected WCortexIo.WriteFn. specMethods in org.opennms.nephron.cortex that return CortexIo.Write Modifier and Type Method Description static <K,V>
CortexIo.Write<K,V>CortexIo. of(String writeUrl, CortexIo.BuildTimeSeries<K,V> build)Creates a Cortex sink.static <K,V>
CortexIo.Write<K,V>CortexIo. of(String writeUrl, CortexIo.BuildTimeSeries<K,V> build, org.apache.beam.sdk.coders.Coder<K> keyCoder, org.apache.beam.sdk.coders.Coder<V> valueCoder, org.apache.beam.sdk.transforms.SerializableBiFunction<V,V,V> combiner, org.joda.time.Duration accumulationDelay)CortexIo.Write<K,V>CortexIo.Write. withFailureHandler(BiConsumer<okhttp3.Call,Exception> handler)CortexIo.Write<K,V>CortexIo.Write. withFixedLabel(String name, String value)CortexIo.Write<K,V>CortexIo.Write. withMaxBatchBytes(long value)CortexIo.Write<K,V>CortexIo.Write. withMaxBatchSize(long value)CortexIo.Write<K,V>CortexIo.Write. withMetricName(String value)CortexIo.Write<K,V>CortexIo.Write. withOrgId(String value)CortexIo.Write<K,V>CortexIo.Write. withReadTimeoutMs(long value)CortexIo.Write<K,V>CortexIo.Write. withResponseHandler(BiConsumer<okhttp3.Call,okhttp3.Response> handler)CortexIo.Write<K,V>CortexIo.Write. withWriteTimeoutMs(long value)
-