public class PartitionRestoreContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PartitionRestoreContext.RestoreState |
static class |
PartitionRestoreContext.RestoreStatus |
Modifier and Type | Field and Description |
---|---|
int |
partition |
int |
partitionLeader |
List<Integer> |
partitionReplicas |
PartitionRestoreContext.RestoreState |
state |
PartitionRestoreContext.RestoreStatus |
status |
long |
timeStampRestoreFrom |
String |
topic |
Constructor and Description |
---|
PartitionRestoreContext(String topic,
int partition,
int partitionLeader,
List<Integer> partitionReplicas,
long timeStampRestoreFrom,
PartitionRestoreContext.RestoreStatus status,
PartitionRestoreContext.RestoreState state) |
public String topic
public int partition
public int partitionLeader
public long timeStampRestoreFrom
public PartitionRestoreContext.RestoreStatus status
public PartitionRestoreContext.RestoreState state
public PartitionRestoreContext(String topic, int partition, int partitionLeader, List<Integer> partitionReplicas, long timeStampRestoreFrom, PartitionRestoreContext.RestoreStatus status, PartitionRestoreContext.RestoreState state)