Interface Debug.DumpRegionResponse.Txn.DataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Debug.DumpRegionResponse.Txn.Data, Debug.DumpRegionResponse.Txn.Data.Builder
Enclosing class:
Debug.DumpRegionResponse.Txn

public static interface Debug.DumpRegionResponse.Txn.DataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .dingodb.pb.debug.DumpRegionResponse.ValueFlag flag = 3;
    int
    .dingodb.pb.debug.DumpRegionResponse.ValueFlag flag = 3;
    com.google.protobuf.ByteString
    bytes key = 1;
    long
    int64 partition_id = 10;
    long
    int64 ts = 2;
    long
    int64 ttl = 4;
    com.google.protobuf.ByteString
    bytes value = 5;

    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

    • getKey

      com.google.protobuf.ByteString getKey()
      bytes key = 1;
      Returns:
      The key.
    • getTs

      long getTs()
      int64 ts = 2;
      Returns:
      The ts.
    • getFlagValue

      int getFlagValue()
      .dingodb.pb.debug.DumpRegionResponse.ValueFlag flag = 3;
      Returns:
      The enum numeric value on the wire for flag.
    • getFlag

      .dingodb.pb.debug.DumpRegionResponse.ValueFlag flag = 3;
      Returns:
      The flag.
    • getTtl

      long getTtl()
      int64 ttl = 4;
      Returns:
      The ttl.
    • getValue

      com.google.protobuf.ByteString getValue()
      bytes value = 5;
      Returns:
      The value.
    • getPartitionId

      long getPartitionId()
      int64 partition_id = 10;
      Returns:
      The partitionId.