Interface Meta.TsoTimestampOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Meta.TsoTimestamp, Meta.TsoTimestamp.Builder
Enclosing class:
Meta

public static interface Meta.TsoTimestampOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    18 bit
    long
    46 bit, this is the physical timestamp in ms, begin from 1577808000000LL(2020-01-01 00:00:00)

    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

    • getPhysical

      long getPhysical()
       46 bit, this is the physical timestamp in ms, begin from 1577808000000LL(2020-01-01 00:00:00)
       
      int64 physical = 1;
      Returns:
      The physical.
    • getLogical

      long getLogical()
       18 bit
       
      int64 logical = 2;
      Returns:
      The logical.