Package com.google.bigtable.admin.v2
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
Modifier and TypeMethodDescriptiongetHotTablets(int index) List of hot tablets in the tables of the requested cluster that fall within the requested time range.intList of hot tablets in the tables of the requested cluster that fall within the requested time range.List of hot tablets in the tables of the requested cluster that fall within the requested time range.getHotTabletsOrBuilder(int index) List of hot tablets in the tables of the requested cluster that fall within the requested time range.List<? extends HotTabletOrBuilder>List of hot tablets in the tables of the requested cluster that fall within the requested time range.Set if not all hot tablets could be returned in a single response.com.google.protobuf.ByteStringSet if not all hot tablets could be returned in a single response.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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.
-