Package com.rpl.rama.object
Class DepotPartitionInfo
java.lang.Object
com.rpl.rama.object.DepotPartitionInfo
- All Implemented Interfaces:
RamaSerializable,Serializable
Information about a depot partition.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongRetrieves the end offset of the depot partition log.longRetrieves the start offset of the depot partition log.
-
Constructor Details
-
DepotPartitionInfo
public DepotPartitionInfo(long startOffset, long endOffset)
-
-
Method Details
-
getStartOffset
public long getStartOffset()Retrieves the start offset of the depot partition log.- Returns:
- The start offset.
-
getEndOffset
public long getEndOffset()Retrieves the end offset of the depot partition log.- Returns:
- The end offset.
-