Class UUIDBlobIdGenerator
java.lang.Object
com.here.platform.data.client.engine.model.UUIDBlobIdGenerator
- All Implemented Interfaces:
BlobIdGenerator,Serializable
BlobIdGenerator implementation that uses a UUID as the blob ID for a partition.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateBlobId(com.here.platform.data.client.scaladsl.NewPartition p) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.here.platform.data.client.engine.model.BlobIdGenerator
generateVolatileBlobId
-
Constructor Details
-
UUIDBlobIdGenerator
public UUIDBlobIdGenerator()
-
-
Method Details
-
generateBlobId
- Specified by:
generateBlobIdin interfaceBlobIdGenerator
-