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

    Modifier and Type
    Method
    Description
    string event = 2;
    com.google.protobuf.ByteString
    string event = 2;
    string time = 1;
    com.google.protobuf.ByteString
    string time = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.