public class PartitionRecord<T> extends Object implements Serializable
| Constructor and Description |
|---|
PartitionRecord() |
PartitionRecord(int partitionID,
T value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPartitionID() |
T |
getValue() |
void |
setPartitionID(int partitionID) |
Copyright © 2020. All rights reserved.