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 HotTablet
HotTablet.Builder. build()
HotTablet
HotTablet.Builder. buildPartial()
static HotTablet
HotTablet. getDefaultInstance()
HotTablet
HotTablet.Builder. getDefaultInstanceForType()
HotTablet
HotTablet. getDefaultInstanceForType()
HotTablet
ListHotTabletsResponse.Builder. getHotTablets(int index)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.HotTablet
ListHotTabletsResponse. getHotTablets(int index)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.HotTablet
ListHotTabletsResponseOrBuilder. getHotTablets(int index)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.static HotTablet
HotTablet. parseDelimitedFrom(InputStream input)
static HotTablet
HotTablet. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HotTablet
HotTablet. parseFrom(byte[] data)
static HotTablet
HotTablet. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HotTablet
HotTablet. parseFrom(com.google.protobuf.ByteString data)
static HotTablet
HotTablet. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HotTablet
HotTablet. parseFrom(com.google.protobuf.CodedInputStream input)
static HotTablet
HotTablet. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HotTablet
HotTablet. parseFrom(InputStream input)
static HotTablet
HotTablet. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HotTablet
HotTablet. parseFrom(ByteBuffer data)
static HotTablet
HotTablet. 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.Builder
ListHotTabletsResponse.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.Builder
ListHotTabletsResponse.Builder. addHotTablets(HotTablet value)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.HotTablet.Builder
HotTablet.Builder. mergeFrom(HotTablet other)
static HotTablet.Builder
HotTablet. newBuilder(HotTablet prototype)
ListHotTabletsResponse.Builder
ListHotTabletsResponse.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.Builder
ListHotTabletsResponse.Builder. addAllHotTablets(Iterable<? extends HotTablet> values)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.
-