Package io.dingodb.store_internal
Interface StoreInternal.RegionChangeRecord.TimePointOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreInternal.RegionChangeRecord.TimePoint,StoreInternal.RegionChangeRecord.TimePoint.Builder
- Enclosing class:
- StoreInternal.RegionChangeRecord
public static interface StoreInternal.RegionChangeRecord.TimePointOrBuilder
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
-
getTime
String getTime()string time = 1;- Returns:
- The time.
-
getTimeBytes
com.google.protobuf.ByteString getTimeBytes()string time = 1;- Returns:
- The bytes for time.
-
getEvent
String getEvent()string event = 2;- Returns:
- The event.
-
getEventBytes
com.google.protobuf.ByteString getEventBytes()string event = 2;- Returns:
- The bytes for event.
-