Interface Common.BackupDataFileValueSstMetaOrBuilder

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

public static interface Common.BackupDataFileValueSstMetaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    column family
    com.google.protobuf.ByteString
    column family
    directory name
    com.google.protobuf.ByteString
    directory name
    default sha1 of file content
    com.google.protobuf.ByteString
    default sha1 of file content
    file name
    com.google.protobuf.ByteString
    file name
    long
    file size
    long
    region id

    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

    • getCf

      String getCf()
       column family
       
      string cf = 1;
      Returns:
      The cf.
    • getCfBytes

      com.google.protobuf.ByteString getCfBytes()
       column family
       
      string cf = 1;
      Returns:
      The bytes for cf.
    • getRegionId

      long getRegionId()
       region id
       
      int64 region_id = 2;
      Returns:
      The regionId.
    • getDirName

      String getDirName()
       directory name
       
      string dir_name = 3;
      Returns:
      The dirName.
    • getDirNameBytes

      com.google.protobuf.ByteString getDirNameBytes()
       directory name
       
      string dir_name = 3;
      Returns:
      The bytes for dirName.
    • getFileSize

      long getFileSize()
       file size
       
      uint64 file_size = 4;
      Returns:
      The fileSize.
    • getEncryption

      String getEncryption()
       default sha1 of file content
       
      string encryption = 5;
      Returns:
      The encryption.
    • getEncryptionBytes

      com.google.protobuf.ByteString getEncryptionBytes()
       default sha1 of file content
       
      string encryption = 5;
      Returns:
      The bytes for encryption.
    • getFileName

      String getFileName()
       file name
       
      string file_name = 6;
      Returns:
      The fileName.
    • getFileNameBytes

      com.google.protobuf.ByteString getFileNameBytes()
       file name
       
      string file_name = 6;
      Returns:
      The bytes for fileName.