Class ObjectToBlobMetadata
java.lang.Object
org.jclouds.atmos.blobstore.functions.ObjectToBlobMetadata
- All Implemented Interfaces:
com.google.common.base.Function<AtmosObject,
,MutableBlobMetadata> Function<AtmosObject,
MutableBlobMetadata>
@Singleton
public class ObjectToBlobMetadata
extends Object
implements com.google.common.base.Function<AtmosObject,MutableBlobMetadata>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ObjectToBlobMetadata
(AtmosObjectName objectName, ShareUrl shareUrl) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<AtmosObject,
MutableBlobMetadata> - Specified by:
apply
in interfaceFunction<AtmosObject,
MutableBlobMetadata>
-