Uses of Interface
one.microstream.afs.azure.storage.AzureStorageConnector
Package | Description |
---|---|
one.microstream.afs.azure.storage |
-
Uses of AzureStorageConnector in one.microstream.afs.azure.storage
Classes in one.microstream.afs.azure.storage that implement AzureStorageConnector Modifier and Type Class Description static class
AzureStorageConnector.Default
Methods in one.microstream.afs.azure.storage that return AzureStorageConnector Modifier and Type Method Description static AzureStorageConnector
AzureStorageConnector. Caching(com.azure.storage.blob.BlobServiceClient serviceClient)
Pseudo-constructor method which creates a newAzureStorageConnector
with cache.static AzureStorageConnector
AzureStorageConnector. New(com.azure.storage.blob.BlobServiceClient serviceClient)
Pseudo-constructor method which creates a newAzureStorageConnector
.