Class BundleStorageObject
- java.lang.Object
-
- org.apache.cassandra.spark.bulkwriter.cloudstorage.BundleStorageObject
-
public class BundleStorageObject extends java.lang.ObjectStorage object of the uploaded bundle, including object key and checksum
-
-
Field Summary
Fields Modifier and Type Field Description Bundlebundlejava.lang.StringstorageObjectChecksumjava.lang.StringstorageObjectKey
-
Constructor Summary
Constructors Modifier Constructor Description protectedBundleStorageObject(org.apache.cassandra.spark.bulkwriter.cloudstorage.BundleStorageObject.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
storageObjectKey
public final java.lang.String storageObjectKey
-
storageObjectChecksum
public final java.lang.String storageObjectChecksum
-
bundle
public final Bundle bundle
-
-