Package | Description |
---|---|
com.basho.riak.client.core.query.timeseries | |
com.basho.riak.protobuf |
Modifier and Type | Method and Description |
---|---|
static ConvertibleIterable<Cell,RiakTsPB.TsCell> |
ConvertibleIterable.asIterablePbCell(Iterable<Cell> iterable) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<RiakTsPB.TsCell> |
RiakTsPB.TsCell.PARSER |
Modifier and Type | Method and Description |
---|---|
RiakTsPB.TsCell |
RiakTsPB.TsCell.Builder.build() |
RiakTsPB.TsCell |
RiakTsPB.TsCell.Builder.buildPartial() |
RiakTsPB.TsCell |
RiakTsPB.TsRowOrBuilder.getCells(int index)
repeated .TsCell cells = 1; |
RiakTsPB.TsCell |
RiakTsPB.TsRow.getCells(int index)
repeated .TsCell cells = 1; |
RiakTsPB.TsCell |
RiakTsPB.TsRow.Builder.getCells(int index)
repeated .TsCell cells = 1; |
static RiakTsPB.TsCell |
RiakTsPB.TsCell.getDefaultInstance() |
RiakTsPB.TsCell |
RiakTsPB.TsCell.getDefaultInstanceForType() |
RiakTsPB.TsCell |
RiakTsPB.TsCell.Builder.getDefaultInstanceForType() |
RiakTsPB.TsCell |
RiakTsPB.TsGetReqOrBuilder.getKey(int index)
repeated .TsCell key = 2; |
RiakTsPB.TsCell |
RiakTsPB.TsGetReq.getKey(int index)
repeated .TsCell key = 2; |
RiakTsPB.TsCell |
RiakTsPB.TsGetReq.Builder.getKey(int index)
repeated .TsCell key = 2; |
RiakTsPB.TsCell |
RiakTsPB.TsDelReqOrBuilder.getKey(int index)
repeated .TsCell key = 2; |
RiakTsPB.TsCell |
RiakTsPB.TsDelReq.getKey(int index)
repeated .TsCell key = 2; |
RiakTsPB.TsCell |
RiakTsPB.TsDelReq.Builder.getKey(int index)
repeated .TsCell key = 2; |
static RiakTsPB.TsCell |
RiakTsPB.TsCell.parseDelimitedFrom(InputStream input) |
static RiakTsPB.TsCell |
RiakTsPB.TsCell.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakTsPB.TsCell |
RiakTsPB.TsCell.parseFrom(byte[] data) |
static RiakTsPB.TsCell |
RiakTsPB.TsCell.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakTsPB.TsCell |
RiakTsPB.TsCell.parseFrom(com.google.protobuf.ByteString data) |
static RiakTsPB.TsCell |
RiakTsPB.TsCell.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakTsPB.TsCell |
RiakTsPB.TsCell.parseFrom(com.google.protobuf.CodedInputStream input) |
static RiakTsPB.TsCell |
RiakTsPB.TsCell.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakTsPB.TsCell |
RiakTsPB.TsCell.parseFrom(InputStream input) |
static RiakTsPB.TsCell |
RiakTsPB.TsCell.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<RiakTsPB.TsCell> |
RiakTsPB.TsRowOrBuilder.getCellsList()
repeated .TsCell cells = 1; |
List<RiakTsPB.TsCell> |
RiakTsPB.TsRow.getCellsList()
repeated .TsCell cells = 1; |
List<RiakTsPB.TsCell> |
RiakTsPB.TsRow.Builder.getCellsList()
repeated .TsCell cells = 1; |
List<RiakTsPB.TsCell> |
RiakTsPB.TsGetReqOrBuilder.getKeyList()
repeated .TsCell key = 2; |
List<RiakTsPB.TsCell> |
RiakTsPB.TsGetReq.getKeyList()
repeated .TsCell key = 2; |
List<RiakTsPB.TsCell> |
RiakTsPB.TsGetReq.Builder.getKeyList()
repeated .TsCell key = 2; |
List<RiakTsPB.TsCell> |
RiakTsPB.TsDelReqOrBuilder.getKeyList()
repeated .TsCell key = 2; |
List<RiakTsPB.TsCell> |
RiakTsPB.TsDelReq.getKeyList()
repeated .TsCell key = 2; |
List<RiakTsPB.TsCell> |
RiakTsPB.TsDelReq.Builder.getKeyList()
repeated .TsCell key = 2; |
com.google.protobuf.Parser<RiakTsPB.TsCell> |
RiakTsPB.TsCell.getParserForType() |
Modifier and Type | Method and Description |
---|---|
RiakTsPB.TsRow.Builder |
RiakTsPB.TsRow.Builder.addCells(int index,
RiakTsPB.TsCell value)
repeated .TsCell cells = 1; |
RiakTsPB.TsRow.Builder |
RiakTsPB.TsRow.Builder.addCells(RiakTsPB.TsCell value)
repeated .TsCell cells = 1; |
RiakTsPB.TsGetReq.Builder |
RiakTsPB.TsGetReq.Builder.addKey(int index,
RiakTsPB.TsCell value)
repeated .TsCell key = 2; |
RiakTsPB.TsDelReq.Builder |
RiakTsPB.TsDelReq.Builder.addKey(int index,
RiakTsPB.TsCell value)
repeated .TsCell key = 2; |
RiakTsPB.TsGetReq.Builder |
RiakTsPB.TsGetReq.Builder.addKey(RiakTsPB.TsCell value)
repeated .TsCell key = 2; |
RiakTsPB.TsDelReq.Builder |
RiakTsPB.TsDelReq.Builder.addKey(RiakTsPB.TsCell value)
repeated .TsCell key = 2; |
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.Builder.mergeFrom(RiakTsPB.TsCell other) |
static RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.newBuilder(RiakTsPB.TsCell prototype) |
RiakTsPB.TsRow.Builder |
RiakTsPB.TsRow.Builder.setCells(int index,
RiakTsPB.TsCell value)
repeated .TsCell cells = 1; |
RiakTsPB.TsGetReq.Builder |
RiakTsPB.TsGetReq.Builder.setKey(int index,
RiakTsPB.TsCell value)
repeated .TsCell key = 2; |
RiakTsPB.TsDelReq.Builder |
RiakTsPB.TsDelReq.Builder.setKey(int index,
RiakTsPB.TsCell value)
repeated .TsCell key = 2; |
Modifier and Type | Method and Description |
---|---|
RiakTsPB.TsRow.Builder |
RiakTsPB.TsRow.Builder.addAllCells(Iterable<? extends RiakTsPB.TsCell> values)
repeated .TsCell cells = 1; |
RiakTsPB.TsGetReq.Builder |
RiakTsPB.TsGetReq.Builder.addAllKey(Iterable<? extends RiakTsPB.TsCell> values)
repeated .TsCell key = 2; |
RiakTsPB.TsDelReq.Builder |
RiakTsPB.TsDelReq.Builder.addAllKey(Iterable<? extends RiakTsPB.TsCell> values)
repeated .TsCell key = 2; |
Copyright © 2016. All rights reserved.