Uses of Class
com.google.bigtable.admin.v2.HotTablet
-
Packages that use HotTablet Package Description com.google.bigtable.admin.v2 -
-
Uses of HotTablet in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return HotTablet Modifier and Type Method Description HotTabletHotTablet.Builder. build()HotTabletHotTablet.Builder. buildPartial()static HotTabletHotTablet. getDefaultInstance()HotTabletHotTablet.Builder. getDefaultInstanceForType()HotTabletHotTablet. getDefaultInstanceForType()HotTabletListHotTabletsResponse.Builder. getHotTablets(int index)List of hot tablets in the tables of the requested cluster that fall within the requested time range.HotTabletListHotTabletsResponse. getHotTablets(int index)List of hot tablets in the tables of the requested cluster that fall within the requested time range.HotTabletListHotTabletsResponseOrBuilder. getHotTablets(int index)List of hot tablets in the tables of the requested cluster that fall within the requested time range.static HotTabletHotTablet. parseDelimitedFrom(InputStream input)static HotTabletHotTablet. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HotTabletHotTablet. parseFrom(byte[] data)static HotTabletHotTablet. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HotTabletHotTablet. parseFrom(com.google.protobuf.ByteString data)static HotTabletHotTablet. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HotTabletHotTablet. parseFrom(com.google.protobuf.CodedInputStream input)static HotTabletHotTablet. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HotTabletHotTablet. parseFrom(InputStream input)static HotTabletHotTablet. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HotTabletHotTablet. parseFrom(ByteBuffer data)static HotTabletHotTablet. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.bigtable.admin.v2 that return types with arguments of type HotTablet Modifier and Type Method Description List<HotTablet>ListHotTabletsResponse.Builder. getHotTabletsList()List of hot tablets in the tables of the requested cluster that fall within the requested time range.List<HotTablet>ListHotTabletsResponse. getHotTabletsList()List of hot tablets in the tables of the requested cluster that fall within the requested time range.List<HotTablet>ListHotTabletsResponseOrBuilder. getHotTabletsList()List of hot tablets in the tables of the requested cluster that fall within the requested time range.com.google.protobuf.Parser<HotTablet>HotTablet. getParserForType()static com.google.protobuf.Parser<HotTablet>HotTablet. parser()Methods in com.google.bigtable.admin.v2 with parameters of type HotTablet Modifier and Type Method Description ListHotTabletsResponse.BuilderListHotTabletsResponse.Builder. addHotTablets(int index, HotTablet value)List of hot tablets in the tables of the requested cluster that fall within the requested time range.ListHotTabletsResponse.BuilderListHotTabletsResponse.Builder. addHotTablets(HotTablet value)List of hot tablets in the tables of the requested cluster that fall within the requested time range.HotTablet.BuilderHotTablet.Builder. mergeFrom(HotTablet other)static HotTablet.BuilderHotTablet. newBuilder(HotTablet prototype)ListHotTabletsResponse.BuilderListHotTabletsResponse.Builder. setHotTablets(int index, HotTablet value)List of hot tablets in the tables of the requested cluster that fall within the requested time range.Method parameters in com.google.bigtable.admin.v2 with type arguments of type HotTablet Modifier and Type Method Description ListHotTabletsResponse.BuilderListHotTabletsResponse.Builder. addAllHotTablets(Iterable<? extends HotTablet> values)List of hot tablets in the tables of the requested cluster that fall within the requested time range.
-