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

example-models.UserProfileActionsComposite2.avdl Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
@namespace("org.kitesdk.data.hbase.avro.example.protocol")
protocol UserProfileActionsProtocol2 {

  import schema "UserProfileModel2.avsc";
  import schema "UserActionsModel2.avsc";

  @namespace("org.kitesdk.data.hbase.avro.example")
  record UserProfileActionsModel2 {

	org.kitesdk.data.hbase.avro.example.UserProfileModel2 userProfileModel;
    org.kitesdk.data.hbase.avro.example.UserActionsModel2 userActionsModel;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy