Class VolatileWriteVolumeConfiguration
java.lang.Object
com.here.platform.data.client.blobstore.volatil.VolatileWriteVolumeConfiguration
- All Implemented Interfaces:
VolumeConfiguration,Serializable,scala.Equals,scala.Product
public class VolatileWriteVolumeConfiguration
extends Object
implements VolumeConfiguration, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVolatileWriteVolumeConfiguration(HRN hrn, String catalogId, String layerId, String contentType, boolean useCompression, scala.Option<DigestAlgorithm> digest, scala.Option<CrcAlgorithm> crc) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7) scala.Option<CrcAlgorithm>crc()scala.Option<DigestAlgorithm>digest()hrn()layerId()static StringtoString()booleanMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
VolatileWriteVolumeConfiguration
public VolatileWriteVolumeConfiguration(HRN hrn, String catalogId, String layerId, String contentType, boolean useCompression, scala.Option<DigestAlgorithm> digest, scala.Option<CrcAlgorithm> crc)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7) -
toString
-
hrn
- Specified by:
hrnin interfaceVolumeConfiguration
-
catalogId
-
layerId
- Specified by:
layerIdin interfaceVolumeConfiguration
-
contentType
-
useCompression
public boolean useCompression() -
digest
-
crc
-