Uses of Interface
com.google.bigtable.admin.v2.HotTabletOrBuilder
-
Packages that use HotTabletOrBuilder Package Description com.google.bigtable.admin.v2 -
-
Uses of HotTabletOrBuilder in com.google.bigtable.admin.v2
Classes in com.google.bigtable.admin.v2 that implement HotTabletOrBuilder Modifier and Type Class Description class
HotTablet
A tablet is a defined by a start and end key and is explained in https://cloud.google.com/bigtable/docs/overview#architecture and https://cloud.google.com/bigtable/docs/performance#optimization.static class
HotTablet.Builder
A tablet is a defined by a start and end key and is explained in https://cloud.google.com/bigtable/docs/overview#architecture and https://cloud.google.com/bigtable/docs/performance#optimization.Methods in com.google.bigtable.admin.v2 that return HotTabletOrBuilder Modifier and Type Method Description HotTabletOrBuilder
ListHotTabletsResponse.Builder. getHotTabletsOrBuilder(int index)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.HotTabletOrBuilder
ListHotTabletsResponse. getHotTabletsOrBuilder(int index)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.HotTabletOrBuilder
ListHotTabletsResponseOrBuilder. getHotTabletsOrBuilder(int index)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.Methods in com.google.bigtable.admin.v2 that return types with arguments of type HotTabletOrBuilder Modifier and Type Method Description List<? extends HotTabletOrBuilder>
ListHotTabletsResponse.Builder. getHotTabletsOrBuilderList()
List of hot tablets in the tables of the requested cluster that fall within the requested time range.List<? extends HotTabletOrBuilder>
ListHotTabletsResponse. getHotTabletsOrBuilderList()
List of hot tablets in the tables of the requested cluster that fall within the requested time range.List<? extends HotTabletOrBuilder>
ListHotTabletsResponseOrBuilder. getHotTabletsOrBuilderList()
List of hot tablets in the tables of the requested cluster that fall within the requested time range.
-