Uses of Interface
com.wavefront.ingester.AbstractIngesterFormatter.FormatterElement
-
Packages that use AbstractIngesterFormatter.FormatterElement Package Description com.wavefront.ingester -
-
Uses of AbstractIngesterFormatter.FormatterElement in com.wavefront.ingester
Classes in com.wavefront.ingester that implement AbstractIngesterFormatter.FormatterElement Modifier and Type Class Description static classAbstractIngesterFormatter.AnnotationList<T extends org.apache.avro.specific.SpecificRecordBase>static classAbstractIngesterFormatter.Centroids<T extends org.apache.avro.specific.SpecificRecordBase>static classAbstractIngesterFormatter.StringList<T extends org.apache.avro.specific.SpecificRecordBase>static classAbstractIngesterFormatter.StringMap<T extends org.apache.avro.specific.SpecificRecordBase>static classAbstractIngesterFormatter.StringMultiMap<T extends org.apache.avro.specific.SpecificRecordBase>static classAbstractIngesterFormatter.Text<T extends org.apache.avro.specific.SpecificRecordBase>static classAbstractIngesterFormatter.Timestamp<T extends org.apache.avro.specific.SpecificRecordBase>static classAbstractIngesterFormatter.Value<T extends org.apache.avro.specific.SpecificRecordBase>Fields in com.wavefront.ingester with type parameters of type AbstractIngesterFormatter.FormatterElement Modifier and Type Field Description protected List<AbstractIngesterFormatter.FormatterElement<T>>AbstractIngesterFormatter. elementsConstructor parameters in com.wavefront.ingester with type arguments of type AbstractIngesterFormatter.FormatterElement Constructor Description AbstractIngesterFormatter(List<AbstractIngesterFormatter.FormatterElement<T>> elements)
-