public class RestoreObjectsInStoreRequest extends ObjectStoreRequest
Constructor and Description |
---|
RestoreObjectsInStoreRequest(int uuid,
String topic,
int partition,
Map<UUID,SegmentStateAndPath> segmentStateAndPathMap)
Constructs new RestoreObjectsInStoreRequest.
|
Modifier and Type | Method and Description |
---|---|
Map<UUID,SegmentStateAndPath> |
getSegmentStateAndPathMap() |
getCreateTimestamp, getPartition, getTopic, getUuid, name
public RestoreObjectsInStoreRequest(int uuid, String topic, int partition, Map<UUID,SegmentStateAndPath> segmentStateAndPathMap)
uuid
- unique integer ID for this requesttopic
- topic being operated uponpartition
- partition number being operated uponsegmentStateAndPathMap
- map of segment numbers to their path in ObjectStorepublic Map<UUID,SegmentStateAndPath> getSegmentStateAndPathMap()