SetFailoverEntries sets the failover history (vbuUUID, seq) for a vbucket
(vbID uint16, entries []gocbcore.FailoverEntry)
| 55 | |
| 56 | // SetFailoverEntries sets the failover history (vbuUUID, seq) for a vbucket |
| 57 | SetFailoverEntries(vbID uint16, entries []gocbcore.FailoverEntry) |
| 58 | |
| 59 | // Persist writes the metadata for the specified workerID and vbucket IDs to the backing store |
| 60 | Persist(ctx context.Context, workerID int, vbIDs []uint16) |