Interface ListHotTabletsResponseOrBuilder (2.13.0)

public interface ListHotTabletsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.