Interface VectorTimestampOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
VectorTimestamp, VectorTimestamp.Builder

public interface VectorTimestampOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getTime(int index)
    repeated uint64 time = 1 [(.gogoproto.casttype) = "LogicalTime"];
    int
    repeated uint64 time = 1 [(.gogoproto.casttype) = "LogicalTime"];
    repeated uint64 time = 1 [(.gogoproto.casttype) = "LogicalTime"];

    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

    • getTimeList

      List<Long> getTimeList()
      repeated uint64 time = 1 [(.gogoproto.casttype) = "LogicalTime"];
      Returns:
      A list containing the time.
    • getTimeCount

      int getTimeCount()
      repeated uint64 time = 1 [(.gogoproto.casttype) = "LogicalTime"];
      Returns:
      The count of time.
    • getTime

      long getTime(int index)
      repeated uint64 time = 1 [(.gogoproto.casttype) = "LogicalTime"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The time at the given index.