Interface ListHotTabletsResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      HotTablet getHotTablets​(int index)
      List of hot tablets in the tables of the requested cluster that fall within the requested time range.
      int getHotTabletsCount()
      List of hot tablets in the tables of the requested cluster that fall within the requested time range.
      List<HotTablet> getHotTabletsList()
      List of hot tablets in the tables of the requested cluster that fall within the requested time range.
      HotTabletOrBuilder getHotTabletsOrBuilder​(int index)
      List of hot tablets in the tables of the requested cluster that fall within the requested time range.
      List<? extends HotTabletOrBuilder> getHotTabletsOrBuilderList()
      List of hot tablets in the tables of the requested cluster that fall within the requested time range.
      String getNextPageToken()
      Set if not all hot tablets could be returned in a single response.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      Set if not all hot tablets could be returned in a single response.
      • 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

      • getHotTabletsList

        List<HotTablet> getHotTabletsList()
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • getHotTablets

        HotTablet getHotTablets​(int index)
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • getHotTabletsCount

        int getHotTabletsCount()
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • getHotTabletsOrBuilderList

        List<? extends HotTabletOrBuilder> getHotTabletsOrBuilderList()
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • getHotTabletsOrBuilder

        HotTabletOrBuilder getHotTabletsOrBuilder​(int index)
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • getNextPageToken

        String getNextPageToken()
         Set if not all hot tablets could be returned in a single response.
         Pass this value to `page_token` in another request to get the next
         page of results.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Set if not all hot tablets could be returned in a single response.
         Pass this value to `page_token` in another request to get the next
         page of results.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.