Package avrobase.mysql

Examples of avrobase.mysql.LongBytesKeyStrategy


  Utf8 $(String s) {
    return new Utf8(s);
  }

  private MysqlAB<User, byte[]> getAB() {
    return new MysqlAB<User, byte[]>(es, dataSource, "user", "profile", "avro_schemas", User.SCHEMA$, AvroFormat.BINARY, new LongBytesKeyStrategy());
  }
View Full Code Here

TOP

Related Classes of avrobase.mysql.LongBytesKeyStrategy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.