Class DefaultIndexBlobstoreService
java.lang.Object
com.here.platform.data.client.service.blobstore.DefaultDurableBlobstoreService
com.here.platform.data.client.service.blobstore.DefaultIndexBlobstoreService
- All Implemented Interfaces:
DurableBlobstoreService,IndexBlobstoreService
public class DefaultIndexBlobstoreService
extends DefaultDurableBlobstoreService
implements IndexBlobstoreService
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultIndexBlobstoreService(HRN hrn, InternalSettings settings, HttpHandler httpHandler, ClientExecutionContext clientExecutionContext) -
Method Summary
Modifier and TypeMethodDescriptionscala.concurrent.Future<org.apache.pekko.Done>deleteBlob(String catalogId, String layerId, String dataHandle) Methods inherited from class com.here.platform.data.client.service.blobstore.DefaultDurableBlobstoreService
blobExists, completeUpload, getBlob, getUploadStatus, putBlob, startUpload, uploadPartMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.here.platform.data.client.service.blobstore.DurableBlobstoreService
blobExists, completeUpload, getBlob, getUploadStatus, putBlob, startUpload, uploadPart
-
Constructor Details
-
DefaultIndexBlobstoreService
public DefaultIndexBlobstoreService(HRN hrn, InternalSettings settings, HttpHandler httpHandler, ClientExecutionContext clientExecutionContext)
-
-
Method Details
-
deleteBlob
public scala.concurrent.Future<org.apache.pekko.Done> deleteBlob(String catalogId, String layerId, String dataHandle) - Specified by:
deleteBlobin interfaceIndexBlobstoreService
-