Class StorageClientInstance


  • public class StorageClientInstance
    extends Object
    The Class StorageClientInstance.
    Author:
    Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Apr 2, 2019
    • Constructor Detail

      • StorageClientInstance

        public StorageClientInstance()
        Instantiates a new storage client instance.
      • StorageClientInstance

        public StorageClientInstance​(org.gcube.contentmanager.storageclient.wrapper.StorageClient storageClient,
                                     org.gcube.contentmanager.storageclient.wrapper.MemoryType memory,
                                     String storageId)
        Instantiates a new storage client instance.
        Parameters:
        storageClient - the storage client
        memory - the memory
        storageId - the storage id
    • Method Detail

      • getStorageClient

        public org.gcube.contentmanager.storageclient.wrapper.StorageClient getStorageClient()
        Gets the storage client.
        Returns:
        the storage client
      • setStorageClient

        public void setStorageClient​(org.gcube.contentmanager.storageclient.wrapper.StorageClient storageClient)
        Sets the storage client.
        Parameters:
        storageClient - the new storage client
      • getMemory

        public org.gcube.contentmanager.storageclient.wrapper.MemoryType getMemory()
        Gets the memory.
        Returns:
        the memory
      • setMemory

        public void setMemory​(org.gcube.contentmanager.storageclient.wrapper.MemoryType memory)
        Sets the memory.
        Parameters:
        memory - the new memory
      • getStorageId

        public String getStorageId()
        Gets the storage id.
        Returns:
        the storage id
      • setStorageId

        public void setStorageId​(String storageId)
        Sets the storage id.
        Parameters:
        storageId - the new storage id