Uses of Class
com.basho.riak.pbc.RPB.RpbContent

Packages that use RPB.RpbContent
com.basho.riak.pbc The legacy, low-level Protocol Buffers RiakClient and associated classes, consider using the high-level IRiakClient 
 

Uses of RPB.RpbContent in com.basho.riak.pbc
 

Methods in com.basho.riak.pbc that return RPB.RpbContent
 RPB.RpbContent RPB.RpbContent.Builder.build()
           
 RPB.RpbContent RPB.RpbContent.Builder.buildPartial()
           
 RPB.RpbContent RPB.RpbPutReq.getContent()
           
 RPB.RpbContent RPB.RpbPutReq.Builder.getContent()
           
 RPB.RpbContent RPB.RpbGetResp.getContent(int index)
           
 RPB.RpbContent RPB.RpbGetResp.Builder.getContent(int index)
           
 RPB.RpbContent RPB.RpbPutResp.getContent(int index)
           
 RPB.RpbContent RPB.RpbPutResp.Builder.getContent(int index)
           
static RPB.RpbContent RPB.RpbContent.getDefaultInstance()
           
 RPB.RpbContent RPB.RpbContent.getDefaultInstanceForType()
           
 RPB.RpbContent RPB.RpbContent.Builder.getDefaultInstanceForType()
           
protected  RPB.RpbContent RPB.RpbContent.Builder.internalGetResult()
           
static RPB.RpbContent RPB.RpbContent.parseDelimitedFrom(InputStream input)
           
static RPB.RpbContent RPB.RpbContent.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPB.RpbContent RPB.RpbContent.parseFrom(byte[] data)
           
static RPB.RpbContent RPB.RpbContent.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPB.RpbContent RPB.RpbContent.parseFrom(com.google.protobuf.ByteString data)
           
static RPB.RpbContent RPB.RpbContent.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPB.RpbContent RPB.RpbContent.parseFrom(com.google.protobuf.CodedInputStream input)
           
static RPB.RpbContent RPB.RpbContent.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPB.RpbContent RPB.RpbContent.parseFrom(InputStream input)
           
static RPB.RpbContent RPB.RpbContent.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in com.basho.riak.pbc that return types with arguments of type RPB.RpbContent
 List<RPB.RpbContent> RPB.RpbGetResp.getContentList()
           
 List<RPB.RpbContent> RPB.RpbGetResp.Builder.getContentList()
           
 List<RPB.RpbContent> RPB.RpbPutResp.getContentList()
           
 List<RPB.RpbContent> RPB.RpbPutResp.Builder.getContentList()
           
 

Methods in com.basho.riak.pbc with parameters of type RPB.RpbContent
 RPB.RpbGetResp.Builder RPB.RpbGetResp.Builder.addContent(RPB.RpbContent value)
           
 RPB.RpbPutResp.Builder RPB.RpbPutResp.Builder.addContent(RPB.RpbContent value)
           
 RPB.RpbPutReq.Builder RPB.RpbPutReq.Builder.mergeContent(RPB.RpbContent value)
           
 RPB.RpbContent.Builder RPB.RpbContent.Builder.mergeFrom(RPB.RpbContent other)
           
static RPB.RpbContent.Builder RPB.RpbContent.newBuilder(RPB.RpbContent prototype)
           
 RPB.RpbGetResp.Builder RPB.RpbGetResp.Builder.setContent(int index, RPB.RpbContent value)
           
 RPB.RpbPutResp.Builder RPB.RpbPutResp.Builder.setContent(int index, RPB.RpbContent value)
           
 RPB.RpbPutReq.Builder RPB.RpbPutReq.Builder.setContent(RPB.RpbContent value)
           
 

Method parameters in com.basho.riak.pbc with type arguments of type RPB.RpbContent
 RPB.RpbGetResp.Builder RPB.RpbGetResp.Builder.addAllContent(Iterable<? extends RPB.RpbContent> values)
           
 RPB.RpbPutResp.Builder RPB.RpbPutResp.Builder.addAllContent(Iterable<? extends RPB.RpbContent> values)
           
 



Copyright © 2012. All Rights Reserved.