Class StableBlobIdGenerator

java.lang.Object
com.here.platform.data.client.engine.model.StableBlobIdGenerator
All Implemented Interfaces:
BlobIdGenerator, Serializable

public final class StableBlobIdGenerator extends Object implements BlobIdGenerator
BlobIdGenerator implementation that generate deterministic blob ID given a partition and version. This is the recommended to be used with Volatile layers.

param: version Define the version of the metadata where the dataHandle will be used. Usually will be QueryApi.lastVersion for readers and PublishApi.getBaseVersion for writers.

See Also:
  • Constructor Details

    • StableBlobIdGenerator

      public StableBlobIdGenerator(long version)
  • Method Details