Record Class FileOrphanSweepTask.AmbiguousEntry
java.lang.Object
java.lang.Record
io.leandev.appfuse.file.tx.FileOrphanSweepTask.AmbiguousEntry
- Record Components:
partition- 分區fileId- 檔案 IDreason- 模糊原因
- Enclosing class:
FileOrphanSweepTask
-
Constructor Summary
ConstructorsConstructorDescriptionAmbiguousEntry(String partition, String fileId, String reason) Creates an instance of aAmbiguousEntryrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.fileId()Returns the value of thefileIdrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of thepartitionrecord component.reason()Returns the value of thereasonrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
AmbiguousEntry
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
partition
-
fileId
-
reason
-