All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sunnylabs.event.Events Maven / Gradle / Ivy

There is a newer version: 4.8
Show newest version
/**
 * Autogenerated by Avro
 * 
 * DO NOT EDIT DIRECTLY
 */
package sunnylabs.event;

@SuppressWarnings("all")
@org.apache.avro.specific.AvroGenerated
public interface Events {
  public static final org.apache.avro.Protocol PROTOCOL = org.apache.avro.Protocol.parse("{\"protocol\":\"Events\",\"namespace\":\"sunnylabs.event\",\"types\":[{\"type\":\"record\",\"name\":\"ReportEvent\",\"fields\":[{\"name\":\"name\",\"type\":{\"type\":\"string\",\"avro.java.string\":\"String\"}},{\"name\":\"startTime\",\"type\":\"long\"},{\"name\":\"endTime\",\"type\":[\"null\",\"long\"],\"default\":null},{\"name\":\"annotations\",\"type\":{\"type\":\"map\",\"values\":{\"type\":\"string\",\"avro.java.string\":\"String\"},\"avro.java.string\":\"String\"}},{\"name\":\"hosts\",\"type\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"avro.java.string\":\"String\"}},\"default\":[]},{\"name\":\"summarizedEvents\",\"type\":[\"null\",\"long\"],\"default\":null},{\"name\":\"tags\",\"type\":[\"null\",{\"type\":\"array\",\"items\":{\"type\":\"string\",\"avro.java.string\":\"String\"}}],\"default\":null},{\"name\":\"isUserEvent\",\"type\":[\"null\",\"boolean\"],\"default\":null},{\"name\":\"table\",\"type\":{\"type\":\"string\",\"avro.java.string\":\"String\"},\"default\":\"tsdb\"}]}],\"messages\":{}}");

  @SuppressWarnings("all")
  public interface Callback extends Events {
    public static final org.apache.avro.Protocol PROTOCOL = sunnylabs.event.Events.PROTOCOL;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy