Class SnapshotPathsV1
java.lang.Object
io.datarouter.filesystem.snapshot.path.SnapshotPathsV1
- All Implemented Interfaces:
SnapshotPaths
public class SnapshotPathsV1 extends java.lang.Object implements SnapshotPaths
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFORMAT -
Constructor Summary
Constructors Constructor Description SnapshotPathsV1() -
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)java.lang.StringvalueBlock(CacheBlockKey cacheBlockKey)java.lang.StringvalueFile(FileKey fileKey)
-
Field Details
-
FORMAT
public static final java.lang.String FORMAT- See Also:
- Constant Field Values
-
-
Constructor Details
-
SnapshotPathsV1
public SnapshotPathsV1()
-
-
Method Details
-
format
public java.lang.String format()- Specified by:
formatin interfaceSnapshotPaths
-
branchFile
- Specified by:
branchFilein interfaceSnapshotPaths
-
leafFile
- Specified by:
leafFilein interfaceSnapshotPaths
-
valueFile
- Specified by:
valueFilein interfaceSnapshotPaths
-
branchBlock
- Specified by:
branchBlockin interfaceSnapshotPaths
-
leafBlock
- Specified by:
leafBlockin interfaceSnapshotPaths
-
valueBlock
- Specified by:
valueBlockin interfaceSnapshotPaths
-