public interface ListHotTabletsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getHotTablets(int index)
public abstract 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;
Name | Description |
index | int |
Type | Description |
HotTablet |
getHotTabletsCount()
public abstract 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;
Type | Description |
int |
getHotTabletsList()
public abstract 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;
Type | Description |
List<HotTablet> |
getHotTabletsOrBuilder(int index)
public abstract 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;
Name | Description |
index | int |
Type | Description |
HotTabletOrBuilder |
getHotTabletsOrBuilderList()
public abstract 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;
Type | Description |
List<? extends com.google.bigtable.admin.v2.HotTabletOrBuilder> |
getNextPageToken()
public abstract 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;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
Type | Description |
ByteString | The bytes for nextPageToken. |