RemoveTombstones remove tombstones older than given limit from this mergeable. If limit is zero time, remove all tombstones. Memberlist client calls this method with zero limit each time when client is accessing value from the store. It can be used to hide tombstones from the clients. Returns the to
(limit time.Time)
| 45 | // time when client is accessing value from the store. It can be used to hide tombstones from the clients. |
| 46 | // Returns the total number of tombstones present and the number of removed tombstones by this invocation. |
| 47 | RemoveTombstones(limit time.Time) (total, removed int) |
| 48 | |
| 49 | // Clone returns a deep copy of the state. |
| 50 | Clone() Mergeable |
no outgoing calls