Examples of LongBytesKeyStrategy


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
Copyright © 2018 www.massapi.com. 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.