Uses of Class
org.gcube.informationsystem.glitebridge.util.KeyValueCouple

Packages that use KeyValueCouple
org.gcube.informationsystem.glitebridge.harvester.resource   
org.gcube.informationsystem.glitebridge.harvester.resource.cluster   
org.gcube.informationsystem.glitebridge.harvester.resource.site   
org.gcube.informationsystem.glitebridge.harvester.resource.storageelement   
org.gcube.informationsystem.glitebridge.harvester.sam   
 

Uses of KeyValueCouple in org.gcube.informationsystem.glitebridge.harvester.resource
 

Methods in org.gcube.informationsystem.glitebridge.harvester.resource with parameters of type KeyValueCouple
static java.util.List<KSite> SiteHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
static java.util.List<KCluster> ClusterHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
static java.util.List<KStorageElement> StorageElementHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
 

Uses of KeyValueCouple in org.gcube.informationsystem.glitebridge.harvester.resource.cluster
 

Methods in org.gcube.informationsystem.glitebridge.harvester.resource.cluster with parameters of type KeyValueCouple
static java.util.List<ClusterType> ClusterTypeHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
static java.util.List<SubClusterType> SubClusterTypeHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
static java.util.List<CEVOViewType> CEVOViewTypeHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
static java.util.List<LocationType> LocationHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
static java.util.List<ComputingElementType> ComputingElementTypeHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
 

Uses of KeyValueCouple in org.gcube.informationsystem.glitebridge.harvester.resource.site
 

Methods in org.gcube.informationsystem.glitebridge.harvester.resource.site with parameters of type KeyValueCouple
static java.util.List<CESEBindType> CESEBindTypeHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
static java.util.List<SiteType> SiteTypeHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
static java.util.List<ServiceType> ServiceTypeHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
 

Uses of KeyValueCouple in org.gcube.informationsystem.glitebridge.harvester.resource.storageelement
 

Methods in org.gcube.informationsystem.glitebridge.harvester.resource.storageelement with parameters of type KeyValueCouple
static java.util.List<SEAccessProtocolType> SEAccessProtocolTypeHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
static java.util.List<SEControlProtocolType> SEControlProtocolTypeHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
static java.util.List<StorageAreaType> StorageAreaTypeHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
static java.util.List<StorageElementType> StorageElementTypeHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
 

Uses of KeyValueCouple in org.gcube.informationsystem.glitebridge.harvester.sam
 

Methods in org.gcube.informationsystem.glitebridge.harvester.sam that return types with arguments of type KeyValueCouple
 java.util.List<KeyValueCouple<java.lang.String,java.lang.String>> SAMSite.getServices()
           
 

Method parameters in org.gcube.informationsystem.glitebridge.harvester.sam with type arguments of type KeyValueCouple
 void SAMSite.setServices(java.util.List<KeyValueCouple<java.lang.String,java.lang.String>> services)