Interface FlushParamOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getTableNameArray​(int index)
      repeated string table_name_array = 1;
      com.google.protobuf.ByteString getTableNameArrayBytes​(int index)
      repeated string table_name_array = 1;
      int getTableNameArrayCount()
      repeated string table_name_array = 1;
      List<String> getTableNameArrayList()
      repeated string table_name_array = 1;
      • 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 Detail

      • getTableNameArrayList

        List<String> getTableNameArrayList()
        repeated string table_name_array = 1;
        Returns:
        A list containing the tableNameArray.
      • getTableNameArrayCount

        int getTableNameArrayCount()
        repeated string table_name_array = 1;
        Returns:
        The count of tableNameArray.
      • getTableNameArray

        String getTableNameArray​(int index)
        repeated string table_name_array = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The tableNameArray at the given index.
      • getTableNameArrayBytes

        com.google.protobuf.ByteString getTableNameArrayBytes​(int index)
        repeated string table_name_array = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the tableNameArray at the given index.