public static class DataReplacement.DataReplacementGroup extends Object
| Constructor and Description |
|---|
DataReplacementGroup(long fragmentId,
DataFile replacedFile)
Create a new DataReplacementGroup.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
fragmentId()
Get the fragment ID.
|
int |
hashCode() |
DataFile |
replacedFile()
Get the new data file.
|
String |
toString() |
public DataReplacementGroup(long fragmentId,
DataFile replacedFile)
fragmentId - the fragment IDreplacedFile - the new data file to replace old file of the fragment idpublic long fragmentId()
public DataFile replacedFile()
Copyright © 2025. All rights reserved.