Class BlobTransferPayload

java.lang.Object
com.linkedin.davinci.blobtransfer.BlobTransferPayload

public class BlobTransferPayload extends Object
POJO to hold the payload for blob transfer related informartion
  • Constructor Details

  • Method Details

    • getBaseDir

      public String getBaseDir()
    • getPartitionDir

      public String getPartitionDir()
    • getTempPartitionDir

      public String getTempPartitionDir()
    • getSnapshotDir

      public String getSnapshotDir()
    • getFullResourceName

      public String getFullResourceName()
    • getTopicName

      public String getTopicName()
    • getPartition

      public int getPartition()
    • getStoreName

      public String getStoreName()
    • getRequestTableFormat

      public BlobTransferUtils.BlobTransferTableFormat getRequestTableFormat()