public TenantDBBandwidthGenerator() throws InvalidKeyException, URISyntaxException { // tenantdbbandwidthqueue which is shared between processor and generator. super( new TenantDBBandwidthQueue( SchedulerSettings.DBBandwidthQueue, StorageClientUtility.getCloudStorageAccount().createCloudQueueClient())); }
public TenantBlobSizeProcessor() throws InvalidKeyException, URISyntaxException { // task-queue which is shared between processor and generator. super( new TenantBlobSizeQueue( SchedulerSettings.BlobStorageSizeQueue, StorageClientUtility.getCloudStorageAccount().createCloudQueueClient())); }
public TenantCreationTask() throws InvalidKeyException, URISyntaxException { super( new TenantCreationQueue( SchedulerSettings.TenantCreationQueue, StorageClientUtility.getCloudStorageAccount().createCloudQueueClient())); }