Class SnapshotPathsV1
java.lang.Object
io.datarouter.filesystem.snapshot.path.SnapshotPathsV1
- All Implemented Interfaces:
SnapshotPaths
public class SnapshotPathsV1 extends Object implements SnapshotPaths
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SnapshotPathsV1() -
Method Summary
Modifier and Type Method Description StringbranchBlock(CacheBlockKey cacheBlockKey)StringbranchFile(FileKey fileKey)Stringformat()StringleafBlock(CacheBlockKey cacheBlockKey)StringleafFile(FileKey fileKey)StringvalueBlock(CacheBlockKey cacheBlockKey)StringvalueFile(FileKey fileKey)
-
Field Details
-
FORMAT
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SnapshotPathsV1
public SnapshotPathsV1()
-
-
Method Details
-
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
-