Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • general.trash.enable - Used to enable trashing feature in Accumulo. Can be done at runtime without restarts
  • general.trash.timeout - Used to set the maximum time after which the tables in trash will be deleted automatically
  • general.trash.maxspace  - Used to set the maximum space allotted for tables in trash. When the space is exceeded, the table with oldest delete timestamp can be discarded to make space.

2.

...

5 API

New methods can be added to the supported table operations. These can be added to the interface TableOperations:

...