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 ListHotTabletsRequest
ListHotTabletsRequest.Builder. build()
ListHotTabletsRequest
ListHotTabletsRequest.Builder. buildPartial()
static ListHotTabletsRequest
ListHotTabletsRequest. getDefaultInstance()
ListHotTabletsRequest
ListHotTabletsRequest.Builder. getDefaultInstanceForType()
ListHotTabletsRequest
ListHotTabletsRequest. getDefaultInstanceForType()
static ListHotTabletsRequest
ListHotTabletsRequest. parseDelimitedFrom(InputStream input)
static ListHotTabletsRequest
ListHotTabletsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListHotTabletsRequest
ListHotTabletsRequest. parseFrom(byte[] data)
static ListHotTabletsRequest
ListHotTabletsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListHotTabletsRequest
ListHotTabletsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListHotTabletsRequest
ListHotTabletsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListHotTabletsRequest
ListHotTabletsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListHotTabletsRequest
ListHotTabletsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListHotTabletsRequest
ListHotTabletsRequest. parseFrom(InputStream input)
static ListHotTabletsRequest
ListHotTabletsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListHotTabletsRequest
ListHotTabletsRequest. parseFrom(ByteBuffer data)
static ListHotTabletsRequest
ListHotTabletsRequest. 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 void
BigtableInstanceAdminGrpc.AsyncService. listHotTablets(ListHotTabletsRequest request, io.grpc.stub.StreamObserver<ListHotTabletsResponse> responseObserver)
Lists hot tablets in a cluster, within the time range provided.ListHotTabletsResponse
BigtableInstanceAdminGrpc.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.void
BigtableInstanceAdminGrpc.BigtableInstanceAdminStub. listHotTablets(ListHotTabletsRequest request, io.grpc.stub.StreamObserver<ListHotTabletsResponse> responseObserver)
Lists hot tablets in a cluster, within the time range provided.ListHotTabletsRequest.Builder
ListHotTabletsRequest.Builder. mergeFrom(ListHotTabletsRequest other)
static ListHotTabletsRequest.Builder
ListHotTabletsRequest. 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.
-