This website requires JavaScript.
Explore
Help
Sign In
mirror
/
seaweedfs
Watch
1
Star
0
Fork
0
You've already forked seaweedfs
mirror of
https://github.com/seaweedfs/seaweedfs.git
synced
2024-12-19 13:37:49 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
29aaf3e68e
seaweedfs
/
weed
/
sequence
/
sequence.go
7 lines
96 B
Go
Raw
Normal View
History
Unescape
Escape
refactoring, clean up, v0.17
2012-09-04 06:41:24 +08:00
package
sequence
type
Sequencer
interface
{
fix leader master /dir/lookup api Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-10-30 15:49:58 +08:00
NextFileId
(
count
uint64
)
uint64
1. volume server now sends master server its max file key, so that master server does not need to store the sequence on disk any more 2. fix raft server's failure to init cluster during bootstrapping
2014-04-17 14:43:27 +08:00
SetMax
(
uint64
)
refactoring, clean up, v0.17
2012-09-04 06:41:24 +08:00
}
Reference in New Issue
Copy Permalink