public class CopyObjectInStoreRequest extends ObjectStoreRequest
Constructor and Description |
---|
CopyObjectInStoreRequest(int uuid,
String topic,
int partition,
UUID segmentId,
String objectPath,
String sourceVersionId)
Constructs new RestoreObjectsInStoreRequest.
|
Modifier and Type | Method and Description |
---|---|
String |
getObjectPath() |
UUID |
getSegmentId() |
String |
getSourceVersionId() |
getCreateTimestamp, getPartition, getTopic, getUuid, name
public CopyObjectInStoreRequest(int uuid, String topic, int partition, UUID segmentId, String objectPath, String sourceVersionId)
uuid
- unique integer ID for this requesttopic
- topic being operated uponpartition
- partition number being operated uponobjectPath
- the object path to be restoredsourceVersionId
- the object's versionId to copy from