Uses of Class
com.google.bigtable.admin.v2.ListHotTabletsRequest
-
Packages that use ListHotTabletsRequest Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of ListHotTabletsRequest in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return ListHotTabletsRequest Modifier and Type Method Description ListHotTabletsRequestListHotTabletsRequest.Builder. build()ListHotTabletsRequestListHotTabletsRequest.Builder. buildPartial()static ListHotTabletsRequestListHotTabletsRequest. getDefaultInstance()ListHotTabletsRequestListHotTabletsRequest.Builder. getDefaultInstanceForType()ListHotTabletsRequestListHotTabletsRequest. getDefaultInstanceForType()static ListHotTabletsRequestListHotTabletsRequest. parseDelimitedFrom(InputStream input)static ListHotTabletsRequestListHotTabletsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListHotTabletsRequestListHotTabletsRequest. parseFrom(byte[] data)static ListHotTabletsRequestListHotTabletsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListHotTabletsRequestListHotTabletsRequest. parseFrom(com.google.protobuf.ByteString data)static ListHotTabletsRequestListHotTabletsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListHotTabletsRequestListHotTabletsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListHotTabletsRequestListHotTabletsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListHotTabletsRequestListHotTabletsRequest. parseFrom(InputStream input)static ListHotTabletsRequestListHotTabletsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListHotTabletsRequestListHotTabletsRequest. parseFrom(ByteBuffer data)static ListHotTabletsRequestListHotTabletsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.bigtable.admin.v2 that return types with arguments of type ListHotTabletsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListHotTabletsRequest,ListHotTabletsResponse>BigtableInstanceAdminGrpc. getListHotTabletsMethod()com.google.protobuf.Parser<ListHotTabletsRequest>ListHotTabletsRequest. getParserForType()static com.google.protobuf.Parser<ListHotTabletsRequest>ListHotTabletsRequest. parser()Methods in com.google.bigtable.admin.v2 with parameters of type ListHotTabletsRequest Modifier and Type Method Description default voidBigtableInstanceAdminGrpc.AsyncService. listHotTablets(ListHotTabletsRequest request, io.grpc.stub.StreamObserver<ListHotTabletsResponse> responseObserver)Lists hot tablets in a cluster, within the time range provided.ListHotTabletsResponseBigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub. listHotTablets(ListHotTabletsRequest request)Lists hot tablets in a cluster, within the time range provided.com.google.common.util.concurrent.ListenableFuture<ListHotTabletsResponse>BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub. listHotTablets(ListHotTabletsRequest request)Lists hot tablets in a cluster, within the time range provided.voidBigtableInstanceAdminGrpc.BigtableInstanceAdminStub. listHotTablets(ListHotTabletsRequest request, io.grpc.stub.StreamObserver<ListHotTabletsResponse> responseObserver)Lists hot tablets in a cluster, within the time range provided.ListHotTabletsRequest.BuilderListHotTabletsRequest.Builder. mergeFrom(ListHotTabletsRequest other)static ListHotTabletsRequest.BuilderListHotTabletsRequest. newBuilder(ListHotTabletsRequest prototype) -
Uses of ListHotTabletsRequest in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type ListHotTabletsRequest Modifier and Type Method Description com.google.api.gax.rpc.PagedCallSettings.Builder<ListHotTabletsRequest,ListHotTabletsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListHotTabletsPagedResponse>BigtableInstanceAdminStubSettings.Builder. listHotTabletsSettings()Returns the builder for the settings used for calls to listHotTablets.com.google.api.gax.rpc.PagedCallSettings<ListHotTabletsRequest,ListHotTabletsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListHotTabletsPagedResponse>BigtableInstanceAdminStubSettings. listHotTabletsSettings()Returns the object with the settings used for calls to listHotTablets.
-