Class DeletedInformation
-
- All Implemented Interfaces:
public final class DeletedInformation
-
-
Field Summary
Fields Modifier and Type Field Description private final LogsFileDeleteCausecauseprivate final LongageMsprivate final LongqueuedMsprivate final LongfileSizeBytesprivate final EventLogBuildTypebuildType
-
Constructor Summary
Constructors Constructor Description DeletedInformation(LogsFileDeleteCause cause, Long ageMs, Long queuedMs, Long fileSizeBytes, EventLogBuildType buildType)DeletedInformation(LogsFileDeleteCause cause, Long now, String fileName, FileStorage fileStorage, EventLogBuildType buildType)
-
Method Summary
Modifier and Type Method Description final LogsFileDeleteCausegetCause()final LonggetAgeMs()time since the file was created, or UNKNOWN_AGE_MS if its creation time could not be determined from the file name. final LonggetQueuedMs()final LonggetFileSizeBytes()final EventLogBuildTypegetBuildType()-
-
Constructor Detail
-
DeletedInformation
DeletedInformation(LogsFileDeleteCause cause, Long ageMs, Long queuedMs, Long fileSizeBytes, EventLogBuildType buildType)
-
DeletedInformation
DeletedInformation(LogsFileDeleteCause cause, Long now, String fileName, FileStorage fileStorage, EventLogBuildType buildType)
-
-
Method Detail
-
getCause
final LogsFileDeleteCause getCause()
-
getAgeMs
final Long getAgeMs()
time since the file was created, or UNKNOWN_AGE_MS if its creation time could not be determined from the file name.
-
getQueuedMs
final Long getQueuedMs()
-
getFileSizeBytes
final Long getFileSizeBytes()
-
getBuildType
final EventLogBuildType getBuildType()
-
-
-
-