Package io.dingodb.common
Interface Common.KeyValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.KeyValue,Common.KeyValue.Builder
- Enclosing class:
- Common
public static interface Common.KeyValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getKey
com.google.protobuf.ByteString getKey()bytes key = 1;- Returns:
- The key.
-
getValue
com.google.protobuf.ByteString getValue()bytes value = 2;- Returns:
- The value.
-
getTs
long getTs()int64 ts = 3;- Returns:
- The ts.
-