Class SnapshotManifest
java.lang.Object
org.apache.cassandra.service.snapshot.SnapshotManifest
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSnapshotManifest(List<String> files, DurationSpec.IntSecondsBound ttl, Instant creationTime, boolean ephemeral) -
Method Summary
Modifier and TypeMethodDescriptionstatic SnapshotManifestdeserializeFromJsonFile(File file) booleangetFiles()inthashCode()booleanvoidserializeToJsonFile(File outputFile)
-
Field Details
-
files
-
createdAt
-
expiresAt
-
ephemeral
public final boolean ephemeral
-
-
Constructor Details
-
SnapshotManifest
public SnapshotManifest(List<String> files, DurationSpec.IntSecondsBound ttl, Instant creationTime, boolean ephemeral)
-
-
Method Details
-
getFiles
-
getCreatedAt
-
getExpiresAt
-
isEphemeral
public boolean isEphemeral() -
serializeToJsonFile
- Throws:
IOException
-
deserializeFromJsonFile
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-