Package io.dingodb.store
Interface Store.WriteInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Store.WriteInfo,Store.WriteInfo.Builder
- Enclosing class:
- Store
public static interface Store.WriteInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetOp().dingodb.pb.store.Op op = 2;int.dingodb.pb.store.Op op = 2;com.google.protobuf.ByteStringbytes short_value = 3;longint64 start_ts = 1;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
-
getStartTs
long getStartTs()int64 start_ts = 1;- Returns:
- The startTs.
-
getOpValue
int getOpValue().dingodb.pb.store.Op op = 2;- Returns:
- The enum numeric value on the wire for op.
-
getOp
Store.Op getOp().dingodb.pb.store.Op op = 2;- Returns:
- The op.
-
getShortValue
com.google.protobuf.ByteString getShortValue()bytes short_value = 3;- Returns:
- The shortValue.
-