Package | Description |
---|---|
com.basho.riak.client.core.converters | |
com.basho.riak.protobuf |
Modifier and Type | Method and Description |
---|---|
static RiakKvPB.RpbContent |
RiakObjectConverter.convert(RiakObject ro) |
Modifier and Type | Method and Description |
---|---|
static List<RiakObject> |
RiakObjectConverter.convert(List<RiakKvPB.RpbContent> contentList,
com.google.protobuf.ByteString contentVClock) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<RiakKvPB.RpbContent> |
RiakKvPB.RpbContent.PARSER |
Modifier and Type | Method and Description |
---|---|
RiakKvPB.RpbContent |
RiakKvPB.RpbContent.Builder.build() |
RiakKvPB.RpbContent |
RiakKvPB.RpbContent.Builder.buildPartial() |
RiakKvPB.RpbContent |
RiakKvPB.RpbPutReqOrBuilder.getContent()
required .RpbContent content = 4; |
RiakKvPB.RpbContent |
RiakKvPB.RpbPutReq.getContent()
required .RpbContent content = 4; |
RiakKvPB.RpbContent |
RiakKvPB.RpbPutReq.Builder.getContent()
required .RpbContent content = 4; |
RiakKvPB.RpbContent |
RiakKvPB.RpbGetRespOrBuilder.getContent(int index)
repeated .RpbContent content = 1; |
RiakKvPB.RpbContent |
RiakKvPB.RpbGetResp.getContent(int index)
repeated .RpbContent content = 1; |
RiakKvPB.RpbContent |
RiakKvPB.RpbGetResp.Builder.getContent(int index)
repeated .RpbContent content = 1; |
RiakKvPB.RpbContent |
RiakKvPB.RpbPutRespOrBuilder.getContent(int index)
repeated .RpbContent content = 1; |
RiakKvPB.RpbContent |
RiakKvPB.RpbPutResp.getContent(int index)
repeated .RpbContent content = 1; |
RiakKvPB.RpbContent |
RiakKvPB.RpbPutResp.Builder.getContent(int index)
repeated .RpbContent content = 1; |
static RiakKvPB.RpbContent |
RiakKvPB.RpbContent.getDefaultInstance() |
RiakKvPB.RpbContent |
RiakKvPB.RpbContent.getDefaultInstanceForType() |
RiakKvPB.RpbContent |
RiakKvPB.RpbContent.Builder.getDefaultInstanceForType() |
static RiakKvPB.RpbContent |
RiakKvPB.RpbContent.parseDelimitedFrom(InputStream input) |
static RiakKvPB.RpbContent |
RiakKvPB.RpbContent.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakKvPB.RpbContent |
RiakKvPB.RpbContent.parseFrom(byte[] data) |
static RiakKvPB.RpbContent |
RiakKvPB.RpbContent.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakKvPB.RpbContent |
RiakKvPB.RpbContent.parseFrom(com.google.protobuf.ByteString data) |
static RiakKvPB.RpbContent |
RiakKvPB.RpbContent.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakKvPB.RpbContent |
RiakKvPB.RpbContent.parseFrom(com.google.protobuf.CodedInputStream input) |
static RiakKvPB.RpbContent |
RiakKvPB.RpbContent.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakKvPB.RpbContent |
RiakKvPB.RpbContent.parseFrom(InputStream input) |
static RiakKvPB.RpbContent |
RiakKvPB.RpbContent.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<RiakKvPB.RpbContent> |
RiakKvPB.RpbGetRespOrBuilder.getContentList()
repeated .RpbContent content = 1; |
List<RiakKvPB.RpbContent> |
RiakKvPB.RpbGetResp.getContentList()
repeated .RpbContent content = 1; |
List<RiakKvPB.RpbContent> |
RiakKvPB.RpbGetResp.Builder.getContentList()
repeated .RpbContent content = 1; |
List<RiakKvPB.RpbContent> |
RiakKvPB.RpbPutRespOrBuilder.getContentList()
repeated .RpbContent content = 1; |
List<RiakKvPB.RpbContent> |
RiakKvPB.RpbPutResp.getContentList()
repeated .RpbContent content = 1; |
List<RiakKvPB.RpbContent> |
RiakKvPB.RpbPutResp.Builder.getContentList()
repeated .RpbContent content = 1; |
com.google.protobuf.Parser<RiakKvPB.RpbContent> |
RiakKvPB.RpbContent.getParserForType() |
Modifier and Type | Method and Description |
---|---|
RiakKvPB.RpbGetResp.Builder |
RiakKvPB.RpbGetResp.Builder.addContent(int index,
RiakKvPB.RpbContent value)
repeated .RpbContent content = 1; |
RiakKvPB.RpbPutResp.Builder |
RiakKvPB.RpbPutResp.Builder.addContent(int index,
RiakKvPB.RpbContent value)
repeated .RpbContent content = 1; |
RiakKvPB.RpbGetResp.Builder |
RiakKvPB.RpbGetResp.Builder.addContent(RiakKvPB.RpbContent value)
repeated .RpbContent content = 1; |
RiakKvPB.RpbPutResp.Builder |
RiakKvPB.RpbPutResp.Builder.addContent(RiakKvPB.RpbContent value)
repeated .RpbContent content = 1; |
RiakKvPB.RpbPutReq.Builder |
RiakKvPB.RpbPutReq.Builder.mergeContent(RiakKvPB.RpbContent value)
required .RpbContent content = 4; |
RiakKvPB.RpbContent.Builder |
RiakKvPB.RpbContent.Builder.mergeFrom(RiakKvPB.RpbContent other) |
static RiakKvPB.RpbContent.Builder |
RiakKvPB.RpbContent.newBuilder(RiakKvPB.RpbContent prototype) |
RiakKvPB.RpbGetResp.Builder |
RiakKvPB.RpbGetResp.Builder.setContent(int index,
RiakKvPB.RpbContent value)
repeated .RpbContent content = 1; |
RiakKvPB.RpbPutResp.Builder |
RiakKvPB.RpbPutResp.Builder.setContent(int index,
RiakKvPB.RpbContent value)
repeated .RpbContent content = 1; |
RiakKvPB.RpbPutReq.Builder |
RiakKvPB.RpbPutReq.Builder.setContent(RiakKvPB.RpbContent value)
required .RpbContent content = 4; |
Modifier and Type | Method and Description |
---|---|
RiakKvPB.RpbGetResp.Builder |
RiakKvPB.RpbGetResp.Builder.addAllContent(Iterable<? extends RiakKvPB.RpbContent> values)
repeated .RpbContent content = 1; |
RiakKvPB.RpbPutResp.Builder |
RiakKvPB.RpbPutResp.Builder.addAllContent(Iterable<? extends RiakKvPB.RpbContent> values)
repeated .RpbContent content = 1; |
Copyright © 2016. All rights reserved.