package
2.1.7+incompatible
Repository: https://github.com/matrixorigin/dragonboat.git
Documentation: pkg.go.dev

# Functions

CreateChunkFile creates a new chunk file.
CreateFlagFile creates a flag file in the specific location.
Exist returns whether the specified filesystem entry exists.
GetAppNameFromFilename returns the app name from the filename.
GetFlagFileContent gets the content of the flag file found in the specified location.
GetPossibleCPPSOFiles returns a list of possible .so files found in the specified path.
GetPossibleSOFiles returns a list of possible .so files.
HasFlagFile returns a boolean value indicating whether flag file can be found in the specified location.
MkdirAll creates the specified dir.
OpenChunkFileForAppend opens the chunk file at fp for appending.
OpenChunkFileForRead opens for the chunk file for read-only operation.
RemoveFlagFile removes the specified flag file.
SyncDir calls fsync on the specified directory.

# Constants

DefaultFileMode is the default file mode for files generated by Dragonboat.
SnapshotFlagFilename defines the filename of the snapshot flag file.

# Structs

ChunkFile is the snapshot chunk file being transferred.