com.google.cloud.bigtable.batch.common
Interface CloudBigtableService
-
- All Known Implementing Classes:
- CloudBigtableServiceImpl
public interface CloudBigtableService
This interface describes functionality required byCloudBigtableIO
that send requests to Cloud Bigtable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description List<com.google.bigtable.repackaged.com.google.cloud.bigtable.data.v2.models.KeyOffset>
getSampleRowKeys(CloudBigtableTableConfiguration config)
-
-
-
Method Detail
-
getSampleRowKeys
List<com.google.bigtable.repackaged.com.google.cloud.bigtable.data.v2.models.KeyOffset> getSampleRowKeys(CloudBigtableTableConfiguration config) throws IOException
- Throws:
IOException
-
-