DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- 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:
...