Documentation ¶
Index ¶
- func BlockInShard(shard *pfs.Shard, file *pfs.File, block *pfs.Block) bool
- func ByteRangeSize(byteRange *pfs.ByteRange) uint64
- func FileInShard(shard *pfs.Shard, file *pfs.File) bool
- func ReduceCommitInfos(commitInfos []*pfs.CommitInfo) []*pfs.CommitInfo
- func ReduceFileInfos(fileInfos []*pfs.FileInfo) []*pfs.FileInfo
- func ReduceRepoInfos(repoInfos []*pfs.RepoInfo) []*pfs.RepoInfo
- type ErrCommitExists
- type ErrCommitFinished
- type ErrCommitNotFound
- type ErrFileNotFound
- type ErrParentCommitNotFound
- type ErrRepoExists
- type ErrRepoNotFound
- type Hasher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BlockInShard ¶
BlockInShard returns true if the block is in the given shard.
func ByteRangeSize ¶
ByteRangeSize returns byteRange.Upper - byteRange.Lower.
func FileInShard ¶
FileInShard checks if a given file belongs in a given shard, using only the file's top-level path. That is, for a path like foo/bar/buzz, FileInShard only considers foo
func ReduceCommitInfos ¶
func ReduceCommitInfos(commitInfos []*pfs.CommitInfo) []*pfs.CommitInfo
ReduceCommitInfos combines commit info for each commit id, resolving writes and adding byte-sizes together as appropriate.
func ReduceFileInfos ¶
ReduceFileInfos combines file info for each file path, taking the latest modification time for each path and combining their children.
Types ¶
type ErrCommitExists ¶ added in v1.2.0
ErrCommitExists represents an error where the commit already exists.
func (ErrCommitExists) Error ¶ added in v1.3.19
func (e ErrCommitExists) Error() string
type ErrCommitFinished ¶ added in v1.2.0
ErrCommitFinished represents an error where the commit has been finished.
func (ErrCommitFinished) Error ¶ added in v1.3.19
func (e ErrCommitFinished) Error() string
type ErrCommitNotFound ¶
ErrCommitNotFound represents a commit-not-found error.
func (ErrCommitNotFound) Error ¶ added in v1.3.19
func (e ErrCommitNotFound) Error() string
type ErrFileNotFound ¶
ErrFileNotFound represents a file-not-found error.
func (ErrFileNotFound) Error ¶ added in v1.3.19
func (e ErrFileNotFound) Error() string
type ErrParentCommitNotFound ¶
ErrParentCommitNotFound represents a parent-commit-not-found error.
func (ErrParentCommitNotFound) Error ¶ added in v1.3.19
func (e ErrParentCommitNotFound) Error() string
type ErrRepoExists ¶ added in v1.3.19
ErrRepoExists represents a repo-exists error.
func (ErrRepoExists) Error ¶ added in v1.3.19
func (e ErrRepoExists) Error() string
type ErrRepoNotFound ¶
ErrRepoNotFound represents a repo-not-found error.
func (ErrRepoNotFound) Error ¶ added in v1.3.19
func (e ErrRepoNotFound) Error() string
Directories ¶
Path | Synopsis |
---|---|
Package drive provides the definitions for the low-level pfs storage drivers.
|
Package drive provides the definitions for the low-level pfs storage drivers. |
Package fuse is a generated protocol buffer package.
|
Package fuse is a generated protocol buffer package. |