public static interface RiakDtPB.DtUpdateRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getContext()
optional bytes context = 2; |
long |
getCounterValue()
optional sint64 counter_value = 3; |
com.google.protobuf.ByteString |
getGsetValue(int index)
repeated bytes gset_value = 7; |
int |
getGsetValueCount()
repeated bytes gset_value = 7; |
List<com.google.protobuf.ByteString> |
getGsetValueList()
repeated bytes gset_value = 7; |
long |
getHllValue()
optional uint64 hll_value = 6; |
com.google.protobuf.ByteString |
getKey()
optional bytes key = 1; |
RiakDtPB.MapEntry |
getMapValue(int index)
repeated .MapEntry map_value = 5; |
int |
getMapValueCount()
repeated .MapEntry map_value = 5; |
List<RiakDtPB.MapEntry> |
getMapValueList()
repeated .MapEntry map_value = 5; |
RiakDtPB.MapEntryOrBuilder |
getMapValueOrBuilder(int index)
repeated .MapEntry map_value = 5; |
List<? extends RiakDtPB.MapEntryOrBuilder> |
getMapValueOrBuilderList()
repeated .MapEntry map_value = 5; |
com.google.protobuf.ByteString |
getSetValue(int index)
repeated bytes set_value = 4; |
int |
getSetValueCount()
repeated bytes set_value = 4; |
List<com.google.protobuf.ByteString> |
getSetValueList()
repeated bytes set_value = 4; |
boolean |
hasContext()
optional bytes context = 2; |
boolean |
hasCounterValue()
optional sint64 counter_value = 3; |
boolean |
hasHllValue()
optional uint64 hll_value = 6; |
boolean |
hasKey()
optional bytes key = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasKey()
optional bytes key = 1;
The key, if assigned by the server
com.google.protobuf.ByteString getKey()
optional bytes key = 1;
The key, if assigned by the server
boolean hasContext()
optional bytes context = 2;
The opaque update context and value, if return_body was set.
com.google.protobuf.ByteString getContext()
optional bytes context = 2;
The opaque update context and value, if return_body was set.
boolean hasCounterValue()
optional sint64 counter_value = 3;
long getCounterValue()
optional sint64 counter_value = 3;
List<com.google.protobuf.ByteString> getSetValueList()
repeated bytes set_value = 4;
int getSetValueCount()
repeated bytes set_value = 4;
com.google.protobuf.ByteString getSetValue(int index)
repeated bytes set_value = 4;
List<RiakDtPB.MapEntry> getMapValueList()
repeated .MapEntry map_value = 5;
RiakDtPB.MapEntry getMapValue(int index)
repeated .MapEntry map_value = 5;
int getMapValueCount()
repeated .MapEntry map_value = 5;
List<? extends RiakDtPB.MapEntryOrBuilder> getMapValueOrBuilderList()
repeated .MapEntry map_value = 5;
RiakDtPB.MapEntryOrBuilder getMapValueOrBuilder(int index)
repeated .MapEntry map_value = 5;
boolean hasHllValue()
optional uint64 hll_value = 6;
long getHllValue()
optional uint64 hll_value = 6;
List<com.google.protobuf.ByteString> getGsetValueList()
repeated bytes gset_value = 7;
int getGsetValueCount()
repeated bytes gset_value = 7;
com.google.protobuf.ByteString getGsetValue(int index)
repeated bytes gset_value = 7;
Copyright © 2016. All rights reserved.