Package com.trifork.riak.RPB.RpbContent

Examples of com.trifork.riak.RPB.RpbContent.Builder.addLinks()


      b.setVtag(ByteString.copyFromUtf8(vtag));
    }
   
    if (links != null && links.size() != 0) {
      for (RiakLink l : links) {
        b.addLinks( l.build() );
      }
    }
   
    if (lastModified != null) {
      b.setLastMod(lastModified);
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.