Class DepotPartitionInfo

java.lang.Object
com.rpl.rama.object.DepotPartitionInfo
All Implemented Interfaces:
RamaSerializable, Serializable

public class DepotPartitionInfo extends Object implements RamaSerializable
Information about a depot partition.
See Also:
  • 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.