Interface DataSetSubLockStrategy
- All Known Implementing Classes:
DataNodeLayoutSubLockStrategy
public interface DataSetSubLockStrategy
This interface is used to generate sub lock name for a blockid.
-
Method Summary
Modifier and TypeMethodDescriptionblockIdToSubLock(long blockid) Generate sub lock name for the given blockid.
-
Method Details
-
blockIdToSubLock
Generate sub lock name for the given blockid.- Parameters:
blockid- the block id.- Returns:
- sub lock name for the input blockid.
-
getAllSubLockNames
-