Package com.alibaba.wasp.protobuf.generated.WaspProtos

Examples of com.alibaba.wasp.protobuf.generated.WaspProtos.EntityGroupLocationProtos


  public static EntityGroupLocation convert(byte[] value) {
    if (value == null || value.length <= 0)
      return null;
    try {
      EntityGroupLocationProtos eglp = EntityGroupLocationProtos.newBuilder()
          .mergeFrom(value, 0, value.length).build();
      return convert(eglp);
    } catch (com.google.protobuf.InvalidProtocolBufferException e) {
      return null;
    }
View Full Code Here

TOP

Related Classes of com.alibaba.wasp.protobuf.generated.WaspProtos.EntityGroupLocationProtos

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.