public class ListObjectsInStoreRequest extends ObjectStoreRequest
Constructor and Description |
---|
ListObjectsInStoreRequest(int uuid,
String topic,
int partition,
UUID segmentId,
SegmentStateAndPath segmentStateAndPath)
Constructs new RestoreObjectsInStoreRequest.
|
Modifier and Type | Method and Description |
---|---|
String |
getSegmentDirectoryPath()
The directory path in ObjectStore which holds all segment and its index files.
|
UUID |
getSegmentId() |
SegmentStateAndPath |
getSegmentStateAndPath() |
getCreateTimestamp, getPartition, getTopic, getUuid, name
public ListObjectsInStoreRequest(int uuid, String topic, int partition, UUID segmentId, SegmentStateAndPath segmentStateAndPath)
uuid
- unique integer ID for this requesttopic
- topic being operated uponpartition
- partition number being operated uponsegmentStateAndPath
- the SegmentStateAndPath of the segmentpublic String getSegmentDirectoryPath()
public UUID getSegmentId()
public SegmentStateAndPath getSegmentStateAndPath()