Interface TruncatableTable

All Superinterfaces:
Table
All Known Subinterfaces:
SupportsDelete, SupportsDeleteV2

@Evolving public interface TruncatableTable extends Table
Represents a table which can be atomically truncated.
Since:
3.2.0
  • Method Details

    • truncateTable

      boolean truncateTable()
      Truncate a table by removing all rows from the table atomically.
      Returns:
      true if a table was truncated successfully otherwise false
      Since:
      3.2.0