Class SegmentLocks
- java.lang.Object
-
- org.apache.pinot.segment.local.utils.SegmentLocks
-
public class SegmentLocks extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SegmentLockscreate()static SegmentLockscreate(int numLocks)LockgetLock(String tableNameWithType, String segmentName)static LockgetSegmentLock(String tableNameWithType, String segmentName)
-
-
-
Method Detail
-
create
public static SegmentLocks create()
-
create
public static SegmentLocks create(int numLocks)
-
-