RiakTsPB.TsCell.Builder |
RiakTsPB.TsRow.Builder.addCellsBuilder()
repeated .TsCell cells = 1;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsRow.Builder.addCellsBuilder(int index)
repeated .TsCell cells = 1;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsGetReq.Builder.addKeyBuilder()
repeated .TsCell key = 2;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsDelReq.Builder.addKeyBuilder()
repeated .TsCell key = 2;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsGetReq.Builder.addKeyBuilder(int index)
repeated .TsCell key = 2;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsDelReq.Builder.addKeyBuilder(int index)
repeated .TsCell key = 2;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.Builder.clear() |
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.Builder.clearBooleanValue()
optional bool boolean_value = 4;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.Builder.clearDoubleValue()
optional double double_value = 5;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.Builder.clearSint64Value()
optional sint64 sint64_value = 2;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.Builder.clearTimestampValue()
optional sint64 timestamp_value = 3;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.Builder.clearVarcharValue()
optional bytes varchar_value = 1;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.Builder.clone() |
RiakTsPB.TsCell.Builder |
RiakTsPB.TsRow.Builder.getCellsBuilder(int index)
repeated .TsCell cells = 1;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsGetReq.Builder.getKeyBuilder(int index)
repeated .TsCell key = 2;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsDelReq.Builder.getKeyBuilder(int index)
repeated .TsCell key = 2;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.Builder.mergeFrom(com.google.protobuf.Message other) |
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.Builder.mergeFrom(RiakTsPB.TsCell other) |
static RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.newBuilder() |
static RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.newBuilder(RiakTsPB.TsCell prototype) |
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.newBuilderForType() |
protected RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.Builder.setBooleanValue(boolean value)
optional bool boolean_value = 4;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.Builder.setDoubleValue(double value)
optional double double_value = 5;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.Builder.setSint64Value(long value)
optional sint64 sint64_value = 2;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.Builder.setTimestampValue(long value)
optional sint64 timestamp_value = 3;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.Builder.setVarcharValue(com.google.protobuf.ByteString value)
optional bytes varchar_value = 1;
|
RiakTsPB.TsCell.Builder |
RiakTsPB.TsCell.toBuilder() |