Interface SnapshotPaths
- All Known Implementing Classes:
SnapshotPathsV1
public interface SnapshotPaths
-
Method Summary
Modifier and Type Method Description java.lang.StringbranchBlock(CacheBlockKey cacheBlockKey)java.lang.StringbranchFile(FileKey fileKey)java.lang.Stringformat()java.lang.StringleafBlock(CacheBlockKey cacheBlockKey)java.lang.StringleafFile(FileKey fileKey)static java.lang.StringrootBlock()static java.lang.StringrootFile()java.lang.StringvalueBlock(CacheBlockKey cacheBlockKey)java.lang.StringvalueFile(FileKey fileKey)
-
Method Details
-
format
java.lang.String format() -
rootFile
static java.lang.String rootFile() -
branchFile
-
leafFile
-
valueFile
-
rootBlock
static java.lang.String rootBlock() -
branchBlock
-
leafBlock
-
valueBlock
-