public interface ListHotTabletsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;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;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;Copyright © 2023 Google LLC. All rights reserved.