Class RemoteUtilities
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.remote.RemoteUtilities
-
public final class RemoteUtilities extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
OFF_HEAP
static String
SEGMENT_FILE_NAME_PATTERN
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getSegmentFileName(long offset, long msb, long lsb)
static String
getSegmentFileName(RemoteSegmentArchiveEntry indexEntry)
static UUID
getSegmentUUID(@NotNull String segmentFileName)
-
-
-
Field Detail
-
OFF_HEAP
public static final boolean OFF_HEAP
-
SEGMENT_FILE_NAME_PATTERN
public static final String SEGMENT_FILE_NAME_PATTERN
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSegmentFileName
public static String getSegmentFileName(RemoteSegmentArchiveEntry indexEntry)
-
getSegmentFileName
public static String getSegmentFileName(long offset, long msb, long lsb)
-
-