Interface RoutingHint.SkippedTabletOrBuilder

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

public static interface RoutingHint.SkippedTabletOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    The incarnation of the tablet that was skipped.
    long
    The tablet UID of the tablet that was skipped.

    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

    • getTabletUid

      long getTabletUid()
       The tablet UID of the tablet that was skipped. See `Tablet.tablet_uid`.
       
      uint64 tablet_uid = 1;
      Returns:
      The tabletUid.
    • getIncarnation

      com.google.protobuf.ByteString getIncarnation()
       The incarnation of the tablet that was skipped. See `Tablet.incarnation`.
       
      bytes incarnation = 2;
      Returns:
      The incarnation.